From 9038179f814f07add43813a5e8e026055ff972ea Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 12:30:52 +0000 Subject: [PATCH] [8.13](backport #38610) Comment the buildkite upload step (#38613) This is done to disable the execution of the dynamic pipeline. Signed-off-by: Alexandros Sapranidis (cherry picked from commit 9e33668c82a9641b7e778483db3886215f5b7ea7) Co-authored-by: Alexandros Sapranidis --- .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 877ea018f06..c5627aaf007 100755 --- a/.buildkite/scripts/generate_pipeline.sh +++ b/.buildkite/scripts/generate_pipeline.sh @@ -12,5 +12,6 @@ chmod a+x /usr/bin/yq 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