Skip to content

Commit

Permalink
misc(ci): lets do differently
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuntowicz committed Dec 11, 2024
1 parent f7eaf2b commit cda97a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/build_trtllm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,19 @@ permissions:
id-token: write # Required to authenticate via OIDC.

jobs:
call-setup-aws-s3-cache:
uses: ./.github/workflows/s3-cache.yaml # TODO: Change @s3-cache to @main when merged
with:
runner-group: aws-highmemory-32-plus-priv
secrets: inherit

build:
runs-on:
group: aws-highmemory-32-plus-priv
needs: call-setup-aws-s3-cache
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1

- name: "Configure AWS Credentials"
uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: us-east-1
role-to-assume: ${{ secrets.AWS_ROLE_GITHUB_TGI_TEST }}

- name: "Install sccache"
run: cargo install sscache

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/s3-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
required: true
type: string


permissions:
contents: read # Required to check out repository.
id-token: write # Required to authenticate via OIDC.
Expand Down

0 comments on commit cda97a5

Please sign in to comment.