Skip to content

[ci] Switch master Linux custom package tests to LUCI #4386

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ targets:
version_file: flutter_stable.version

- name: Linux_android custom_package_tests master
bringup: true # New target
recipe: packages/packages
timeout: 30
properties:
Expand All @@ -232,7 +231,7 @@ targets:
channel: master

- name: Linux_android custom_package_tests stable
bringup: true # New target
bringup: true # Blocked on https://github.com/flutter/flutter/issues/130071
recipe: packages/packages
timeout: 30
properties:
Expand Down
6 changes: 3 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,9 @@ task:
- name: linux-custom_package_tests
env:
PATH: $PATH:/usr/local/bin
matrix:
CHANNEL: "master"
CHANNEL: "stable"
# Master has been migrated to LUCI, but stable is blocked on
# https://github.com/flutter/flutter/issues/130071
CHANNEL: "stable"
<< : *INSTALL_CHROME_LINUX
local_tests_script:
- ./script/tool_runner.sh custom-test
Expand Down