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
4ff17343
Unverified
Commit
4ff17343
authored
Apr 26, 2021
by
Ian Hickson
Committed by
GitHub
Apr 26, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add skp_generator shard to LUCI config (#81096)
parent
9f2b93ae
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
prod_builders.json
dev/prod_builders.json
+6
-0
try_builders.json
dev/try_builders.json
+7
-0
No files found.
dev/prod_builders.json
View file @
4ff17343
...
...
@@ -552,6 +552,12 @@
"task_name"
:
"flutter_plugins"
,
"flaky"
:
false
},
{
"name"
:
"Linux skp_generator"
,
"repo"
:
"flutter"
,
"task_name"
:
"linux_skp_generator"
,
"flaky"
:
true
},
{
"name"
:
"Mac build_aar_module_test"
,
"repo"
:
"flutter"
,
...
...
dev/try_builders.json
View file @
4ff17343
...
...
@@ -179,6 +179,13 @@
"enabled"
:
true
,
"run_if"
:
[
"dev/**"
,
"packages/flutter_tools/**"
,
"bin/**"
]
},
{
"name"
:
"Linux skp_generator"
,
"repo"
:
"flutter"
,
"task_name"
:
"linux_skp_generator"
,
"enabled"
:
true
,
"run_if"
:
[
"dev/"
,
"packages/flutter/"
,
"bin/"
]
},
{
"name"
:
"Linux tool_tests_general"
,
"repo"
:
"flutter"
,
...
...
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