aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/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/recipe_modules/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/recipe_modules/README.md')
-rw-r--r--infra/bots/recipe_modules/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/infra/bots/recipe_modules/README.md b/infra/bots/recipe_modules/README.md
index 3ddf5ab248..4ed9632eaf 100644
--- a/infra/bots/recipe_modules/README.md
+++ b/infra/bots/recipe_modules/README.md
@@ -21,6 +21,10 @@ test:
$ python infra/bots/recipes.py simulation_test train
+Or:
+
+ $ cd infra/bots; make train
+
Each recipe module contains a few files:
* api.py - This is the meat of the module.