Skip to content

Commit

Permalink
misc(ci): fw secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuntowicz committed Jan 7, 2025
1 parent 4ed9938 commit f84891e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/trtllm_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f84891e

Please sign in to comment.