fix: test release.

This commit is contained in:
Hugo Larcher 2025-02-01 21:47:45 +01:00
parent b4f4817f1a
commit 66af3c7801
No known key found for this signature in database
GPG Key ID: 3DAF63124699CA2B
2 changed files with 2 additions and 2 deletions

View File

@ -249,7 +249,7 @@ jobs:
backend_trtllm_cxx_tests:
needs: build-and-push
if: needs.build-and-push.outputs.label == '-trtllm'
if: needs.build-and-push.outputs.label == '-trtllm' && env.TARGET == 'ci-runtime'
concurrency:
group: ${{ github.workflow }}-${{ github.job }}-trtllm-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

View File

@ -1,7 +1,7 @@
ARG cuda_arch_list="75-real;80-real;86-real;89-real;90-real"
ARG build_type=release
ARG ompi_version=4.1.7
ARG sccache_gha_enabled=no
ARG sccache_gha_enabled=off
ARG actions_cache_url=""
ARG actions_runtime_token=""