skia2/infra/bots/recipe_modules
Ben Wagner 7c25f963b9 Revert "Split Valgrind jobs -- one DM/NB run per task."
This reverts commit bc9cd524d8.

Reason for revert: Unable to find Valgrind binary.

Original change's description:
> Split Valgrind jobs -- one DM/NB run per task.
> 
> Remove special build for Valgrind -- Valgrind uses the unmodified binary. See skia:6267.
> 
> BUG=skia:2789,skia:6267
> 
> Change-Id: Id56c460abf36eb2be633ac3a309e0dbc7a278f41
> Reviewed-on: https://skia-review.googlesource.com/8723
> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
> Reviewed-by: Eric Boren <borenet@google.com>
> Reviewed-by: Mike Klein <mtklein@chromium.org>
> 

TBR=mtklein@chromium.org,borenet@google.com,mtklein@google.com,benjaminwagner@google.com,reviews@skia.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=skia:2789,skia:6267

Change-Id: I16876a8528c441805931ed21e9aa8688ab2e0b4c
Reviewed-on: https://skia-review.googlesource.com/8831
Reviewed-by: Ben Wagner <benjaminwagner@google.com>
Commit-Queue: Ben Wagner <benjaminwagner@google.com>
2017-02-21 23:56:57 +00:00
..
builder_name_schema Roll recipe DEPS again 2017-02-21 15:23:11 +00:00
compile Roll recipe DEPS again 2017-02-21 15:23:11 +00:00
core Roll recipe DEPS again 2017-02-21 15:23:11 +00:00
ct Roll recipe DEPS again 2017-02-21 15:23:11 +00:00
flavor Roll recipe DEPS again 2017-02-21 15:23:11 +00:00
infra Roll recipe DEPS again 2017-02-21 15:23:11 +00:00
perf Revert "Split Valgrind jobs -- one DM/NB run per task." 2017-02-21 23:56:57 +00:00
run Roll recipe DEPS again 2017-02-21 15:23:11 +00:00
skpbench Copy modules back in from skia-recipes repo 2017-02-02 14:31:45 +00:00
sktest Revert "Split Valgrind jobs -- one DM/NB run per task." 2017-02-21 23:56:57 +00:00
swarming Roll recipe DEPS again 2017-02-21 15:23:11 +00:00
upload_dm_results Roll recipe DEPS 2017-02-21 14:01:36 +00:00
upload_nano_results Roll recipe DEPS 2017-02-21 14:01:36 +00:00
vars Roll recipe DEPS again 2017-02-21 15:23:11 +00:00
README.md Copy modules back in from skia-recipes repo 2017-02-02 14:31:45 +00:00

Skia Recipe Modules

This directory contains recipe modules designed to be used by recipes. They are all Skia-specific and some are interrelated:

  • vars - Common variables used by Skia recipes.
  • run - Utilities for running commands. Depends on vars.
  • flavor - Run meta-commands for various platforms. Depends on vars and run.
  • skia - Main module for Skia recipes. Depends on vars, run, and flavor.
  • swarming - Utilities for running Swarming tasks.