skia2/infra/bots/recipe_modules
Brian Salomon 246a3c269d Re-enable ProcessorOptimizationValidationTest on iOS.
Change-Id: I05aae2e86cd7a219ab98e882bb6041263b4aca71
Reviewed-on: https://skia-review.googlesource.com/8318
Commit-Queue: Brian Salomon <bsalomon@google.com>
Reviewed-by: Greg Daniel <egdaniel@google.com>
2017-02-10 21:58:47 +00:00
..
builder_name_schema Copy modules back in from skia-recipes repo 2017-02-02 14:31:45 +00:00
compile Add a -Mini build bot to build the smallest Skia possible. 2017-02-10 02:40:41 +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 Add a -Mini build bot to build the smallest Skia possible. 2017-02-10 02:40:41 +00:00
infra Copy modules back in from skia-recipes repo 2017-02-02 14:31:45 +00:00
perf Prevent waiting for NexusPlayers indefinitely 2017-02-09 21:33:35 +00:00
run Reboot NexusPlayers with adb and shut them down if install fails 2017-02-09 15:42:14 +00:00
skpbench Copy modules back in from skia-recipes repo 2017-02-02 14:31:45 +00:00
sktest Re-enable ProcessorOptimizationValidationTest on iOS. 2017-02-10 21:58:47 +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.