skia2/infra/bots
2016-10-19 10:13:32 -07:00
..
assets Update SKP version 2016-10-17 14:06:21 -07:00
ct Move ct_skps recipe from tools repo to Skia repo. 2016-08-09 13:46:48 -07:00
recipe_modules Add key params for buildbotless bots in DM/nanobench 2016-10-19 10:13:32 -07:00
recipes Add key params for buildbotless bots in DM/nanobench 2016-10-19 10:13:32 -07:00
tools/luci-go
android_bin.isolate
bootstrap_win_toolchain_json.py
compile_skia.isolate Move Skia recipes from build repo 2016-07-26 11:52:17 -07:00
coverage_skia.isolate
ct_skps_skia.isolate Move ct_skps recipe from tools repo to Skia repo. 2016-08-09 13:46:48 -07:00
gen_tasks.go Add a buildbotless Android bot 2016-10-17 10:17:53 -07:00
housekeeper_skia.isolate Fix Housekeeper-PerCommit 2016-07-27 05:21:45 -07:00
infra_skia.isolate Add infra_tests.py, recipe, buildbotless bot 2016-10-14 06:32:09 -07:00
infra_tests.py Add infra_tests.py, recipe, buildbotless bot 2016-10-14 06:32:09 -07:00
infrabots.isolate Remove tsan.supp. 2016-09-01 14:57:35 -07:00
ios_bin.isolate
perf_skia.isolate Move Skia recipes from build repo 2016-07-26 11:52:17 -07:00
presubmit_skia.isolate Add swarm_presubmit recipe 2016-10-05 06:00:26 -07:00
README.md
recipes.py Move Skia recipes from build repo 2016-07-26 11:52:17 -07:00
resources.isolate
skia_repo.isolate
swarm_recipe.isolate Run recipes.py with --timestamps 2016-09-12 11:51:26 -07:00
tasks.json Fix SKP version in tasks.json, make upload_skps.py update tasks.json 2016-10-18 05:20:26 -07:00
test_skia.isolate Move Skia recipes from build repo 2016-07-26 11:52:17 -07:00
test_utils.py
upload_dm_results.isolate Add swarming task for upload_dm_results 2016-09-27 06:52:26 -07:00
upload_nano_results.isolate Add swarming task for nanobench upload 2016-09-23 06:37:58 -07:00
upload_skps.py Fix SKP version in tasks.json, make upload_skps.py update tasks.json 2016-10-18 05:20:26 -07:00
utils.py
win_toolchain_utils.py
zip_utils_test.py
zip_utils.py add an asset for the Linux Android NDK. 2016-08-26 10:52:19 -07:00

Skia Buildbot Scripts

The scripts in this directory are ported from Skia's buildbot recipes and are intended to run as standalone Python scripts either locally or via Swarming.

How to Run

The scripts can be run by hand, eg:

$ cd infra/bots $ python compile_skia.py Build-Ubuntu-GCC-x86_64-Debug ../../out

Or, you can run the scripts via Swarming:

$ isolate archive --isolate-server https://isolateserver.appspot.com/ -i infra/bots/compile_skia.isolate -s ../compile-skia.isolated --verbose --config-variable BUILDER_NAME=Build-Ubuntu-GCC-x86_64-Debug $ swarming.py run --swarming https://chromium-swarm.appspot.com --isolate-server https://isolateserver.appspot.com --dimension os Ubuntu --dimension pool Skia --task-name compile-skia --io-timeout=3600 --hard-timeout=3600 ../compile-skia.isolated