skia2/infra/bots/recipes
Eric Boren c1e9617e82 Revert "Roll recipe dependencies (nontrivial)."
This reverts commit 6bc873f0be.

Reason for revert: Broke CT SKPs bots

Original change's description:
> Roll recipe dependencies (nontrivial).
> 
> This is an automated CL created by the recipe roller. This CL rolls recipe
> changes from upstream projects (e.g. depot_tools) into downstream projects
> (e.g. tools/build).
> 
> 
> Please review the expectation changes, and LGTM+CQ.
> 
> 
> More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.
> build:
>   https://crrev.com/06e6b3accc66f6c31053055c8e0efcd978f18b03 Implement a generic postprocess/merge hook for swarming tasks. (RELAND 4) (jbudorick@chromium.org)
> 
> 
> Change-Id: Ib62301f7336873f022cd5a7efe8df577c1414689
> Recipe-Tryjob-Bypass-Reason: Autoroller
> Bugdroid-Send-Email: False
> Reviewed-on: https://skia-review.googlesource.com/13775
> Commit-Queue: Eric Boren <borenet@google.com>
> Reviewed-by: Eric Boren <borenet@google.com>
> 

TBR=borenet@google.com,rmistry@google.com,recipe-roller@chromium.org,reviews@skia.org,iannucci@google.com,jbudorick@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true

Change-Id: I534dfb1d9adbb57ccafa1c1306b852106a7f8c31
Reviewed-on: https://skia-review.googlesource.com/13778
Reviewed-by: Eric Boren <borenet@google.com>
Commit-Queue: Eric Boren <borenet@google.com>
2017-04-19 11:12:25 +00:00
..
bundle_recipes.expected Clean up no-longer-used recipes stuff 2017-04-10 14:27:58 +00:00
compile.expected skirt std::chrono on MSAN builds 2017-04-14 18:59:07 +00:00
ct_skps.expected Revert "Roll recipe dependencies (nontrivial)." 2017-04-19 11:12:25 +00:00
housekeeper.expected Recipes: Remove depot_tools path hack 2017-04-10 16:01:46 +00:00
infra.expected Add infra/bots/Makefile to simplify test/train 2017-04-13 17:01:17 +00:00
perf.expected Re-align tests in recipes with the names of reality 2017-04-12 12:32:35 +00:00
recreate_skps.expected RecreateSKPs: Use api.run instead of api.step 2017-04-17 14:32:55 +00:00
skpbench.expected Re-align tests in recipes with the names of reality 2017-04-12 12:32:35 +00:00
test.expected Do non-deterministic FP opt testing on all bots 2017-04-14 13:36:15 +00:00
upload_dm_results.expected Clean up no-longer-used recipes stuff 2017-04-10 14:27:58 +00:00
upload_nano_results.expected Clean up no-longer-used recipes stuff 2017-04-10 14:27:58 +00:00
bundle_recipes.py Clean up no-longer-used recipes stuff 2017-04-10 14:27:58 +00:00
compile.py Update clang_linux to version 4 2017-04-13 13:01:42 +00:00
ct_skps.py Clean up no-longer-used recipes stuff 2017-04-10 14:27:58 +00:00
housekeeper.py Recipes: Remove depot_tools path hack 2017-04-10 16:01:46 +00:00
infra.py Add infra/bots/Makefile to simplify test/train 2017-04-13 17:01:17 +00:00
perf.py Re-align tests in recipes with the names of reality 2017-04-12 12:32:35 +00:00
README.md Use new recipes.py test command 2017-04-18 13:57:56 +00:00
recreate_skps.py RecreateSKPs: Use api.run instead of api.step 2017-04-17 14:32:55 +00:00
skpbench.py Re-align tests in recipes with the names of reality 2017-04-12 12:32:35 +00:00
test.py Do non-deterministic FP opt testing on all bots 2017-04-14 13:36:15 +00:00
upload_dm_results.py Clean up no-longer-used recipes stuff 2017-04-10 14:27:58 +00:00
upload_nano_results.py Clean up no-longer-used recipes stuff 2017-04-10 14:27:58 +00:00

Skia Recipes

These are the top-level scripts which run inside of Swarming tasks to perform all of Skia's automated testing.

To run a recipe locally:

$ python infra/bots/recipes.py run --workdir=/tmp/<workdir> <recipe name without .py> key1=value1 key2=value2 ...

Each recipe may have its own required properties which must be entered as key/value pairs in the command.

When you change a recipe, you generally need to re-train the simulation test:

$ python infra/bots/recipes.py test run --train

Or:

    $ cd infra/bots; make train

The 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 that your change has the intended effect.