Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
f08d7297
Unverified
Commit
f08d7297
authored
Aug 06, 2020
by
keyonghan
Committed by
GitHub
Aug 06, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add supported Luci builders for flutter repo (#62445)
parent
848cb83b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
58 additions
and
0 deletions
+58
-0
README.md
dev/README.md
+21
-0
prod_builders.json
dev/prod_builders.json
+23
-0
try_builders.json
dev/try_builders.json
+14
-0
No files found.
dev/README.md
View file @
f08d7297
...
@@ -5,3 +5,24 @@ course, they may be interesting if you are curious.
...
@@ -5,3 +5,24 @@ course, they may be interesting if you are curious.
The tests in this directory are run in the
`framework_tests_misc-*`
The tests in this directory are run in the
`framework_tests_misc-*`
shards.
shards.
## Luci builder file
`try_builders.json`
and
`prod_builders.json`
contain the
supported luci try/prod builders for engine. They follow format:
```
json
{
"builders"
:[
{
"name"
:
"xxx1"
,
"repo"
:
"flutter"
},
{
"name"
:
"xxx2"
,
"repo"
:
"flutter"
,
"taskName"
:
"yyy2"
}
]
}
```
These files will be mainly used in
[
`flutter/cocoon`
](
https://github.com/flutter/cocoon
)
to trigger/update flutter luci tasks.
dev/prod_builders.json
0 → 100644
View file @
f08d7297
{
"builders"
:[
{
"name"
:
"Linux"
,
"repo"
:
"flutter"
,
"taskName"
:
"linux_bot"
},
{
"name"
:
"Mac"
,
"repo"
:
"flutter"
,
"taskName"
:
"mac_bot"
},
{
"name"
:
"Windows"
,
"repo"
:
"flutter"
,
"taskName"
:
"windows_bot"
},
{
"name"
:
"Linux Coverage"
,
"repo"
:
"flutter"
}
]
}
dev/try_builders.json
0 → 100644
View file @
f08d7297
{
"builders"
:[
{
"name"
:
"Linux"
,
"repo"
:
"flutter"
,
"taskName"
:
"linux_bot"
},
{
"name"
:
"Windows"
,
"repo"
:
"flutter"
,
"taskName"
:
"windows_bot"
}
]
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment