skia2/infra/bots/recipe_modules
Eric Boren 5de544b3ca Move recipe expectations into example.py recipes inside of modules
Each top-level recipe still needs one test and expectation file.

BUG=skia:6070

Change-Id: I3b14e8a11a86af68f5558177536f0018b644be4d
Reviewed-on: https://skia-review.googlesource.com/6943
Reviewed-by: Ravi Mistry <rmistry@google.com>
Commit-Queue: Eric Boren <borenet@google.com>
2017-01-12 14:29:12 +00:00
..
builder_name_schema Delete swarm_trigger recipe 2016-12-13 12:53:00 +00:00
compile Move recipe expectations into example.py recipes inside of modules 2017-01-12 14:29:12 +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 Start including 'winrt' in Windows toolchain 2017-01-10 18:28:58 +00:00
infra infra recipe: Add -t flag to "go test" 2016-11-16 17:21:03 +00:00
perf Move recipe expectations into example.py recipes inside of modules 2017-01-12 14:29:12 +00:00
run Roll recipe DEPS 2016-11-22 12:36:17 +00:00
skpbench Move recipe expectations into example.py recipes inside of modules 2017-01-12 14:29:12 +00:00
sktest Move recipe expectations into example.py recipes inside of modules 2017-01-12 14:29:12 +00:00
swarming Delete swarm_trigger recipe 2016-12-13 12:53:00 +00:00
upload_dm_results Move recipe expectations into example.py recipes inside of modules 2017-01-12 14:29:12 +00:00
upload_nano_results Move recipe expectations into example.py recipes inside of modules 2017-01-12 14:29:12 +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.