Home | History | Annotate | only in /external/skia/infra/bots
Up to higher level directory
NameDateSize
common.py06-Dec-20164.6K
compile_skia.isolate06-Dec-2016176
compile_skia.py06-Dec-2016471
flavor/06-Dec-2016
README.md06-Dec-2016837
skia_repo.isolate06-Dec-201664
tools/06-Dec-2016

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