From 6230590c4be6668bb25abdf834909bde04eb77f5 Mon Sep 17 00:00:00 2001 From: Alexandros Sapranidis Date: Tue, 26 Mar 2024 14:10:08 +0200 Subject: [PATCH] Comment the buildkite upload step (#38610) This is done to disable the execution of the dynamic pipeline. Signed-off-by: Alexandros Sapranidis (cherry picked from commit 9e33668c82a9641b7e778483db3886215f5b7ea7) --- .buildkite/scripts/generate_pipeline.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.buildkite/scripts/generate_pipeline.sh b/.buildkite/scripts/generate_pipeline.sh index 342dc8bf7ac..0d9703e9660 100755 --- a/.buildkite/scripts/generate_pipeline.sh +++ b/.buildkite/scripts/generate_pipeline.sh @@ -7,5 +7,6 @@ pip3 install --quiet "ruamel.yaml<0.18.0" echo "+++ Run pipeline generator in dry-run mode" python3 .buildkite/pipeline.py | yq . -echo "~~~ Upload pipeline" -python3 .buildkite/pipeline.py | buildkite-agent pipeline upload +# Temporary commenting this, until we restart this work-stream +#echo "~~~ Upload pipeline" +#python3 .buildkite/pipeline.py | buildkite-agent pipeline upload