Skip to content

Commit

Permalink
Add macos_qa platform (bazelbuild#1583)
Browse files Browse the repository at this point in the history
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
bazelbuild#1431.
  • Loading branch information
fweikert authored and fmeum committed Dec 10, 2023
1 parent dc4b3e4 commit 16d4c70
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions buildkite/bazelci.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down

0 comments on commit 16d4c70

Please sign in to comment.