skia2/infra/bots/recipe_modules
Kevin Lubick 465748c246 Update ATT Galaxy S7 to Android N
This updates both Galaxy S7s to use the longer device_os added in
https://chrome-internal-review.googlesource.com/c/339125/
to avoid subtle version skew when Galaxy S7 applies an update but doesn't
toggle Android version.

BUG=skia:
NOTRY=true

Change-Id: I7c0a3197592f8738abae46ffb3e31dc0f50d2b6a
Reviewed-on: https://skia-review.googlesource.com/10178
Commit-Queue: Kevin Lubick <kjlubick@google.com>
Reviewed-by: Ben Wagner <benjaminwagner@google.com>
2017-03-27 16:24:41 +00:00
..
builder_name_schema Roll recipe DEPS again 2017-02-21 15:23:11 +00:00
compile Add iOS simulator support and a Build bot. 2017-03-21 15:50:08 +00:00
core Followup fixes for recipe roll 2017-03-21 12:51:40 +00:00
ct Roll Recipe DEPS 2017-02-27 14:32:26 +00:00
flavor Add Chromecast Perf jobs 2017-03-21 14:52:26 +00:00
infra Followup fixes for recipe roll 2017-03-21 12:51:40 +00:00
perf Omit tests causing IntelIris540 Vulkan to crash/fail. 2017-03-24 20:19:22 +00:00
run Followup fixes for recipe roll 2017-03-21 12:51:40 +00:00
skpbench Followup fixes for recipe roll 2017-03-21 12:51:40 +00:00
sktest Update ATT Galaxy S7 to Android N 2017-03-27 16:24:41 +00:00
swarming Manually roll recipes 2017-03-27 13:48:19 +00:00
upload_dm_results Roll Recipe DEPS 2017-03-20 17:36:33 +00:00
upload_nano_results Roll Recipe DEPS 2017-03-20 17:36:33 +00:00
vars Add Chromecast Perf jobs 2017-03-21 14:52:26 +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.