Skip to content

Commit

Permalink
fix: Remove debug and increase sleep
Browse files Browse the repository at this point in the history
Signed-off-by: Ross Fairbanks <[email protected]>
  • Loading branch information
rossf7 committed Dec 3, 2024
1 parent b23f34f commit a6c3c05
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/benchmark-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ jobs:
sleep 20
kubectl get pod -A # DEBUG Remove
kubectl wait pod \
--all \
--for=condition=Ready \
Expand All @@ -103,7 +101,7 @@ jobs:
run: |
kubectl apply -f ${{ inputs.benchmark_job_url }}
sleep 10
sleep 20
kubectl wait pod \
--all \
Expand Down

0 comments on commit a6c3c05

Please sign in to comment.