misc(ci): fw secrets

This commit is contained in:
Morgan Funtowicz 2025-01-07 15:17:48 +01:00
parent 38f226fb3e
commit e37b7f7dff
2 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,7 @@ jobs:
# fail-fast is true by default
fail-fast: false
matrix:
hardware: ["cuda", "cuda-trtllm", "rocm", "intel-xpu", "intel-cpu"]
hardware: ["cuda", "rocm", "intel-xpu", "intel-cpu"]
uses: ./.github/workflows/build.yaml # calls the one above ^
permissions:
contents: write

View File

@ -29,6 +29,7 @@ jobs:
uses: ./.github/workflows/build_trtllm.yaml
with:
runs-on: aws-highmemory-64-plus-priv
secrets: inherit
run-tests:
needs: build-and-push