skia2/infra/bots/recipe_modules
Kevin Lubick e4fd9d0463 Clean up hack of run api
Also fix such that the Nexus Players get kicked three times
not one and a half times.

BUG=skia:6045

Change-Id: Ie9142f809a979a46b17a8ad9a205279d6fcb9bd5
Reviewed-on: https://skia-review.googlesource.com/8266
Reviewed-by: Kevin Lubick <kjlubick@google.com>
Commit-Queue: Kevin Lubick <kjlubick@google.com>
2017-02-13 16:20:06 +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 Clean up hack of run api 2017-02-13 16:20:06 +00:00
infra Copy modules back in from skia-recipes repo 2017-02-02 14:31:45 +00:00
perf Clean up hack of run api 2017-02-13 16:20:06 +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 Clean up hack of run api 2017-02-13 16:20:06 +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.