Fix typo in debug logging

Change-Id: I562b0c13c660bd65f562d3e5003c8f0e8c6a7a04
1 file changed
tree: 3bf01fe49d225e370a3b71da788600b28331d723
  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.