Merge pull request #605 from ybettan/local-builds

ci: removing the timeout from the rollout command
This commit is contained in:
Yoni Bettan 2022-01-12 12:23:50 +02:00 committed by GitHub
commit 274f1fe07f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ jobs:
run: |
kubectl create ns sample-application
kubectl -n sample-application apply -Rf sample-apps/hotrod/
kubectl -n sample-application get deploy --output name | xargs -r -n1 -t kubectl -n sample-application rollout status --timeout=300s
kubectl -n sample-application get deploy --output name | xargs -r -n1 -t kubectl -n sample-application rollout status
kubectl -n sample-application run strzal --image=djbingham/curl \
--restart='OnFailure' -i --rm --command -- curl -X POST -F \
'locust_count=6' -F 'hatch_rate=2' http://locust-master:8089/swarm