tree: 65d88820eb0743908529f077fc34871efb9f49f0
  1. payload/
  2. 1_isolate_server.py
  3. 2_swarming_run.py
  4. 3_swarming_trigger_collect.py
  5. 4_swarming_run_manual_upload.py
  6. common.py
  7. README.md
client/example/README.md

Swarming examples

This directory contains examples how to use this toolset to run tasks remotely.

You should look at the code and try these in the following order:

  • 1_isolate_server.py
  • 2_swarming_run.py
  • 3_swarming_trigger_collect.py
  • 4_swarming_run_manual_upload.py

Look at the docstring of each script to see what they do.