mirror of
https://github.com/flutter/packages.git
synced 2025-08-06 17:28:42 +08:00
83 lines
1.9 KiB
YAML
83 lines
1.9 KiB
YAML
# Describes the targets run in continuous integration environment.
|
|
#
|
|
# Flutter infra uses this file to generate a checklist of tasks to be performed
|
|
# for every commit.
|
|
#
|
|
# More information at:
|
|
# * https://github.com/flutter/cocoon/blob/main/CI_YAML.md
|
|
enabled_branches:
|
|
- main
|
|
|
|
platform_properties:
|
|
linux:
|
|
properties:
|
|
fuchsia_ctl_version: ""
|
|
os: Linux
|
|
windows:
|
|
properties:
|
|
caches: >-
|
|
[
|
|
{"name": "vsbuild", "path": "vsbuild"},
|
|
{"name": "pub_cache", "path": ".pub-cache"}
|
|
]
|
|
dependencies: >
|
|
[
|
|
{"dependency": "certs"}
|
|
]
|
|
device_type: none
|
|
os: Windows
|
|
|
|
targets:
|
|
- name: Windows local_tests master - packages
|
|
recipe: packages/packages
|
|
timeout: 30
|
|
properties:
|
|
add_recipes_cq: "true"
|
|
target_file: windows_local_tests.yaml
|
|
channel: master
|
|
version_file: flutter_master.version
|
|
dependencies: >
|
|
[
|
|
{"dependency": "vs_build"}
|
|
]
|
|
scheduler: luci
|
|
|
|
- name: Windows win32-platform_tests master - packages
|
|
recipe: packages/packages
|
|
timeout: 30
|
|
properties:
|
|
add_recipes_cq: "true"
|
|
target_file: windows_build_and_platform_tests.yaml
|
|
channel: master
|
|
version_file: flutter_master.version
|
|
dependencies: >
|
|
[
|
|
{"dependency": "vs_build"}
|
|
]
|
|
scheduler: luci
|
|
|
|
- name: Windows win32-platform_tests stable - packages
|
|
recipe: packages/packages
|
|
timeout: 30
|
|
properties:
|
|
add_recipes_cq: "true"
|
|
target_file: windows_build_and_platform_tests.yaml
|
|
channel: stable
|
|
dependencies: >
|
|
[
|
|
{"dependency": "vs_build"}
|
|
]
|
|
scheduler: luci
|
|
|
|
- name: Linux fuchsia_ctl
|
|
postsubmit: false
|
|
recipe: fuchsia_ctl
|
|
timeout: 90
|
|
properties:
|
|
add_recipes_cq: "true"
|
|
scheduler: luci
|
|
|
|
- name: Linux ci_yaml packages roller
|
|
recipe: infra/ci_yaml
|
|
scheduler: luci
|