mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Change timeout to wait for rollout status to '600s' in 'publish.yml'
This commit is contained in:
parent
884f777460
commit
d39f53359a
8
.github/workflows/publish.yml
vendored
8
.github/workflows/publish.yml
vendored
@ -302,10 +302,10 @@ jobs:
|
|||||||
kubectl -n default rollout restart deployment/ocelot-neo4j
|
kubectl -n default rollout restart deployment/ocelot-neo4j
|
||||||
- name: Verify deployment and wait for the pods of each deplyment to get ready for cleaning and seeding of the database
|
- name: Verify deployment and wait for the pods of each deplyment to get ready for cleaning and seeding of the database
|
||||||
run: |
|
run: |
|
||||||
kubectl -n default rollout status deployment/ocelot-backend --timeout=400s
|
kubectl -n default rollout status deployment/ocelot-backend --timeout=600s
|
||||||
kubectl -n default rollout status deployment/ocelot-neo4j --timeout=400s
|
kubectl -n default rollout status deployment/ocelot-neo4j --timeout=600s
|
||||||
kubectl -n default rollout status deployment/ocelot-maintenance --timeout=400s
|
kubectl -n default rollout status deployment/ocelot-maintenance --timeout=600s
|
||||||
kubectl -n default rollout status deployment/ocelot-webapp --timeout=400s
|
kubectl -n default rollout status deployment/ocelot-webapp --timeout=600s
|
||||||
- name: Reset and seed Neo4j database via backend for staging
|
- name: Reset and seed Neo4j database via backend for staging
|
||||||
# db cleaning and seeding is only possible in production if env 'PRODUCTION_DB_CLEAN_ALLOW=true' is set in deployment
|
# db cleaning and seeding is only possible in production if env 'PRODUCTION_DB_CLEAN_ALLOW=true' is set in deployment
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user