Home | History | Annotate | only in /external/skia/infra/bots
Up to higher level directory
NameDateSize
android_bin.isolate05-Oct-2017166
android_map.json05-Oct-2017942
assets/05-Oct-2017
bootstrap_win_toolchain_json.py05-Oct-2017630
cfg.json05-Oct-2017191
compile_skia.isolate05-Oct-2017124
coverage_skia.isolate05-Oct-2017196
ct/05-Oct-2017
ct_skps_skia.isolate05-Oct-201778
gen_tasks.go05-Oct-201724.8K
git_utils.py05-Oct-20174.7K
gpu_map.json05-Oct-2017483
housekeeper_skia.isolate05-Oct-2017124
infra_skia.isolate05-Oct-2017124
infra_tests.py05-Oct-20171.8K
infrabots.isolate05-Oct-201795
ios_bin.isolate05-Oct-2017201
jobs.json05-Oct-201717.7K
perf_skia.isolate05-Oct-2017199
presubmit_skia.isolate05-Oct-2017124
README.md05-Oct-2017837
recipe_modules/05-Oct-2017
recipes/05-Oct-2017
recipes.py05-Oct-20178.1K
resources.isolate05-Oct-201774
skia_repo.isolate05-Oct-201799
skpbench_skia.isolate05-Oct-2017155
swarm_recipe.isolate05-Oct-2017202
tasks.json05-Oct-2017588.5K
test_skia.isolate05-Oct-2017199
test_utils.py05-Oct-20172K
tools/05-Oct-2017
upload_dm_results.isolate05-Oct-2017124
upload_nano_results.isolate05-Oct-2017124
upload_skps.py05-Oct-20172.2K
utils.py05-Oct-20176.5K
win_toolchain_utils.py05-Oct-20171.7K
zip_utils.py05-Oct-20171.9K
zip_utils_test.py05-Oct-20171.9K

README.md

      1 Skia Buildbot Scripts
      2 =====================
      3 
      4 The scripts in this directory are ported from Skia's buildbot recipes and are
      5 intended to run as standalone Python scripts either locally or via Swarming.
      6 
      7 How to Run
      8 ----------
      9 
     10 The 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 
     15 Or, 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