Skip to content

Commit 3d37654

Browse files
[ci] Switch Linux and web build-all to LUCI
Enables the recently added LUCI build-all for Linux and web, and removes the Cirrus version. Also enables an iOS build-all task that was never enabled. Part of flutter/flutter#114373
1 parent 6e1918f commit 3d37654

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

.ci.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,16 +81,15 @@ targets:
8181

8282
### Web tasks ###
8383
- name: Linux_web web_build_all_packages master
84-
bringup: true # New target
8584
recipe: packages/packages
8685
timeout: 30
8786
properties:
87+
add_recipes_cq: "true"
8888
version_file: flutter_master.version
8989
target_file: web_build_all_packages.yaml
9090
channel: master
9191

9292
- name: Linux_web web_build_all_packages stable
93-
bringup: true # New target
9493
recipe: packages/packages
9594
timeout: 30
9695
properties:
@@ -100,16 +99,15 @@ targets:
10099

101100
### Linux desktop tasks
102101
- name: Linux_desktop build_all_packages master
103-
bringup: true # New target
104102
recipe: packages/packages
105103
timeout: 30
106104
properties:
105+
add_recipes_cq: "true"
107106
version_file: flutter_master.version
108107
target_file: linux_build_all_packages.yaml
109108
channel: master
110109

111110
- name: Linux_desktop build_all_packages stable
112-
bringup: true # New target
113111
recipe: packages/packages
114112
timeout: 30
115113
properties:
@@ -203,7 +201,6 @@ targets:
203201
target_file: ios_build_all_packages.yaml
204202

205203
- name: Mac_x64 ios_build_all_packages stable
206-
bringup: true # New target
207204
recipe: packages/packages
208205
timeout: 30
209206
properties:

.cirrus.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -176,22 +176,7 @@ task:
176176
env:
177177
CIRRUS_CLONE_SUBMODULES: true
178178
script: ./script/tool_runner.sh update-excerpts --fail-on-change
179-
### Web tasks ###
180-
- name: web-build_all_packages
181-
env:
182-
BUILD_ALL_ARGS: "web"
183-
matrix:
184-
CHANNEL: "master"
185-
CHANNEL: "stable"
186-
<< : *BUILD_ALL_PACKAGES_APP_TEMPLATE
187179
### Linux desktop tasks ###
188-
- name: linux-build_all_packages
189-
env:
190-
BUILD_ALL_ARGS: "linux"
191-
matrix:
192-
CHANNEL: "master"
193-
CHANNEL: "stable"
194-
<< : *BUILD_ALL_PACKAGES_APP_TEMPLATE
195180
- name: linux-platform_tests
196181
# Don't run full platform tests on both channels in pre-submit.
197182
skip: $CIRRUS_PR != '' && $CHANNEL == 'stable'

0 commit comments

Comments
 (0)