Skip to content

Commit 1091508

Browse files
authored
[CP-Stable] Use Linux windows_*_engine orchestrators (flutter#169772)
Cherry-picks flutter#168941. This is a pure infra change so release builds do not use a valuable Windows release builder just to spawn other builds.
1 parent b25305a commit 1091508

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

engine/src/flutter/.ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ targets:
503503
- os=Mac-14
504504
- cpu=x86
505505

506-
- name: Windows windows_android_aot_engine
506+
- name: Linux windows_android_aot_engine
507507
recipe: engine_v2/engine_v2
508508
timeout: 120
509509
properties:
@@ -513,9 +513,9 @@ targets:
513513
# Do not remove(https://github.com/flutter/flutter/issues/144644)
514514
# Scheduler will fail to get the platform
515515
drone_dimensions:
516-
- os=Windows
516+
- os=Linux
517517

518-
- name: Windows windows_host_engine
518+
- name: Linux windows_host_engine
519519
recipe: engine_v2/engine_v2
520520
timeout: 120
521521
properties:
@@ -525,7 +525,7 @@ targets:
525525
# Do not remove(https://github.com/flutter/flutter/issues/144644)
526526
# Scheduler will fail to get the platform
527527
drone_dimensions:
528-
- os=Windows
528+
- os=Linux
529529

530530
- name: Windows windows_host_engine_test
531531
recipe: engine_v2/engine_v2

0 commit comments

Comments
 (0)