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