Преглед изворни кода

Run merge queue tasks with higher priority (#8708)

Failures in the merge queue (that are not relevant to the issues with the code) are very annoying and quite costly: they affect all PR that are in the queue after.

https://buildkite.com/docs/pipelines/configure/workflows/managing-priorities#prioritizing-whole-builds
Mykola Dzham пре 3 недеља
родитељ
комит
7659dddd30
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      .buildkite/pipeline-upload.sh

+ 1 - 0
.buildkite/pipeline-upload.sh

@@ -14,6 +14,7 @@ source ci/_
 if [[ $BUILDKITE_BRANCH == gh-readonly-queue* ]]; then
   # github merge queue
   cat <<EOF | tee /dev/tty | buildkite-agent pipeline upload
+priority: 10
 steps:
   - name: "sanity"
     command: "ci/docker-run-default-image.sh ci/test-sanity.sh"