Skip to content

Commit 975082a

Browse files
committed
Docker queueing same time
1 parent 229b7a8 commit 975082a

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/benchmark-tmpl.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ permissions:
7272

7373
jobs:
7474
benchmark:
75+
concurrency:
76+
group: benchmark-${{ inputs.runner }}
77+
cancel-in-progress: false
7578
runs-on: ${{ inputs.runner }}
7679
timeout-minutes: 180
7780
name: '${{ inputs.exp-name }} ${{ inputs.runner }} ${{ inputs.framework }} ${{ inputs.precision }} ${{ inputs.run-eval && ''eval '' || '''' }}tp=${{ inputs.tp }} ep=${{ inputs.ep }} dpa=${{ inputs.dp-attn }} conc=${{ inputs.conc }}'

.github/workflows/eval-tmpl.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ env:
7575

7676
jobs:
7777
eval:
78+
concurrency:
79+
group: eval-${{ inputs.runner }}
80+
cancel-in-progress: false
7881
runs-on: ${{ inputs.runner }}
7982
timeout-minutes: 180
8083
name: "Eval ${{ inputs.exp-name }} ${{ inputs.runner }} ${{ inputs.precision }} tp=${{ inputs.tp }} task=${{ inputs['eval-task'] }} limit=${{ inputs.limit }}"

0 commit comments

Comments
 (0)