From 975479cc038a2aad9fe009b302986fc6cd094def Mon Sep 17 00:00:00 2001 From: Jan Knipper Date: Wed, 4 Sep 2024 11:22:14 +0200 Subject: [PATCH] Run replicate images in parallel --- ci/pipeline.yaml.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/pipeline.yaml.erb b/ci/pipeline.yaml.erb index c74ab90c90..30f2ccf923 100644 --- a/ci/pipeline.yaml.erb +++ b/ci/pipeline.yaml.erb @@ -290,7 +290,7 @@ jobs: args: - -cx - | - yq e '.imagesForVersion.*.*|.repository + ":" + .tag' kubernikus.git/charts/images.yaml | grep -v -E 'changeme|/ccloud/' | sed -E 's/\$REGION|global/eu-de-1/g' | sort -u | xargs -n1 keppel validate + yq e '.imagesForVersion.*.*|.repository + ":" + .tag' kubernikus.git/charts/images.yaml | grep -v -E 'changeme|/ccloud/' | sed -E 's/\$REGION|global/eu-de-1/g' | sort -u | xargs -n1 -P2 -I{} sh -c "keppel validate {}; sleep 2" - name: master serial: true