mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-05-31 05:08:45 +00:00
ci(core): increase S3 upload concurrency for ui-report
action
[no changelog]
This commit is contained in:
parent
65c34774a1
commit
c1b0852b90
3
.github/actions/ui-report/action.yml
vendored
3
.github/actions/ui-report/action.yml
vendored
@ -19,6 +19,9 @@ runs:
|
|||||||
with:
|
with:
|
||||||
role-to-assume: arn:aws:iam::538326561891:role/gh_actions_deploy_dev_firmware_data
|
role-to-assume: arn:aws:iam::538326561891:role/gh_actions_deploy_dev_firmware_data
|
||||||
aws-region: eu-west-1
|
aws-region: eu-west-1
|
||||||
|
- name: Increase AWS S3 max concurrency for faster uploads
|
||||||
|
run: aws configure set default.s3.max_concurrent_requests 30
|
||||||
|
shell: sh
|
||||||
- run: |
|
- run: |
|
||||||
MODELJOB=${{ inputs.model }}-${{ inputs.lang }}-${{ github.job }}
|
MODELJOB=${{ inputs.model }}-${{ inputs.lang }}-${{ github.job }}
|
||||||
OUTDIR=${{ github.run_id }}/$MODELJOB
|
OUTDIR=${{ github.run_id }}/$MODELJOB
|
||||||
|
Loading…
Reference in New Issue
Block a user