aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/README.md
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2017-04-13 10:22:11 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-04-13 17:01:17 +0000
commit2ce36ea09e941d888e4b417a70ce9a90e6d7be2a (patch)
tree0d43a9c2adc249e3461508da4cabff4a602a4074 /infra/bots/recipes/README.md
parent9866817d5f8b65aa8f45abc21d995001dce71769 (diff)
Add infra/bots/Makefile to simplify test/train
eg. $ make test or $ make train Update docs accordingly. Bug: skia: Change-Id: I069fa686833f0a78f398bd85eb8bb44025cae0d5 Reviewed-on: https://skia-review.googlesource.com/13327 Reviewed-by: Joe Gregorio <jcgregorio@google.com> Commit-Queue: Eric Boren <borenet@google.com>
Diffstat (limited to 'infra/bots/recipes/README.md')
-rw-r--r--infra/bots/recipes/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/infra/bots/recipes/README.md b/infra/bots/recipes/README.md
index a9c4c6ab43..69dab23460 100644
--- a/infra/bots/recipes/README.md
+++ b/infra/bots/recipes/README.md
@@ -15,6 +15,10 @@ When you change a recipe, you generally need to re-train the simulation test:
$ python infra/bots/recipes.py simulation_test train
+Or:
+
+ $ cd infra/bots; make train
+
The simulation_test generates expectations files for the tests contained within
each recipe which illustrate which steps would run, given a particular set of
inputs. Pay attention to the diffs in these files when making changes to ensure