Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Add new LUCI targets
  • Loading branch information
stuartmorgan-g committed Jul 5, 2023
commit b9b0fb71d584cb8ef778b0620763988309bc8119
23 changes: 23 additions & 0 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,29 @@ targets:
channel: stable
version_file: flutter_stable.version

- name: Linux custom_package_tests master
bringup: true # New target
recipe: packages/packages
timeout: 60
properties:
add_recipes_cq: "true"
version_file: flutter_master.version
target_file: linux_custom_package_tests.yaml
cores: "32"
channel: master

- name: Linux custom_package_tests stable
bringup: true # New target
recipe: packages/packages
timeout: 60
properties:
add_recipes_cq: "true"
version_file: flutter_stable.version
target_file: linux_custom_package_tests.yaml
cores: "32"
channel: stable


### Android tasks ###
- name: Linux_android android_build_all_packages master
recipe: packages/packages
Expand Down