skia2/infra/bots/recipe_modules
Eric Boren 4c7754c499 Move recipe content from modules back into recipes
At one point I moved the contents of the recipes into modules so that
they could be shared between repos. It turns out that we don't need
that, and it adds complexity.

Bug: skia:6473
Change-Id: I75a920b6a8474dcdd8b37ee9edd52aac801d1ab0
Reviewed-on: https://skia-review.googlesource.com/12622
Reviewed-by: Ravi Mistry <rmistry@google.com>
Commit-Queue: Eric Boren <borenet@google.com>
2017-04-10 12:58:33 +00:00
..
builder_name_schema Roll recipe DEPS again 2017-02-21 15:23:11 +00:00
core Reland: Use bundled recipes for all test/perf tasks 2017-04-07 13:26:10 +00:00
ct Roll Recipe DEPS 2017-02-27 14:32:26 +00:00
flavor Add ChromeOS Test/Perf jobs and recipe changes 2017-04-07 14:41:07 +00:00
infra Followup fixes for recipe roll 2017-03-21 12:51:40 +00:00
run Move iOS app packaging to the cloud 2017-04-05 16:29:13 +00:00
swarming Manually roll recipes 2017-03-27 13:48:19 +00:00
vars Add ChromeOS Test/Perf jobs and recipe changes 2017-04-07 14:41:07 +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.