mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 16:31:47 +00:00
fix(ci): reduce push_all concurrency even further due to ratelimits (#64111)
😢 ## Test plan CI ## Changelog <!-- OPTIONAL; info at https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c -->
This commit is contained in:
parent
b212aff5dd
commit
51cf4dcba8
@ -206,7 +206,7 @@ echo "--- :bazel::docker: Pushing images..."
|
||||
log_file=$(mktemp)
|
||||
# shellcheck disable=SC2064
|
||||
trap "rm -rf $log_file" EXIT
|
||||
parallel --jobs=16 --line-buffer --joblog "$log_file" -v <"$job_file"
|
||||
parallel --jobs=8 --line-buffer --joblog "$log_file" -v <"$job_file"
|
||||
|
||||
# Pretty print the output from gnu parallel
|
||||
while read -r line; do
|
||||
|
||||
Loading…
Reference in New Issue
Block a user