blob: c2b7deebab14e7c51ca594682b7bae8d09252539 [file] [log] [blame]
# 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/master/CI_YAML.md
enabled_branches:
- master
platform_properties:
windows:
properties:
caches: >-
[
{"name": "vsbuild", "path": "vsbuild"},
{"name": "pub_cache", "path": ".pub-cache"}
]
dependencies: >
[
{"dependency": "certs"}
]
device_type: none
os: Windows
targets:
- name: Windows Plugins master channel
recipe: plugins/plugins
timeout: 30
properties:
dependencies: >
[
{"dependency": "vs_build"}
]
scheduler: luci
- name: Windows Plugins stable channel
recipe: plugins/plugins
timeout: 30
properties:
channel: stable
dependencies: >
[
{"dependency": "vs_build"}
]
scheduler: luci