skia2/infra/bots/recipe_modules
Greg Daniel c5cc2dee25 Set maxVertexAttrib limit for Vulkan
BUG=skia:6396

Change-Id: If31507816ca9978a64d3bd25b282b373d292e7aa
Reviewed-on: https://skia-review.googlesource.com/9856
Commit-Queue: Greg Daniel <egdaniel@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
2017-03-20 20:35:04 +00:00
..
builder_name_schema Roll recipe DEPS again 2017-02-21 15:23:11 +00:00
compile Roll Recipe DEPS 2017-03-20 17:36:33 +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 2017-03-20 17:36:33 +00:00
perf Disable msaa nanobench on iOS due to crashes 2017-03-20 19:00:19 +00:00
run Roll recipe DEPS again 2017-02-21 15:23:11 +00:00
skpbench Roll Recipe DEPS 2017-03-20 17:36:33 +00:00
sktest Set maxVertexAttrib limit for Vulkan 2017-03-20 20:35:04 +00:00
swarming Roll recipe DEPS again 2017-02-21 15:23:11 +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 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.