Skip to content

Commit

Permalink
[ci] Switch Linux and web build-all to LUCI (flutter#4252)
Browse files Browse the repository at this point in the history
Enables the recently added LUCI build-all for Linux and web, and removes the Cirrus version.

Also enables an iOS build-all that was never enabled.

Part of flutter/flutter#114373
  • Loading branch information
stuartmorgan authored Jun 20, 2023
1 parent 6e1918f commit 418aa3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
7 changes: 2 additions & 5 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,15 @@ targets:

### Web tasks ###
- name: Linux_web web_build_all_packages master
bringup: true # New target
recipe: packages/packages
timeout: 30
properties:
add_recipes_cq: "true"
version_file: flutter_master.version
target_file: web_build_all_packages.yaml
channel: master

- name: Linux_web web_build_all_packages stable
bringup: true # New target
recipe: packages/packages
timeout: 30
properties:
Expand All @@ -100,16 +99,15 @@ targets:

### Linux desktop tasks
- name: Linux_desktop build_all_packages master
bringup: true # New target
recipe: packages/packages
timeout: 30
properties:
add_recipes_cq: "true"
version_file: flutter_master.version
target_file: linux_build_all_packages.yaml
channel: master

- name: Linux_desktop build_all_packages stable
bringup: true # New target
recipe: packages/packages
timeout: 30
properties:
Expand Down Expand Up @@ -203,7 +201,6 @@ targets:
target_file: ios_build_all_packages.yaml

- name: Mac_x64 ios_build_all_packages stable
bringup: true # New target
recipe: packages/packages
timeout: 30
properties:
Expand Down
15 changes: 0 additions & 15 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,22 +176,7 @@ task:
env:
CIRRUS_CLONE_SUBMODULES: true
script: ./script/tool_runner.sh update-excerpts --fail-on-change
### Web tasks ###
- name: web-build_all_packages
env:
BUILD_ALL_ARGS: "web"
matrix:
CHANNEL: "master"
CHANNEL: "stable"
<< : *BUILD_ALL_PACKAGES_APP_TEMPLATE
### Linux desktop tasks ###
- name: linux-build_all_packages
env:
BUILD_ALL_ARGS: "linux"
matrix:
CHANNEL: "master"
CHANNEL: "stable"
<< : *BUILD_ALL_PACKAGES_APP_TEMPLATE
- name: linux-platform_tests
# Don't run full platform tests on both channels in pre-submit.
skip: $CIRRUS_PR != '' && $CHANNEL == 'stable'
Expand Down

0 comments on commit 418aa3d

Please sign in to comment.