This commit is contained in:
Hugo Larcher 2025-02-02 11:10:09 +01:00
parent 66af3c7801
commit ae9def4aec
No known key found for this signature in database
GPG Key ID: 3DAF63124699CA2B

View File

@ -249,7 +249,7 @@ jobs:
backend_trtllm_cxx_tests: backend_trtllm_cxx_tests:
needs: build-and-push needs: build-and-push
if: needs.build-and-push.outputs.label == '-trtllm' && env.TARGET == 'ci-runtime' if: needs.build-and-push.outputs.label == '-trtllm'
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.job }}-trtllm-${{ 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
@ -264,4 +264,5 @@ jobs:
steps: steps:
- name: Run C++/CUDA tests - name: Run C++/CUDA tests
if: ${{ env.LABEL == 'ci-runtime' }}
run: /usr/local/tgi/bin/tgi_trtllm_backend_tests run: /usr/local/tgi/bin/tgi_trtllm_backend_tests