From 16d4c7017b1f1f55b3c18d2b9712f8d5dcccf6cb Mon Sep 17 00:00:00 2001 From: Florian Weikert Date: Fri, 14 Apr 2023 19:58:32 +0200 Subject: [PATCH] Add macos_qa platform (#1583) This is a temporary change whose sole purpose is to allow me to target individual Macs in order to debug problems such as those outlined in #1431. --- buildkite/bazelci.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py index 9126c88448..78cb1feb7e 100755 --- a/buildkite/bazelci.py +++ b/buildkite/bazelci.py @@ -558,6 +558,14 @@ "queue": "macos", "python": "python3", }, + "macos_qa": { + "name": "macOS QA (OpenJDK 11, Xcode)", + "emoji-name": ":darwin: :fire_extinguisher: (OpenJDK 11, Xcode)", + "downstream-root": "/Users/buildkite/builds/${BUILDKITE_AGENT_NAME}/${BUILDKITE_ORGANIZATION_SLUG}-downstream-projects", + "publish_binary": [], + "queue": "macos_qa", + "python": "python3", + }, "macos_arm64": { "name": "macOS arm64 (OpenJDK 8, Xcode)", "emoji-name": ":darwin: arm64 (OpenJDK 8, Xcode)",