update job processing structure
2 files changed
tree: 4b609ed6141cbef9413c542497011ef81adc0eef
  1. .gitignore
  2. .testr.conf
  3. README.md
  4. etc/
  5. requirements.txt
  6. setup.py
  7. test-requirements.txt
  8. tox.ini
  9. turbo_hipster/
README.md

turbo-hipster

A set of CI tools.

worker_server.py is a worker server that loads and runs task_plugins.

Each task_plugin is a zuul gearman worker that implements, handles, executes a job, uploads/post-processes the logs and sends back the results to zuul.

plugins

gate_real_db_upgrade: Runs the db_sync migrations on each dataset available in the datasets subdir.