Skip to content

Commit e86277f

Browse files
committed
Speedup the copy to S3
1 parent 267f32a commit e86277f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
if: ${{ env.SHOULD_DEPLOY == 'true' }}
6464
run: |
6565
DEST="s3://root/${PR_NUMBER:-}" # if PR, upload in s3://root/<prnumber>
66+
aws configure set default.s3.max_concurrent_requests 200
6667
aws --endpoint-url https://s3.cern.ch s3 sync --delete build/${PR_NUMBER:-} ${DEST}
6768
env:
6869
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)