skia2/infra/bots
Eric Boren 2e2b27fcc1 Commit the patch before bundling recipes
This was part of https://skia-review.googlesource.com/c/11340/ but split
out before relanding.

Bug: skia:5813
Change-Id: I5cc97a588300a8656989a8d73e1231bdd606ef39
Reviewed-on: https://skia-review.googlesource.com/11483
Reviewed-by: Eric Boren <borenet@google.com>
Commit-Queue: Eric Boren <borenet@google.com>
2017-04-06 18:21:11 +00:00
..
assets Add recipe to build for Asus Flip Chromebook 2017-04-05 11:39:04 +00:00
ct Blacklist SKPs for the 100k_IMG_DECODE bot 2016-12-15 22:32:41 +00:00
recipe_modules Do nondeterministic FP testing on iOS 2017-04-06 13:44:32 +00:00
recipes Commit the patch before bundling recipes 2017-04-06 18:21:11 +00:00
tools/luci-go Default to no compression for CIPD assets and use depot_tools's CIPD exe 2017-03-13 20:10:49 +00:00
android_bin.isolate Support for Android Swarming bots 2016-04-01 07:18:28 -07:00
android_map.json Update MotoG4 to NPJ25.93-14. 2017-04-06 12:29:50 +00:00
assets.isolate Bundle recipes for use on RPi 2017-04-04 16:01:47 +00:00
bootstrap_win_toolchain_json.py Fixes for Win toolchain isolate 2016-03-11 04:54:42 -08:00
bundle_recipes.isolate Bundle recipes for use on RPi 2017-04-04 16:01:47 +00:00
cfg.json Make recipes upload results to bucket specified in top-level config 2017-02-06 21:40:03 +00:00
compile_skia.isolate Move Skia recipes from build repo 2016-07-26 11:52:17 -07:00
coverage_skia.isolate Add new coverage_skia.isolate 2016-04-18 04:13:48 -07:00
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 Revert "Remove CPU dimension for Win GCE bots" 2017-04-06 17:32:56 +00:00
git_utils.py Add Gerrit support to RecreateSKPs 2016-11-23 14:12:05 +00:00
gpu_map.json Add Linux HD2000 jobs 2017-03-30 19:31:47 +00:00
housekeeper_skia.isolate [nobuildbot] Housekeeper-PerCommit 2016-12-02 17:35:33 +00: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 add package_ios.py to ios_bin 2017-02-02 20:38:02 +00:00
jobs.json Remove Tab3 from pool 2017-04-05 11:51:04 +00:00
perf_skia_bundled.isolate Bundle recipes for use on RPi 2017-04-04 16:01:47 +00:00
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 Manually roll recipes (trivial) 2017-03-28 11:51:16 +00:00
resources.isolate Swarming bots: setup for skipping download of build products 2016-03-04 04:55:26 -08:00
skia_repo.isolate Fix compile on Windows swarming bot 2016-03-16 07:27:05 -07:00
skpbench_skia_bundled.isolate Bundle recipes for use on RPi 2017-04-04 16:01:47 +00:00
skpbench_skia.isolate Bundle recipes for use on RPi 2017-04-04 16:01:47 +00:00
swarm_recipe_bundled.isolate Bundle recipes for use on RPi 2017-04-04 16:01:47 +00:00
swarm_recipe.isolate Run recipes.py with --timestamps 2016-09-12 11:51:26 -07:00
tasks.json Revert "Remove CPU dimension for Win GCE bots" 2017-04-06 17:32:56 +00:00
test_skia_bundled.isolate Bundle recipes for use on RPi 2017-04-04 16:01:47 +00:00
test_skia.isolate Move Skia recipes from build repo 2016-07-26 11:52:17 -07:00
test_utils.py Add asset management scripts 2016-06-15 12:07:42 -07:00
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 Enable CIPD automatic GCE authentication and fix upload_skps.py 2017-03-20 16:14:01 +00:00
utils.py Add CIPD support for bot assets 2016-06-28 04:41:49 -07:00
win_toolchain_utils.py Some fixes for Swarming bots 2016-03-17 09:01:33 -07:00
zip_utils_test.py Add asset management scripts 2016-06-15 12:07:42 -07:00
zip_utils.py Always write files in binary mode when unzipping 2016-10-31 20:01:33 +00: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