tree: 01c2cc00bc38bd2c5216c01fe1e0ea77c6521447 [path history] [tgz]
  1. builder_name_schema/
  2. compile/
  3. core/
  4. ct/
  5. flavor/
  6. infra/
  7. perf/
  8. run/
  9. skpbench/
  10. sktest/
  11. swarming/
  12. upload_dm_results/
  13. upload_nano_results/
  14. vars/
  15. README.md
infra/bots/recipe_modules/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.