From 66af3c780192b592a767e50c2b111ddf1857449f Mon Sep 17 00:00:00 2001 From: Hugo Larcher Date: Sat, 1 Feb 2025 21:47:45 +0100 Subject: [PATCH] fix: test release. --- .github/workflows/build.yaml | 2 +- Dockerfile_trtllm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d5b069ff..36eb0859 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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 diff --git a/Dockerfile_trtllm b/Dockerfile_trtllm index 999d63d7..2a0636ff 100644 --- a/Dockerfile_trtllm +++ b/Dockerfile_trtllm @@ -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=""