Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ for packages. It follows format:
"builders":[
{
"name":"xxx",
"repo":"packages"
"repo":"packages",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

probably change name to yyy?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Here only one builder is listed in the doc. I guess we can use xxx.

"enabled":true
}
]
}
```
This file will be mainly used in [`flutter/cocoon`](https://github.com/flutter/cocoon)
to update luci task statuses of packages pre-submit tests.

This file will be mainly used in [`flutter/cocoon`](https://github.com/flutter/cocoon)
to trigger/update pre-submit luci tasks.
3 changes: 2 additions & 1 deletion dev/try_builders.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"builders":[
{
"name":"fuchsia_ctl",
"repo":"packages"
"repo":"packages",
"enabled":true
}
]
}