Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
flavor/ | 03-May-2024 | - | 1,078 | 792 | ||
tools/luci-go/ | 03-May-2024 | - | 17 | 10 | ||
README.md | D | 03-May-2024 | 837 | 19 | 12 | |
common.py | D | 03-May-2024 | 4.6 KiB | 151 | 118 | |
compile_skia.isolate | D | 03-May-2024 | 176 | 11 | 10 | |
compile_skia.py | D | 03-May-2024 | 471 | 24 | 11 | |
skia_repo.isolate | D | 03-May-2024 | 64 | 8 | 7 |
README.md
1Skia Buildbot Scripts 2===================== 3 4The scripts in this directory are ported from Skia's buildbot recipes and are 5intended to run as standalone Python scripts either locally or via Swarming. 6 7How to Run 8---------- 9 10The scripts can be run by hand, eg: 11 12$ cd infra/bots 13$ python compile_skia.py Build-Ubuntu-GCC-x86_64-Debug ../../out 14 15Or, you can run the scripts via Swarming: 16 17$ 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 18$ 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 19