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