tree: 5b2a7d829cd29deca037d7bc3eb3b08bb9372b64 [path history] [tgz]
  1. elements/
  2. server/
  3. static/
  4. swarming_bot/
  5. templates/
  6. third_party/
  7. tools/
  8. app.yaml
  9. appengine_config.py
  10. cron.yaml
  11. handlers_api.py
  12. handlers_api_test.py
  13. handlers_backend.py
  14. handlers_bot.py
  15. handlers_bot_test.py
  16. handlers_frontend.py
  17. handlers_test.py
  18. index.yaml
  19. local_smoke_test.py
  20. main.py
  21. mapreduce.yaml
  22. mapreduce_jobs.py
  23. PRESUBMIT.py
  24. queue.yaml
  25. README.md
  26. remote_smoke_test.py
  27. template.py
  28. test_env.py
  29. test_env_handlers.py
appengine/swarming/README.md

Swarming Server

Contains the AppEngine code to do task scheduling and the bot code to run on the task executors. See the design doc and main pages for more information.

Uploading to AppEngine

$ python tools/update.py -A my-swarming-server

Documentation

Design doc: https://code.google.com/p/swarming/wiki/SwarmingDesign

Reference: https://code.google.com/p/swarming/wiki/SwarmingUserGuide

Technical details about the implementation can be found in server/README.md.