misc(ci): gogogo

This commit is contained in:
Morgan Funtowicz 2025-01-06 16:24:10 +01:00
parent 6d1bd37b14
commit 77ffe9db15

View File

@ -26,6 +26,9 @@ permissions:
jobs: jobs:
build-and-push: build-and-push:
concurrency:
group: ${{ github.workflow }}-trtllm-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
runs-on: runs-on:
group: aws-highmemory-64-plus-priv group: aws-highmemory-64-plus-priv
steps: steps:
@ -131,7 +134,7 @@ jobs:
tests: tests:
needs: build-and-push needs: build-and-push
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.job }}-${{ needs.build-and-push.outputs.label }}-${{ github.head_ref || github.run_id }} group: ${{ github.workflow }}-${{ github.job }}-trtllm-${{ github.head_ref || github.run_id }}
cancel-in-progress: true cancel-in-progress: true
runs-on: runs-on:
group: aws-g6-12xl-plus-priv-cache group: aws-g6-12xl-plus-priv-cache