Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit f794529

Browse files
authored
Change v2 mac_unopt orchestrator builder to Linux (#41184)
`mac_unopt` orchestrator kicks off Mac swarming tasks, but don't seem to need to run on a Mac. Swap Linux bots which are more plentiful and have a shorter queue time. Start by adding new `bringup` builder to see if it passes in staging. If it passes I will remove the Mac variant ASAP. Led run: https://luci-milo.appspot.com/raw/build/logs.chromium.org/flutter/led/keyonghan_google.com/49f579a1636ddec2ffc05cb6053196a4472f5e4f69034386f88824356c479621/+/build.proto Keep `mac_ios_engine` and `mac_host_engine` as Macs since they need to run Xcodes on Macs to create the xcframeworks. See also #41181 and #41210
1 parent 89d9657 commit f794529

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.ci.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,14 @@ targets:
371371
add_recipes_cq: "true"
372372
timeout: 60
373373

374+
- name: Linux mac_unopt
375+
bringup: true
376+
recipe: engine_v2/engine_v2
377+
properties:
378+
config_name: mac_unopt
379+
add_recipes_cq: "true"
380+
timeout: 60
381+
374382
- name: Mac Unopt
375383
bringup: true
376384
recipe: engine/engine_unopt

0 commit comments

Comments
 (0)