File tree Expand file tree Collapse file tree 2 files changed +2
-20
lines changed
Expand file tree Collapse file tree 2 files changed +2
-20
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments