Skip to content

Commit f84891e

Browse files
committed
misc(ci): fw secrets
1 parent 4ed9938 commit f84891e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# fail-fast is true by default
3838
fail-fast: false
3939
matrix:
40-
hardware: ["cuda", "cuda-trtllm", "rocm", "intel-xpu", "intel-cpu"]
40+
hardware: ["cuda", "rocm", "intel-xpu", "intel-cpu"]
4141
uses: ./.github/workflows/build.yaml # calls the one above ^
4242
permissions:
4343
contents: write

.github/workflows/trtllm_tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
uses: ./.github/workflows/build_trtllm.yaml
3030
with:
3131
runs-on: aws-highmemory-64-plus-priv
32+
secrets: inherit
3233

3334
run-tests:
3435
needs: build-and-push

0 commit comments

Comments
 (0)