tree: bd4e17c1c8369a1ec100fed15f3578257af69693 [path history] [tgz]
  1. static/
  2. templates/
  3. tests/
  4. third_party/
  5. tools/
  6. acl.py
  7. app.yaml
  8. appengine_config.py
  9. config.py
  10. cron.yaml
  11. endpoint_handlers_api.py
  12. gcs.py
  13. handlers_api.py
  14. handlers_backend.py
  15. handlers_frontend.py
  16. handlers_stats.py
  17. index.yaml
  18. main_backend.py
  19. main_frontend.py
  20. mapreduce.yaml
  21. mapreduce_jobs.py
  22. model.py
  23. module-backend.yaml
  24. PRESUBMIT.py
  25. queue.yaml
  26. README.md
  27. stats.py
  28. temp_gcs.py
  29. template.py
appengine/isolate/README.md

Isolate Server

Contains the AppEngine code to store .isolated files and test data generated by isolateserver.py. isolateserver.py is often used by through ‘isolate.py archive’. See the design doc and main pages for more information.

To test this code, first upload the changes to AppEngine as version test, and then run client/tools/isolateserver_load_test.py.

Uploading to AppEngine

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

Documentation

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

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

Client side implementation: https://code.google.com/p/swarming/source/browse?repo=client