tree: 499f7864dbc711c88d589f7526286d68c7f325a4 [path history] [tgz]
  1. static/
  2. templates/
  3. tools/
  4. acl.py
  5. app.yaml
  6. appengine_config.py
  7. config.py
  8. cron.yaml
  9. gcs.py
  10. handlers_api.py
  11. handlers_api_test.py
  12. handlers_backend.py
  13. handlers_endpoints.py
  14. handlers_endpoints_test.py
  15. handlers_frontend.py
  16. handlers_stats.py
  17. handlers_test.py
  18. index.yaml
  19. main_backend.py
  20. main_frontend.py
  21. mapreduce.yaml
  22. mapreduce_jobs.py
  23. model.py
  24. model_test.py
  25. module-backend.yaml
  26. PRESUBMIT.py
  27. queue.yaml
  28. README.md
  29. remote_smoke_test.py
  30. stats.py
  31. stats_test.py
  32. temp_gcs.py
  33. template.py
  34. test_env.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