mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 12:24:53 +00:00
misc(ci): once more?
This commit is contained in:
parent
b3277a3b69
commit
77e42c21c5
10
.github/workflows/build_trtllm.yaml
vendored
10
.github/workflows/build_trtllm.yaml
vendored
@ -7,14 +7,6 @@ on:
|
||||
description: "Which instance type to use to run the workflow"
|
||||
required: true
|
||||
secrets:
|
||||
AWS_ACCESS_KEY_ID:
|
||||
description: "AWS S3 access key id to connect to the S3 bucket containing sccache content"
|
||||
required: true
|
||||
|
||||
AWS_SECRET_ACCESS_KEY:
|
||||
description: "AWS S3 secret access key to connect to the S3 bucket containing sccache content"
|
||||
required: true
|
||||
|
||||
AWS_ROLE_GITHUB_TGI_SCCACHE:
|
||||
description: "AWS S3 Role to assume when connecting to the S3 bucket containing sccache content"
|
||||
required: true
|
||||
@ -60,8 +52,6 @@ jobs:
|
||||
uses: aws-actions/configure-aws-credentials@v4
|
||||
with:
|
||||
aws-region: us-east-1
|
||||
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||
role-to-assume: ${{ secrets.AWS_ROLE_GITHUB_TGI_SCCACHE }}
|
||||
role-duration-seconds: 7200
|
||||
output-credentials: true
|
||||
|
2
.github/workflows/trtllm_tests.yaml
vendored
2
.github/workflows/trtllm_tests.yaml
vendored
@ -30,8 +30,6 @@ jobs:
|
||||
with:
|
||||
runs-on: aws-highmemory-64-plus-priv
|
||||
secrets:
|
||||
AWS_ACCESS_KEY_ID: ${{ secrets.S3_AWS_ACCESS_KEY_ID }}
|
||||
AWS_SECRET_ACCESS_KEY: ${{ secrets.S3_AWS_SECRET_ACCESS_KEY }}
|
||||
AWS_ROLE_GITHUB_TGI_SCCACHE: ${{ secrets.AWS_ROLE_GITHUB_TGI_TEST }}
|
||||
|
||||
run-tests:
|
||||
|
Loading…
Reference in New Issue
Block a user