Skip to content

Commit

Permalink
chore: template network name
Browse files Browse the repository at this point in the history
  • Loading branch information
3benbox committed Jun 19, 2024
1 parent 413cf97 commit 8fe73be
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/run-performance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,13 @@ jobs:
timeout-minutes: 2
run: |
set -exo pipefail
sleep 30
kubectl wait --for=condition=complete \
--timeout=120s \
job/bootstrap \
-n keramik-${THIS_TEST}
- name: Cleanup
if: always()
run: |
kubectl delete -f performance/$THIS_TEST/network.yaml
# - name: Cleanup
# if: always()
# run: |
# kubectl delete -f performance/$THIS_TEST/network.yaml

0 comments on commit 8fe73be

Please sign in to comment.