skia2/infra/bots/recipe_modules
Eric Boren 3b3bdafa8e Delete swarm_trigger recipe
Delete no-longer-used parts of swarming module and add "pragma: no
cover" where applicable.

BUG=skia:

Change-Id: I0f516d7be520a4d4b4efbfa97bd383a5f124e713
Reviewed-on: https://skia-review.googlesource.com/5790
Reviewed-by: Ravi Mistry <rmistry@google.com>
Commit-Queue: Eric Boren <borenet@google.com>
2016-12-13 12:53:00 +00:00
..
builder_name_schema Delete swarm_trigger recipe 2016-12-13 12:53:00 +00:00
core Fix zero-padding in gerrit ref 2016-11-07 09:05:16 -08:00
ct Move ct_skps recipe from tools repo to Skia repo. 2016-08-09 13:46:48 -07:00
flavor Add skpbench job 2016-11-14 20:34:04 +00:00
infra infra recipe: Add -t flag to "go test" 2016-11-16 17:21:03 +00:00
run Roll recipe DEPS 2016-11-22 12:36:17 +00:00
swarming Delete swarm_trigger recipe 2016-12-13 12:53:00 +00:00
vars [nobuildbot] Housekeeper-PerCommit 2016-12-02 17:35:33 +00:00
README.md Re-organize Skia recipes 2016-08-03 08:23:10 -07: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.