Skip to content

Commit 8b6998f

Browse files
[ci] Switch to LUCI for Android build-all (#4274)
Enables the new LUCI version of the Android build-all-packages test, and removes the Cirrus version. Part of flutter/flutter#114373
1 parent 25e1d87 commit 8b6998f

File tree

2 files changed

+0
-30
lines changed

2 files changed

+0
-30
lines changed

.ci.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ targets:
128128

129129
### Android tasks ###
130130
- name: Linux_android android_build_all_packages master
131-
bringup: true # New target
132131
recipe: packages/packages
133132
timeout: 30
134133
properties:
@@ -138,7 +137,6 @@ targets:
138137
channel: master
139138

140139
- name: Linux_android android_build_all_packages stable
141-
bringup: true # New target
142140
recipe: packages/packages
143141
timeout: 30
144142
properties:

.cirrus.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -47,22 +47,6 @@ flutter_upgrade_template: &FLUTTER_UPGRADE_TEMPLATE
4747
- flutter doctor -v
4848
<< : *TOOL_SETUP_TEMPLATE
4949

50-
# Ensures that the latest versions of all of the 1P packages can be used
51-
# together. See script/configs/exclude_all_packages_app.yaml for exceptions.
52-
build_all_packages_app_template: &BUILD_ALL_PACKAGES_APP_TEMPLATE
53-
create_all_packages_app_script:
54-
- $PLUGIN_TOOL_COMMAND create-all-packages-app --output-dir=. --exclude script/configs/exclude_all_packages_app.yaml
55-
build_all_packages_debug_script:
56-
- cd all_packages
57-
- if [[ "$BUILD_ALL_ARGS" == "web" ]]; then
58-
- echo "Skipping; web does not support debug builds"
59-
- else
60-
- flutter build $BUILD_ALL_ARGS --debug
61-
- fi
62-
build_all_packages_release_script:
63-
- cd all_packages
64-
- flutter build $BUILD_ALL_ARGS --release
65-
6650
# Light-workload Linux tasks.
6751
# These use default machines, with fewer CPUs, to reduce pressure on the
6852
# concurrency limits.
@@ -240,18 +224,6 @@ task:
240224
path: "**/reports/lint-results-debug.xml"
241225
type: text/xml
242226
format: android-lint
243-
- name: android-build_all_packages
244-
env:
245-
BUILD_ALL_ARGS: "apk"
246-
matrix:
247-
CHANNEL: "master"
248-
CHANNEL: "stable"
249-
<< : *BUILD_ALL_PACKAGES_APP_TEMPLATE
250-
create_all_packages_app_legacy_script:
251-
- $PLUGIN_TOOL_COMMAND create-all-packages-app --legacy-source=.ci/legacy_project/all_packages --output-dir=legacy/ --exclude script/configs/exclude_all_packages_app.yaml
252-
build_all_packages_legacy_script:
253-
- cd legacy/all_packages
254-
- flutter build $BUILD_ALL_ARGS --debug
255227
### Web tasks ###
256228
- name: web-platform_tests
257229
env:

0 commit comments

Comments
 (0)