update install requirements

Change-Id: I4bfe853dc2c00358e070d09bcb477597a680a655
2 files changed
tree: 6ac55aa839ecda21f6810e8d6ef25e55037a13a5
  1. .gitignore
  2. .gitreview
  3. .testr.conf
  4. LICENSE
  5. README.md
  6. datasets/
  7. doc/
  8. etc/
  9. requirements.txt
  10. setup.cfg
  11. setup.py
  12. test-requirements.txt
  13. tests/
  14. tools/
  15. tox.ini
  16. 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.