A generic zuul worker using the gearman protocol.
3b7765de0d
Change-Id: Ic95b7a2c04e0578f89d76bd77ca34301776658c8 |
||
---|---|---|
datasets/some_dataset_example | ||
doc | ||
etc | ||
tests | ||
tools | ||
turbo_hipster | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
LICENSE | ||
README.md | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
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.