Migrate to .ci.yaml (#361)

This commit is contained in:
Casey Hillers
2021-05-21 14:07:38 -07:00
committed by GitHub
parent 4aabb81032
commit e72d7b3c14
3 changed files with 16 additions and 28 deletions

16
.ci.yaml Normal file
View File

@ -0,0 +1,16 @@
# 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/scheduler/README.md
enabled_branches:
- master
targets:
- name: fuchsia_ctl
builder: fuchsia_ctl
postsubmit: false
scheduler: luci

View File

@ -1,19 +0,0 @@
This directory contains resources that the Flutter team uses during
the development of packages.
## Luci builder file
`try_builders.json` contains the supported luci try builders
for packages. It follows format:
```json
{
"builders":[
{
"name":"yyy",
"repo":"packages",
"enabled":true
}
]
}
```
This file will be mainly used in [`flutter/cocoon`](https://github.com/flutter/cocoon)
to trigger/update pre-submit luci tasks.

View File

@ -1,9 +0,0 @@
{
"builders":[
{
"name":"fuchsia_ctl",
"repo":"packages",
"enabled":true
}
]
}