From 6850f088c0b805b1872c4c45fd36095d9150990f Mon Sep 17 00:00:00 2001 From: Yegor Jbanov Date: Fri, 4 Mar 2016 17:48:00 -0800 Subject: [PATCH] [infra] run recipes using recommended method --- infra/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/README.md b/infra/README.md index 16fc60b339..d0ae91f25f 100644 --- a/infra/README.md +++ b/infra/README.md @@ -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