Skip to content

Commit 6bc75c8

Browse files
[ci] Switch master Linux custom package tests to LUCI (#4386)
Enables the new LUCI target for `master`, and removes the Cirrus version. I only pre-tested `master`, and it turns out that `stable` is blocked by flutter/flutter#130071. Part of flutter/flutter#114373
1 parent 38dd934 commit 6bc75c8

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ targets:
211211
version_file: flutter_stable.version
212212

213213
- name: Linux_android custom_package_tests master
214-
bringup: true # New target
215214
recipe: packages/packages
216215
timeout: 30
217216
properties:
@@ -228,7 +227,7 @@ targets:
228227
channel: master
229228

230229
- name: Linux_android custom_package_tests stable
231-
bringup: true # New target
230+
bringup: true # Blocked on https://github.com/flutter/flutter/issues/130071
232231
recipe: packages/packages
233232
timeout: 30
234233
properties:

.cirrus.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@ task:
161161
- name: linux-custom_package_tests
162162
env:
163163
PATH: $PATH:/usr/local/bin
164-
matrix:
165-
CHANNEL: "master"
166-
CHANNEL: "stable"
164+
# Master has been migrated to LUCI, but stable is blocked on
165+
# https://github.com/flutter/flutter/issues/130071
166+
CHANNEL: "stable"
167167
<< : *INSTALL_CHROME_LINUX
168168
local_tests_script:
169169
- ./script/tool_runner.sh custom-test

0 commit comments

Comments
 (0)