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
01c70815
Unverified
Commit
01c70815
authored
6 years ago
by
Michael Klimushyn
Committed by
GitHub
6 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add info about new test cases (#23805)
parent
070df5b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
README.md
dev/bots/README.md
+4
-2
No files found.
dev/bots/README.md
View file @
01c70815
...
@@ -67,8 +67,10 @@ The typical cycle for editing a recipe is:
...
@@ -67,8 +67,10 @@ The typical cycle for editing a recipe is:
1.
Make your edits (probably to files in
1.
Make your edits (probably to files in
`//chrome_infra/build/scripts/slave/recipes/flutter`
).
`//chrome_infra/build/scripts/slave/recipes/flutter`
).
2.
Run
`build/scripts/slave/recipes.py --use-bootstrap test train`
to
2.
Update the tests. Run
`build/scripts/slave/recipes.py --use-bootstrap test
update expected files
train`
to update existing expected output to match the new output. Verify
completely new test cases by altering the
`GenTests`
method of the recipe.
The recipe is required to have 100% test coverage.
3.
Run
`build/scripts/slave/recipes.py run flutter/<repo> slavename=<slavename>
3.
Run
`build/scripts/slave/recipes.py run flutter/<repo> slavename=<slavename>
mastername=client.flutter buildername=<buildername> buildnumber=1234`
where
`<repo>`
is one
mastername=client.flutter buildername=<buildername> buildnumber=1234`
where
`<repo>`
is one
of
`flutter`
or
`engine`
, and
`slavename`
and
`buildername`
can be looked up
of
`flutter`
or
`engine`
, and
`slavename`
and
`buildername`
can be looked up
...
...
This diff is collapsed.
Click to expand it.
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