From 65e326706523890d2e8618a94c5efe397ec45d03 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 11 Jun 2021 20:06:09 +0100 Subject: [PATCH] Always use 8 threads when getting from Artifactory Closes gh-26852 --- ci/pipeline.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 6233e9137e..3e1ad90559 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -464,6 +464,8 @@ jobs: params: <<: *artifactory-repo-put-params repo: libs-staging-local + get_params: + threads: 8 - put: git-repo params: repository: stage-git-repo @@ -484,6 +486,8 @@ jobs: params: <<: *artifactory-repo-put-params repo: libs-staging-local + get_params: + threads: 8 - put: git-repo params: repository: stage-git-repo @@ -504,6 +508,8 @@ jobs: params: <<: *artifactory-repo-put-params repo: libs-staging-local + get_params: + threads: 8 - put: git-repo params: repository: stage-git-repo @@ -577,6 +583,7 @@ jobs: params: download_artifacts: true save_build_info: true + threads: 8 - task: promote image: ci-image file: git-repo/ci/tasks/promote.yml