skia2/infra/bots/recipe_modules
Ben Wagner 6599b8816e Omit hanging/failing tests on AMD Vulkan.
BUG=skia:6396
NOTRY=true

Change-Id: Ib438c803aae01a3ec109d8c7416b3c5ab32a5aa5
Reviewed-on: https://skia-review.googlesource.com/9868
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: Ben Wagner <benjaminwagner@google.com>
2017-03-20 14:28:14 +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 Run 4 sample msaa configs for perf on iOS 2017-03-17 20:30:39 +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 Omit hanging/failing tests on AMD Vulkan. 2017-03-20 14:28:14 +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.