Przeglądaj źródła

ci: run sanity on merge queue (#8667)

Trent Nelson 4 tygodni temu
rodzic
commit
56e367e4a4
1 zmienionych plików z 6 dodań i 1 usunięć
  1. 6 1
      .buildkite/pipeline-upload.sh

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

@@ -12,9 +12,14 @@ cd "$(dirname "$0")"/..
 source ci/_
 
 if [[ $BUILDKITE_BRANCH == gh-readonly-queue* ]]; then
-
+  # github merge queue
   cat <<EOF | tee /dev/tty | buildkite-agent pipeline upload
 steps:
+  - name: "sanity"
+    command: "ci/docker-run-default-image.sh ci/test-sanity.sh"
+    timeout_in_minutes: 5
+    agents:
+      queue: "check"
   - name: "checks"
     command: "ci/docker-run-default-image.sh ci/test-checks.sh"
     timeout_in_minutes: 30