Skip to content

Commit 958750d

Browse files
[ci] Enable LUCI stable custom Linux tests (flutter#4404)
Enables the stable variant of the Linux-host custom package tests, now that the channel is available in the environment, and removes the Cirrus version. Part of flutter#114373
1 parent 902e4be commit 958750d

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.ci.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,11 +245,9 @@ targets:
245245
channel: master
246246

247247
- name: Linux_android custom_package_tests stable
248-
bringup: true # Blocked on https://github.com/flutter/flutter/issues/130071
249248
recipe: packages/packages
250249
timeout: 30
251250
properties:
252-
add_recipes_cq: "true"
253251
version_file: flutter_stable.version
254252
target_file: linux_custom_package_tests.yaml
255253
cores: "32"

.cirrus.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -142,16 +142,6 @@ task:
142142
cpu: 4
143143
memory: 16G
144144
matrix:
145-
### Platform-agnostic tasks ###
146-
- name: linux-custom_package_tests
147-
env:
148-
PATH: $PATH:/usr/local/bin
149-
# Master has been migrated to LUCI, but stable is blocked on
150-
# https://github.com/flutter/flutter/issues/130071
151-
CHANNEL: "stable"
152-
<< : *INSTALL_CHROME_LINUX
153-
local_tests_script:
154-
- ./script/tool_runner.sh custom-test
155145
### Android tasks ###
156146
- name: android-platform_tests
157147
# Don't run full platform tests on both channels in pre-submit.

0 commit comments

Comments
 (0)