skia2/infra/bots/recipe_modules
Matt Sarett d222830941 Test sRGB with non-linear blending using new "srgbnl" sink
BUG=skia:

Change-Id: Ief7516c1505f8e447f83121ed4ba75b9fa9ba75b
Reviewed-on: https://skia-review.googlesource.com/8976
Commit-Queue: Matt Sarett <msarett@google.com>
Reviewed-by: Mike Klein <mtklein@chromium.org>
2017-03-02 14:28:29 +00:00
..
builder_name_schema Roll recipe DEPS again 2017-02-21 15:23:11 +00:00
compile Roll recipe DEPS again 2017-02-21 15:23:11 +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 Symbolize all Ubuntu dm/nanobench runs 2017-03-02 14:17:41 +00:00
infra Roll recipe DEPS again 2017-02-21 15:23:11 +00:00
perf Symbolize all Ubuntu dm/nanobench runs 2017-03-02 14:17:41 +00:00
run Roll recipe DEPS again 2017-02-21 15:23:11 +00:00
skpbench Copy modules back in from skia-recipes repo 2017-02-02 14:31:45 +00:00
sktest Test sRGB with non-linear blending using new "srgbnl" sink 2017-03-02 14:28:29 +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.