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

Commit dda60f9

Browse files
authored
Change v2 mac_android_aot_engine orchestrator builder to Linux (#41181)
`mac_android_aot_engine` 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 variants ASAP. Keep `mac_ios_engine` and `mac_host_engine` as Macs since they need to run Xcodes on Macs to create the xcframeworks.
1 parent bba5b23 commit dda60f9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.ci.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,13 @@ targets:
346346
timeout: 60
347347
properties:
348348
config_name: mac_android_aot_engine
349-
$flutter/osx_sdk : >-
350-
{ "sdk_version": "14a5294e" }
349+
350+
- name: Linux mac_android_aot_engine
351+
bringup: true
352+
recipe: engine_v2/engine_v2
353+
timeout: 60
354+
properties:
355+
config_name: mac_android_aot_engine
351356

352357
- name: Mac mac_host_engine
353358
recipe: engine_v2/engine_v2

0 commit comments

Comments
 (0)