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

Commit 704881b

Browse files
jmagmandrewroengoogle
authored andcommitted
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 1d76d8d commit 704881b

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
@@ -383,6 +383,14 @@ targets:
383383
config_name: mac_unopt
384384
add_recipes_cq: "true"
385385

386+
- name: Linux mac_unopt
387+
bringup: true
388+
recipe: engine_v2/engine_v2
389+
properties:
390+
config_name: mac_unopt
391+
add_recipes_cq: "true"
392+
timeout: 60
393+
386394
- name: Mac Unopt
387395
recipe: engine/engine_unopt
388396
properties:

0 commit comments

Comments
 (0)