Skip to content

Commit

Permalink
Changing concurrency behavior to allow for queued pipelines
Browse files Browse the repository at this point in the history
Signed-off-by: sfroeber <sfroeber@applied-insight.com>
Signed-off-by: sfroeber <stephen.froeber@gmail.com>
  • Loading branch information
SRF-Audio authored and rossf7 committed Dec 11, 2024
1 parent 45185e8 commit 053da03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ on:

concurrency:
group: benchmark
cancel-in-progress: false

jobs:
print_summary:
Expand All @@ -44,7 +45,6 @@ jobs:
echo "| benchmark_job_url | ${{ github.event.inputs.benchmark_job_url }} |" >> $GITHUB_STEP_SUMMARY
echo "| benchmark_job_duration_mins | ${{ github.event.inputs.benchmark_job_duration_mins }} |" >> $GITHUB_STEP_SUMMARY
deploy:
runs-on: ubuntu-24.04
steps:
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Run the benchmark job
run: |
kubectl apply -f ${{ inputs.benchmark_job_url }}
sleep 20
kubectl wait pod \
Expand Down

0 comments on commit 053da03

Please sign in to comment.