@@ -91,12 +91,9 @@ The typical cycle for editing a recipe is:
...
@@ -91,12 +91,9 @@ The typical cycle for editing a recipe is:
existing expected output to match the new output. Verify completely new test
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
cases by altering the `GenTests` method of the recipe. The recipe is required
to have 100% test coverage.
to have 100% test coverage.
3. Run `build/scripts/slave/recipes.py run flutter/<repo> slavename=<slavename>
3. Run `led get-builder 'luci.flutter.prod:BUILDER_NAME' | led edit -p 'revision="GIT_HASH"' | led edit-recipe-bundle | led launch`, where `BUILDER_NAME` is the builder name (e.g. `Linux Engine`), and