1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-05-29 12:18:51 +00:00

ci(core): increase S3 upload concurrency for ui-report action

[no changelog]
This commit is contained in:
Roman Zeyde 2025-05-11 13:15:53 +03:00 committed by Roman Zeyde
parent 65c34774a1
commit c1b0852b90

View File

@ -19,6 +19,9 @@ runs:
with:
role-to-assume: arn:aws:iam::538326561891:role/gh_actions_deploy_dev_firmware_data
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: |
MODELJOB=${{ inputs.model }}-${{ inputs.lang }}-${{ github.job }}
OUTDIR=${{ github.run_id }}/$MODELJOB