commit | f68c03a80781fd4f8c5c810d128bd6a49b7031bb | [log] [tgz] |
---|---|---|
author | Florian Weikert <fwe@google.com> | Mon Aug 05 20:30:32 2024 +0200 |
committer | GitHub <noreply@github.com> | Mon Aug 05 20:30:32 2024 +0200 |
tree | 6e01e91d0c0271965fe6d495fdfd5bfcb6fd7f70 | |
parent | 0414dba3f12f21bb010247be2a2ae0c5ee2396e4 [diff] |
Recognize trusted iMac CI workers (#2015)
diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py index a47fa16..64fe68e 100755 --- a/buildkite/bazelci.py +++ b/buildkite/bazelci.py
@@ -607,7 +607,7 @@ MAX_TASK_NUMBER = 80 LAB_AGENT_PATTERNS = [ - re.compile(r"^bk-imacpro-\d+$"), + re.compile(r"^bk-(trusted-)?imacpro-\d+$"), re.compile(r"^bk-(trusted|testing)-macpro-\d+$"), re.compile(r"^bk-(trusted-)?macstudio-\d+$"), ]