Skip to content

Commit

Permalink
[8.13](backport #38610) Comment the buildkite upload step (#38613)
Browse files Browse the repository at this point in the history
This is done to disable the execution of the dynamic pipeline.

Signed-off-by: Alexandros Sapranidis <alexandros@elastic.co>
(cherry picked from commit 9e33668)

Co-authored-by: Alexandros Sapranidis <alexandros@elastic.co>
  • Loading branch information
mergify[bot] and alexsapran authored Mar 26, 2024
1 parent 145174c commit 9038179
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .buildkite/scripts/generate_pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9038179

Please sign in to comment.