|
59 | 59 | - codebuild-runner-${{ github.run_id }}-${{ github.run_attempt }} |
60 | 60 | fleet:x86-build-runner |
61 | 61 | concurrency: |
62 | | - group: pr-sglang-${{ github.event.pull_request.number }} |
| 62 | + group: ${{ github.workflow }}-${{ github.job }}-${{ github.event.pull_request.number }} |
63 | 63 | cancel-in-progress: true |
64 | 64 | outputs: |
65 | 65 | ci-image: ${{ steps.image-uri-build.outputs.CI_IMAGE_URI }} |
@@ -107,7 +107,7 @@ jobs: |
107 | 107 | (needs.check-changes.outputs.build-change == 'false') && (needs.check-changes.outputs.test-change == 'true')) |
108 | 108 | runs-on: ubuntu-latest |
109 | 109 | concurrency: |
110 | | - group: pr-sglang-${{ github.event.pull_request.number }} |
| 110 | + group: ${{ github.workflow }}-${{ github.job }}-${{ github.event.pull_request.number }} |
111 | 111 | cancel-in-progress: true |
112 | 112 | outputs: |
113 | 113 | aws-account-id: ${{ steps.set-env.outputs.AWS_ACCOUNT_ID }} |
@@ -141,7 +141,7 @@ jobs: |
141 | 141 | - codebuild-runner-${{ github.run_id }}-${{ github.run_attempt }} |
142 | 142 | fleet:x86-g6xl-runner |
143 | 143 | concurrency: |
144 | | - group: pr-sglang-${{ github.event.pull_request.number }} |
| 144 | + group: ${{ github.workflow }}-${{ github.job }}-${{ github.event.pull_request.number }} |
145 | 145 | cancel-in-progress: true |
146 | 146 | steps: |
147 | 147 | - name: Checkout DLC source |
@@ -206,7 +206,7 @@ jobs: |
206 | 206 | - codebuild-runner-${{ github.run_id }}-${{ github.run_attempt }} |
207 | 207 | fleet:x86-g6exl-runner |
208 | 208 | concurrency: |
209 | | - group: pr-sglang-${{ github.event.pull_request.number }} |
| 209 | + group: ${{ github.workflow }}-${{ github.job }}-${{ github.event.pull_request.number }} |
210 | 210 | cancel-in-progress: true |
211 | 211 | steps: |
212 | 212 | - name: Checkout DLC source |
@@ -269,7 +269,7 @@ jobs: |
269 | 269 | - codebuild-runner-${{ github.run_id }}-${{ github.run_attempt }} |
270 | 270 | fleet:default-runner |
271 | 271 | concurrency: |
272 | | - group: pr-sglang-${{ github.event.pull_request.number }}-sagemaker-test |
| 272 | + group: ${{ github.workflow }}-${{ github.job }}-${{ github.event.pull_request.number }} |
273 | 273 | cancel-in-progress: false |
274 | 274 | steps: |
275 | 275 | - name: Checkout DLC source |
|
0 commit comments