skia2/infra/bots/recipe_modules
Eric Boren 6276a7c999 Revert "Use bundled recipes on all Test/Perf tasks"
This reverts commit 43b9c6bbf6.

Reason for revert: Windows failing

Original change's description:
> Use bundled recipes on all Test/Perf tasks
> 
> It won't save as much time for faster machines, but it should still
> shave a few seconds, and it'll be nice to be consistent.
> 
> Bug: skia:5813
> Change-Id: I5724e7aae83851edff3129265a9ffee5c3f95825
> Reviewed-on: https://skia-review.googlesource.com/11340
> Commit-Queue: Eric Boren <borenet@google.com>
> Reviewed-by: Kevin Lubick <kjlubick@google.com>
> 

TBR=borenet@google.com,kjlubick@google.com,reviews@skia.org,iannucci@google.com
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true

Change-Id: I2a9cc1c12079755969879e37da5cae9f93921ddd
Reviewed-on: https://skia-review.googlesource.com/11416
Reviewed-by: Eric Boren <borenet@google.com>
Commit-Queue: Eric Boren <borenet@google.com>
2017-04-06 12:53:42 +00:00
..
builder_name_schema Roll recipe DEPS again 2017-02-21 15:23:11 +00:00
compile Move iOS app packaging to the cloud 2017-04-05 16:29:13 +00:00
core Revert "Use bundled recipes on all Test/Perf tasks" 2017-04-06 12:53:42 +00:00
ct Roll Recipe DEPS 2017-02-27 14:32:26 +00:00
flavor Revert "Use bundled recipes on all Test/Perf tasks" 2017-04-06 12:53:42 +00:00
infra Followup fixes for recipe roll 2017-03-21 12:51:40 +00:00
perf Revert "Use bundled recipes on all Test/Perf tasks" 2017-04-06 12:53:42 +00:00
run Move iOS app packaging to the cloud 2017-04-05 16:29:13 +00:00
skpbench Followup fixes for recipe roll 2017-03-21 12:51:40 +00:00
sktest Revert "Use bundled recipes on all Test/Perf tasks" 2017-04-06 12:53:42 +00:00
swarming Manually roll recipes 2017-03-27 13:48:19 +00:00
upload_dm_results Roll Recipe DEPS 2017-03-20 17:36:33 +00:00
upload_nano_results Roll Recipe DEPS 2017-03-20 17:36:33 +00:00
vars Bundle recipes for use on RPi 2017-04-04 16:01:47 +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.