skia2/infra/bots/recipe_modules
Ben Wagner 6a3ae84cf8 Omit encode-platform on N5 for all configs.
BUG=skia:5876

Change-Id: Icfd000638290418870df857722317c62cb6942d9
Reviewed-on: https://skia-review.googlesource.com/8827
Reviewed-by: Matt Sarett <msarett@google.com>
Commit-Queue: Ben Wagner <benjaminwagner@google.com>
2017-02-21 23:55:45 +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 Split Valgrind jobs -- one DM/NB run per task. 2017-02-21 23:26:18 +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 Omit encode-platform on N5 for all configs. 2017-02-21 23:55:45 +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.