mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-10 22:29:00 +08:00
ci: removing the timeout from the rollout command
It makes the flow fail for some reason. Signed-off-by: Yoni Bettan <ybettan@redhat.com>
This commit is contained in:
parent
0bc82237fc
commit
51dc54bcb9
2
.github/workflows/e2e-k3s.yaml
vendored
2
.github/workflows/e2e-k3s.yaml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user