diff --git a/.github/workflows/build_trtllm.yaml b/.github/workflows/build_trtllm.yaml index b48cbb9f..e199b6e9 100644 --- a/.github/workflows/build_trtllm.yaml +++ b/.github/workflows/build_trtllm.yaml @@ -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: @@ -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 diff --git a/.github/workflows/trtllm_tests.yaml b/.github/workflows/trtllm_tests.yaml index 4c27ac9e..ea2ae5a9 100644 --- a/.github/workflows/trtllm_tests.yaml +++ b/.github/workflows/trtllm_tests.yaml @@ -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