tree: 01a019050f7970f3c327cd56cc3cd0c38a960767 [path history] [tgz]
  1. tools/
  2. android_bin.isolate
  3. bootstrap_win_toolchain_json.py
  4. common.py
  5. compile_skia.isolate
  6. download_images.py
  7. download_skps.py
  8. images.isolate
  9. infrabots.isolate
  10. ios_bin.isolate
  11. isolate_win_toolchain.py
  12. perf_skia.isolate
  13. README.md
  14. resources.isolate
  15. skia_repo.isolate
  16. skps.isolate
  17. test_skia.isolate
  18. utils.py
  19. win_toolchain.isolate
  20. win_toolchain_hash.json
  21. win_toolchain_utils.py
infra/bots/README.md

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