Skip to content

Commit

Permalink
misc(ci): baby more time?
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuntowicz committed Jan 7, 2025
1 parent 6309957 commit 5fb03ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build_trtllm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ on:
type: string
description: "Which instance type to use to run the workflow"
required: true
secrets:
AWS_ROLE_GITHUB_TGI_SCCACHE:
description: "AWS S3 Role to assume when connecting to the S3 bucket containing sccache content"
required: true

outputs:
docker_image:
Expand Down Expand Up @@ -52,7 +48,7 @@ jobs:
uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: us-east-1
role-to-assume: ${{ secrets.AWS_ROLE_GITHUB_TGI_SCCACHE }}
role-to-assume: ${{ secrets.AWS_ROLE_GITHUB_TGI_TEST }}
role-duration-seconds: 7200
output-credentials: true

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/trtllm_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
uses: ./.github/workflows/build_trtllm.yaml
with:
runs-on: aws-highmemory-64-plus-priv
secrets:
AWS_ROLE_GITHUB_TGI_SCCACHE: ${{ secrets.AWS_ROLE_GITHUB_TGI_TEST }}

run-tests:
needs: build-and-push
Expand Down

0 comments on commit 5fb03ae

Please sign in to comment.