skia2/infra/bots/recipe_modules
Ben Wagner ae5a871f3f Omit nondeterminstic tests on IntelIris540 ANGLE.
BUG=skia:6103,skia:6141

Change-Id: Ib27aa3fddb907c88c0bc41152ebb90abc0e36fe0
Reviewed-on: https://skia-review.googlesource.com/8146
Reviewed-by: Robert Phillips <robertphillips@google.com>
Commit-Queue: Ben Wagner <benjaminwagner@google.com>
2017-02-07 21:00:19 +00:00
..
builder_name_schema Copy modules back in from skia-recipes repo 2017-02-02 14:31:45 +00:00
compile Get linux vulkan running on Intel NUC 2017-02-06 18:37:12 +00:00
core Copy modules back in from skia-recipes repo 2017-02-02 14:31:45 +00:00
ct Copy modules back in from skia-recipes repo 2017-02-02 14:31:45 +00:00
flavor Get linux vulkan running on Intel NUC 2017-02-06 18:37:12 +00:00
infra Copy modules back in from skia-recipes repo 2017-02-02 14:31:45 +00:00
perf Set IOS_BUNDLE_ID in recipes. 2017-02-06 20:56:36 +00:00
run Get linux vulkan running on Intel NUC 2017-02-06 18:37:12 +00:00
skpbench Copy modules back in from skia-recipes repo 2017-02-02 14:31:45 +00:00
sktest Omit nondeterminstic tests on IntelIris540 ANGLE. 2017-02-07 21:00:19 +00:00
swarming Copy modules back in from skia-recipes repo 2017-02-02 14:31:45 +00:00
upload_dm_results Make recipes upload results to bucket specified in top-level config 2017-02-06 21:40:03 +00:00
upload_nano_results Remove Perf upload ACL 2017-02-07 18:57:35 +00:00
vars Copy modules back in from skia-recipes repo 2017-02-02 14:31:45 +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.