b8ab7f7634
It doesn't create an actual dependency, but it does cause the Release-Shared build to be added to the tasks DAG, where it would be orphaned if not for the other housekeeper. Bug: skia: Change-Id: Ia2974728ec353c7f209db45474e572d83cacbda5 Reviewed-on: https://skia-review.googlesource.com/13003 Reviewed-by: Ravi Mistry <rmistry@google.com> Commit-Queue: Eric Boren <borenet@google.com> |
||
---|---|---|
.. | ||
assets | ||
ct | ||
recipe_modules | ||
recipes | ||
tools/luci-go | ||
android_bin.isolate | ||
android_map.json | ||
assets.isolate | ||
bootstrap_win_toolchain_json.py | ||
bundle_recipes.isolate | ||
cfg.json | ||
compile_skia.isolate | ||
coverage_skia.isolate | ||
ct_skps_skia.isolate | ||
gen_tasks.go | ||
git_utils.py | ||
gpu_map.json | ||
housekeeper_skia.isolate | ||
infra_skia.isolate | ||
infra_tests.py | ||
infrabots.isolate | ||
ios_bin.isolate | ||
jobs.json | ||
perf_skia_bundled_unix.isolate | ||
perf_skia_bundled_win.isolate | ||
perf_skia_bundled.isolate | ||
perf_skia.isolate | ||
presubmit_skia.isolate | ||
README.md | ||
recipes.py | ||
resources.isolate | ||
skia_repo.isolate | ||
skpbench_skia_bundled_unix.isolate | ||
skpbench_skia_bundled_win.isolate | ||
skpbench_skia_bundled.isolate | ||
skpbench_skia.isolate | ||
swarm_recipe_bundled_unix.isolate | ||
swarm_recipe_bundled_win.isolate | ||
swarm_recipe.isolate | ||
tasks.json | ||
test_skia_bundled_unix.isolate | ||
test_skia_bundled_win.isolate | ||
test_skia_bundled.isolate | ||
test_skia.isolate | ||
test_utils.py | ||
upload_dm_results.isolate | ||
upload_nano_results.isolate | ||
upload_skps.py | ||
utils.py | ||
win_toolchain_utils.py | ||
zip_utils_test.py | ||
zip_utils.py |
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