aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/README.recipes.md
diff options
context:
space:
mode:
authorGravatar Ben Wagner <benjaminwagner@google.com>2017-10-09 14:27:26 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-10-09 19:15:05 +0000
commit7cf2fd6ff62378c5060d06a9699f3ff4510bdf53 (patch)
tree71f061fde2e0679e681691fc476610c526a961cc /infra/bots/README.recipes.md
parent4ba211f68fcd5eee75736891da401114640ee1c6 (diff)
Cleanup jobs.
NUC6i7KYK with GTX960 is an experimental eGPU setup that will be replaced with the NUC7i5BNK. IntelHD4600 has been replaced with IntelHD4400. Move remainder of *AbandonGpuContext jobs to QuadroP400. No-Try: true Change-Id: Ic81392ec162cb88500c9da7609471dbdc4a64f84 Reviewed-on: https://skia-review.googlesource.com/57320 Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
Diffstat (limited to 'infra/bots/README.recipes.md')
-rw-r--r--infra/bots/README.recipes.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/infra/bots/README.recipes.md b/infra/bots/README.recipes.md
index 2118af1673..5335690334 100644
--- a/infra/bots/README.recipes.md
+++ b/infra/bots/README.recipes.md
@@ -804,17 +804,17 @@ benchmark Skia using skpbench.
[DEPS](/infra/bots/recipes/test.py#9): [recipe\_engine/context][recipe_engine/recipe_modules/context], [recipe\_engine/file][recipe_engine/recipe_modules/file], [recipe\_engine/json][recipe_engine/recipe_modules/json], [recipe\_engine/path][recipe_engine/recipe_modules/path], [recipe\_engine/platform][recipe_engine/recipe_modules/platform], [recipe\_engine/properties][recipe_engine/recipe_modules/properties], [recipe\_engine/python][recipe_engine/recipe_modules/python], [recipe\_engine/raw\_io][recipe_engine/recipe_modules/raw_io], [recipe\_engine/step][recipe_engine/recipe_modules/step], [core](#recipe_modules-core), [env](#recipe_modules-env), [flavor](#recipe_modules-flavor), [run](#recipe_modules-run), [vars](#recipe_modules-vars)
-&mdash; **def [RunSteps](/infra/bots/recipes/test.py#834)(api):**
+&mdash; **def [RunSteps](/infra/bots/recipes/test.py#838)(api):**
&mdash; **def [dm\_flags](/infra/bots/recipes/test.py#27)(api, bot):**
-&mdash; **def [key\_params](/infra/bots/recipes/test.py#685)(api):**
+&mdash; **def [key\_params](/infra/bots/recipes/test.py#689)(api):**
Build a unique key from the builder name (as a list).
E.g. arch x86 gpu GeForce320M mode MacMini4.1 os Mac10.6
-&mdash; **def [test\_steps](/infra/bots/recipes/test.py#702)(api):**
+&mdash; **def [test\_steps](/infra/bots/recipes/test.py#706)(api):**
Run the DM test.
### *recipes* / [update\_meta\_config](/infra/bots/recipes/update_meta_config.py)