Skip to content

Commit

Permalink
simulate long builds and allow concurrent ones
Browse files Browse the repository at this point in the history
  • Loading branch information
nkammah committed Feb 2, 2024
1 parent 033a0cc commit f231f6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/build_pr_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ env:
USE_HTTPS_CLONE: true

steps:
- key: "cancel-existing-builds"
command: ".buildkite/scripts/cancel_running_pr.sh || true"
#- key: "cancel-existing-builds"
# command: ".buildkite/scripts/cancel_running_pr.sh || true"
- key: "build-pr-setup"
label: "setup"
command: ".buildkite/scripts/build_pr_commit_status.sh pending"
Expand Down
1 change: 1 addition & 0 deletions .buildkite/scripts/build_pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ else
# When https://github.com/elastic/docs/issues/1823 is fixed, this
# should be removed and the original behavior restored.
rebuild_opt=" --rebuild --procs 16"
sleep 1800
fi


Expand Down

0 comments on commit f231f6d

Please sign in to comment.