misc(ci): make the wf callable for reuse (bis)

This commit is contained in:
Morgan Funtowicz 2025-01-07 11:51:38 +01:00
parent 50de9eda85
commit 40d299f0c7

View File

@ -30,13 +30,17 @@ jobs:
run-tests: run-tests:
needs: build-and-push needs: build-and-push
concurrency:
group: ${{ github.workflow }}-${{ github.job }}-trtllm-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
runs-on: runs-on:
group: aws-highmemory-64-plus-priv
container: container:
image: ${{ needs.build-and-push.outputs.docker_image }} image: ${{ needs.build-and-push.outputs.docker_image }}
credentials: credentials:
username: ${{ secrets.REGISTRY_USERNAME }} username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }} password: ${{ secrets.REGISTRY_PASSWORD }}
options: --gpus all options: --gpus all --shm-size=8g
steps: steps:
- name: Run C++/CUDA tests - name: Run C++/CUDA tests