Merge pull request #2435 from yjbanov/run-recipe
[infra] run recipes using recommended method
This commit is contained in:
commit
4f97e0ca7c
@ -53,7 +53,7 @@ The typical cycle for editing a recipe is:
|
||||
|
||||
1. Make your edits.
|
||||
2. Run `build/scripts/slave/recipes.py simulation_test train flutter` to update expected files (remove the flutter if you need to do a global update).
|
||||
3. Run `build/scripts/slave/recipes.py run flutter/flutter` (or flutter/engine) if something was strange during training and you need to run it locally.
|
||||
3. Run `build/scripts/tools/run_recipe.py flutter/flutter` (or flutter/engine) if something was strange during training and you need to run it locally.
|
||||
4. Upload the patch (`git commit`, `git cl upload`) and send it to someone in the `recipes/flutter/OWNERS` file for review.
|
||||
|
||||
## Editing the client.flutter buildbot master
|
||||
|
Loading…
x
Reference in New Issue
Block a user