skia2/infra/bots/recipe_modules
Kevin Lubick a9246ddcd0 Symbolize any stacktraces in DM and nanobench
As a soft rollout, this only affects the Linux NUCS
(on Ubuntu16).

BUG=skia:6206

Change-Id: Ic314e85159cd3c0d9e55bbdce412a8d61adebb33
Reviewed-on: https://skia-review.googlesource.com/8276
Commit-Queue: Kevin Lubick <kjlubick@google.com>
Reviewed-by: Ravi Mistry <rmistry@google.com>
2017-02-15 16:12:38 +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 Symbolize any stacktraces in DM and nanobench 2017-02-15 16:12:38 +00:00
ct Copy modules back in from skia-recipes repo 2017-02-02 14:31:45 +00:00
flavor Symbolize any stacktraces in DM and nanobench 2017-02-15 16:12:38 +00:00
infra Copy modules back in from skia-recipes repo 2017-02-02 14:31:45 +00:00
perf Symbolize any stacktraces in DM and nanobench 2017-02-15 16:12:38 +00:00
run Clean up hack of run api 2017-02-13 16:20:06 +00:00
skpbench Copy modules back in from skia-recipes repo 2017-02-02 14:31:45 +00:00
sktest Symbolize any stacktraces in DM and nanobench 2017-02-15 16:12:38 +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.