mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 12:24:53 +00:00
fix: test release. env not recognized https://github.com/actions/runner/issues/1661
This commit is contained in:
parent
66af3c7801
commit
ae9def4aec
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user