skia2/infra/bots/recipe_modules
Kevin Lubick 0396434adf Blacklisting scaled_tilemodes_npot on GalaxyTab3
It now fails after a few minutes instead of timing 
out after 4 hours, so that's an improvement.

BUG=skia:

Change-Id: I3e9319711953a5dad7898eea507cd4d83db7842d
Reviewed-on: https://skia-review.googlesource.com/8729
Commit-Queue: Kevin Lubick <kjlubick@google.com>
Reviewed-by: Eric Boren <borenet@google.com>
Reviewed-by: Mike Klein <mtklein@chromium.org>
2017-02-21 13:29:59 +00:00
..
builder_name_schema Copy modules back in from skia-recipes repo 2017-02-02 14:31:45 +00:00
compile Add Flutter compile bot 2017-02-17 17:41:39 +00:00
core Revert "Roll Recipe DEPS" 2017-02-17 20:53:41 +00:00
ct Copy modules back in from skia-recipes repo 2017-02-02 14:31:45 +00:00
flavor Add Flutter compile bot 2017-02-17 17:41:39 +00:00
infra Revert "Roll Recipe DEPS" 2017-02-17 20:53:41 +00:00
perf Make all of the NUC tests use the newer intel driver 2017-02-17 17:36:33 +00:00
run Revert "Roll Recipe DEPS" 2017-02-17 20:53:41 +00:00
skpbench Copy modules back in from skia-recipes repo 2017-02-02 14:31:45 +00:00
sktest Blacklisting scaled_tilemodes_npot on GalaxyTab3 2017-02-21 13:29:59 +00:00
swarming Copy modules back in from skia-recipes repo 2017-02-02 14:31:45 +00:00
upload_dm_results Revert "Roll Recipe DEPS" 2017-02-17 20:53:41 +00:00
upload_nano_results Revert "Roll Recipe DEPS" 2017-02-17 20:53:41 +00:00
vars Add Flutter compile bot 2017-02-17 17:41:39 +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.