Skip to content

Commit 61a7ba4

Browse files
committed
misc(ci): make the wf callable for reuse (bis)
1 parent 81828e7 commit 61a7ba4

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

.github/workflows/trtllm_tests.yaml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,17 @@ jobs:
3030

3131
run-tests:
3232
needs: build-and-push
33+
concurrency:
34+
group: ${{ github.workflow }}-${{ github.job }}-trtllm-${{ github.head_ref || github.run_id }}
35+
cancel-in-progress: true
3336
runs-on:
34-
container:
35-
image: ${{ needs.build-and-push.outputs.docker_image }}
36-
credentials:
37-
username: ${{ secrets.REGISTRY_USERNAME }}
38-
password: ${{ secrets.REGISTRY_PASSWORD }}
39-
options: --gpus all
37+
group: aws-highmemory-64-plus-priv
38+
container:
39+
image: ${{ needs.build-and-push.outputs.docker_image }}
40+
credentials:
41+
username: ${{ secrets.REGISTRY_USERNAME }}
42+
password: ${{ secrets.REGISTRY_PASSWORD }}
43+
options: --gpus all --shm-size=8g
4044

4145
steps:
4246
- name: Run C++/CUDA tests

0 commit comments

Comments
 (0)