Skip to content

[ci] Enable LUCI stable custom Linux tests #4404

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 1 commit into from
Jul 7, 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
2 changes: 0 additions & 2 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,11 +246,9 @@ targets:
channel: master

- name: Linux_android custom_package_tests stable
bringup: true # Blocked on https://github.com/flutter/flutter/issues/130071
recipe: packages/packages
timeout: 30
properties:
add_recipes_cq: "true"
version_file: flutter_stable.version
target_file: linux_custom_package_tests.yaml
cores: "32"
Expand Down
10 changes: 0 additions & 10 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,16 +157,6 @@ task:
cpu: 4
memory: 16G
matrix:
### Platform-agnostic tasks ###
- name: linux-custom_package_tests
env:
PATH: $PATH:/usr/local/bin
# 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
### Android tasks ###
- name: android-platform_tests
# Don't run full platform tests on both channels in pre-submit.
Expand Down