Skip to content

Commit

Permalink
Change CI agent
Browse files Browse the repository at this point in the history
  • Loading branch information
hiento09 committed Aug 4, 2024
1 parent b70f95d commit 0e4e9b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ jobs:
include:
- os: "windows"
name: "cuda-12-4"
runs-on: "windows-tensorrt-llm-0-10-0-cuda-12-4"
runs-on: "windows-tensorrt-llm-0-11-0-cuda-12-4"
run-e2e: false
s3-key-prefix: "windows-tensorrt-llm-tensorrt-llm-0-10-0-ccache"
s3-key-prefix: "windows-tensorrt-llm-tensorrt-llm-0-11-0-ccache"
ccache-dir: 'C:\Users\ContainerAdministrator\AppData\Local\ccache'
- os: "linux"
name: "cuda-12-4"
runs-on: "linux-tensorrt-llm-0-10-0-cuda-12-4"
runs-on: "linux-tensorrt-llm-0-11-0-cuda-12-4"
run-e2e: false
s3-key-prefix: "linux-tensorrt-llm-tensorrt-llm-0-10-0-sccache"
s3-key-prefix: "linux-tensorrt-llm-tensorrt-llm-0-11-0-ccache"
ccache-dir: '/home/runner/.cache/ccache'
permissions:
contents: write
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/quality-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
include:
- os: "windows"
name: "cuda-12-4"
runs-on: "windows-tensorrt-llm-0-10-0-cuda-12-4"
runs-on: "windows-tensorrt-llm-0-11-0-cuda-12-4"
run-e2e: false
s3-key-prefix: "windows-tensorrt-llm-tensorrt-llm-0-10-0-ccache"
s3-key-prefix: "windows-tensorrt-llm-tensorrt-llm-0-11-0-ccache"
ccache-dir: 'C:\Users\ContainerAdministrator\AppData\Local\ccache'
- os: "linux"
name: "cuda-12-4"
runs-on: "linux-tensorrt-llm-0-10-0-cuda-12-4"
runs-on: "linux-tensorrt-llm-0-11-0-cuda-12-4"
run-e2e: false
s3-key-prefix: "linux-tensorrt-llm-tensorrt-llm-0-10-0-sccache"
s3-key-prefix: "linux-tensorrt-llm-tensorrt-llm-0-11-0-ccache"
ccache-dir: '/home/runner/.cache/ccache'
permissions:
contents: write
Expand Down

0 comments on commit 0e4e9b6

Please sign in to comment.