mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 12:24:53 +00:00
misc(ci): baby more time?
This commit is contained in:
parent
630995759b
commit
5fb03aec11
6
.github/workflows/build_trtllm.yaml
vendored
6
.github/workflows/build_trtllm.yaml
vendored
@ -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
|
||||
|
||||
|
2
.github/workflows/trtllm_tests.yaml
vendored
2
.github/workflows/trtllm_tests.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user