Переглянути джерело

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"