Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
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
36 changes: 33 additions & 3 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,39 @@
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
builder: Windows Plugins
postsubmit: false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For my own understanding: what is controlling presubmit vs postsubmit in these configs? Or is "both" the default?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

True is the default, so both run by default. The config links to https://cs.opensource.google/flutter/cocoon/+/master:CI_YAML.md which is the config documentation.

- name: Windows Plugins master channel
recipe: plugins/plugins
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I consolidated this with the postsubmit "Windows Plugins master channel" which was equivalent

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