From 5c88f8f295e4a9b4fa02de479f6fbaba53c43fa8 Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Wed, 10 Jan 2018 17:05:47 -0800 Subject: [PATCH] Update instructions for testing the buildbot recipes (#14033) --- dev/bots/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/bots/README.md b/dev/bots/README.md index db7137a37d..13e809a214 100644 --- a/dev/bots/README.md +++ b/dev/bots/README.md @@ -64,7 +64,7 @@ The typical cycle for editing a recipe is: 2. Run `build/scripts/slave/recipes.py --use-bootstrap test train` to update expected files 3. Run `build/scripts/tools/run_recipe.py flutter/ slavename= - mastername=client.flutter buildername=` where `` is one + mastername=client.flutter buildername= buildnumber=1234` where `` is one of `flutter` or `engine`, and `slavename` and `buildername` can be looked up from the *Build Properties* section of a [recent build](https://build.chromium.org/p/client.flutter/one_line_per_build).