skia2/infra/bots/recipe_modules
Eric Boren 3dc73f3596 Add PDFium_SkiaPaths bot
BUG=skia:6049

Change-Id: I90d06f9bb3d6180a0921130b9fe523733211e481
Reviewed-on: https://skia-review.googlesource.com/5849
Commit-Queue: Eric Boren <borenet@google.com>
Reviewed-by: Ravi Mistry <rmistry@google.com>
Reviewed-by: Cary Clark <caryclark@google.com>
2016-12-13 14:23:01 +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 PDFium_SkiaPaths bot 2016-12-13 14:23:01 +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.