skia2/infra/bots/recipe_modules
Brian Salomon 50f66d805b Be explicit on test and perf bots about GL vs GLES
This changes the names of several shorthand names for gpu configs to be prefixed either with "gl" or "gles" and makes the bots only use such configs. It adds some missing named configs.

Change-Id: Iea4e0e2ddafe0ac08e623111a15be7335156957c
Reviewed-on: https://skia-review.googlesource.com/9833
Commit-Queue: Brian Salomon <bsalomon@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
Reviewed-by: Ben Wagner <benjaminwagner@google.com>
2017-03-17 19:09:37 +00:00
..
builder_name_schema Roll recipe DEPS again 2017-02-21 15:23:11 +00:00
compile turned off SPIR-V validation on ASAN bots 2017-03-16 16:15:14 +00:00
core Roll recipe DEPS again 2017-02-21 15:23:11 +00:00
ct Roll Recipe DEPS 2017-02-27 14:32:26 +00:00
flavor Reboot PixelCs before every task 2017-03-16 20:43:11 +00:00
infra Roll recipe DEPS again 2017-02-21 15:23:11 +00:00
perf Be explicit on test and perf bots about GL vs GLES 2017-03-17 19:09:37 +00:00
run Roll recipe DEPS again 2017-02-21 15:23:11 +00:00
skpbench Be explicit on test and perf bots about GL vs GLES 2017-03-17 19:09:37 +00:00
sktest Be explicit on test and perf bots about GL vs GLES 2017-03-17 19:09:37 +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.