Skip to content

Commit c493c0f

Browse files
committed
Speedup xrd copy with parallelism
1 parent d3ca345 commit c493c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ jobs:
105105
kinit -p ${{ secrets.KRB5USER }}@${{ secrets.KRB5REALM }} -kt ${KT_FILE_NAME}
106106
cd build
107107
rm -rf ./${PR_NUMBER:-}/assets/fa/svgs
108-
xrdcp -rf ./${PR_NUMBER:-} ${EOS_ENDPOINT}//${EOS_PATH}/
108+
xrdcp -rf --parallel 4 ./${PR_NUMBER:-} ${EOS_ENDPOINT}//${EOS_PATH}/

0 commit comments

Comments
 (0)