Commit ebd79100 authored by Michael Thomsen's avatar Michael Thomsen Committed by GitHub

Update Chromium recipe instructions to reflect new flow (#9919)

parent d6b1ad54
...@@ -61,8 +61,8 @@ The typical cycle for editing a recipe is: ...@@ -61,8 +61,8 @@ 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 simulation_test train flutter` to update 2. Run `build/scripts/slave/recipes.py --use-bootstrap test train` to
expected files (remove the flutter if you need to do a global update). update expected files
3. Run `build/scripts/tools/run_recipe.py flutter/<repo> slavename=<slavename> 3. Run `build/scripts/tools/run_recipe.py flutter/<repo> slavename=<slavename>
mastername=client.flutter buildername=<buildername>` where `<repo>` is one mastername=client.flutter buildername=<buildername>` 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment