1
0
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:
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: 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