ef4848fd7c
This was breaking gold/perf trybot results for no-buildbot bots. Note that: - Upload destination was correct, due to upload_nano_results using the correct property names. - Patches were properly applied, since bot_update uses the properties independently of our logic. BUG=skia: Change-Id: I16f2e2d24d4602dc73233784d098f00b745e061a Reviewed-on: https://skia-review.googlesource.com/5201 Reviewed-by: Ravi Mistry <rmistry@google.com> Commit-Queue: Eric Boren <borenet@google.com> |
||
---|---|---|
.. | ||
builder_name_schema | ||
core | ||
ct | ||
flavor | ||
infra | ||
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.