Skip to content

Commit

Permalink
fix: remove useless sync point which was causing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
gmega committed Dec 20, 2024
1 parent 48c5fb8 commit 59f3a9a
Showing 1 changed file with 3 additions and 24 deletions.
27 changes: 3 additions & 24 deletions k8s/argo-workflows/deluge-benchmark-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,8 @@ spec:
- name: repetitions
value: "{{inputs.parameters.repetitions}}"

- - name: wait-for-test-start
template: wait-for-test-start
arguments:
parameters:
- name: runId
value: "{{inputs.parameters.runId}}"

- - name: wait-for-test-completion
template: wait-for-test-completion
- - name: wait-for-experiment
template: wait-for-experiment
arguments:
parameters:
- name: runId
Expand Down Expand Up @@ -152,21 +145,7 @@ spec:
--set experiment.seeders={{inputs.parameters.seeders}}\
--set experiment.seederSets={{inputs.parameters.seederSets}}
- name: wait-for-test-start
inputs:
parameters:
- name: runId
script:
image: codexstorage/bittorrent-benchmarks-workflows:latest
command: [ "/bin/bash" ]
source: |
kubectl wait -n codex-benchmarks\
--for=condition=Ready\
--selector=app=deluge-e{{inputs.parameters.runId}}-testrunner\
--timeout=300s\
pod
- name: wait-for-test-completion
- name: wait-for-experiment
inputs:
parameters:
- name: runId
Expand Down

0 comments on commit 59f3a9a

Please sign in to comment.