From 28d28d247f73b44e87654269fd5b0991c5900444 Mon Sep 17 00:00:00 2001 From: Yun Peng Date: Fri, 5 Jul 2024 15:57:42 +0200 Subject: [PATCH] Add macos_legacy for legacy lab Macs --- buildkite/bazelci.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py index 27537ea995..163e2fbfd5 100755 --- a/buildkite/bazelci.py +++ b/buildkite/bazelci.py @@ -521,6 +521,13 @@ "queue": "macos", "python": "python3", }, + "macos_legacy": { + "name": "macOS", + "emoji-name": ":darwin: macOS", + "publish_binary": ["macos"], + "queue": "macos_legacy", + "python": "python3", + }, "macos_v2": { "name": "macOS", "emoji-name": ":darwin: macOS",