53c02e0156
This enables data reuse, e.g. https://luci-milo.appspot.com/swarming/task/313eff129c753d10 or https://luci-milo.appspot.com/swarming/task/313f17a174c6c710 BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2335203004 Review-Url: https://codereview.chromium.org/2335203004 |
||
---|---|---|
.. | ||
builder_name_schema | ||
core | ||
ct | ||
flavor | ||
run | ||
swarming | ||
vars | ||
README.md |
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.