tree: 9940ef7384fc50ba2095e38665d747eb7ffcf103 [path history] [tgz]
  1. assets/
  2. ct/
  3. recipe_modules/
  4. recipes/
  5. tools/
  6. android_bin.isolate
  7. bootstrap_win_toolchain_json.py
  8. compile_skia.isolate
  9. coverage_skia.isolate
  10. ct_skps_skia.isolate
  11. gen_tasks.go
  12. housekeeper_skia.isolate
  13. infra_skia.isolate
  14. infra_tests.py
  15. infrabots.isolate
  16. ios_bin.isolate
  17. perf_skia.isolate
  18. presubmit_skia.isolate
  19. README.md
  20. recipes.py
  21. resources.isolate
  22. skia_repo.isolate
  23. skpbench_skia.isolate
  24. swarm_recipe.isolate
  25. tasks.json
  26. test_skia.isolate
  27. test_utils.py
  28. upload_dm_results.isolate
  29. upload_nano_results.isolate
  30. upload_skps.py
  31. utils.py
  32. win_toolchain_utils.py
  33. zip_utils.py
  34. zip_utils_test.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