A generic zuul worker using the gearman protocol.
Go to file
Joshua Hesketh 3b7765de0d Add .gitreview file and fix documentation build
Change-Id: Ic95b7a2c04e0578f89d76bd77ca34301776658c8
2013-11-21 10:31:33 +11:00
datasets/some_dataset_example refactor how datasets are stored 2013-09-06 15:52:49 +10:00
doc Add .gitreview file and fix documentation build 2013-11-21 10:31:33 +11:00
etc Change log paths to match zuuls current deterministic structure 2013-09-24 16:22:40 +10:00
tests Change log paths to match zuuls current deterministic structure 2013-09-24 16:22:40 +10:00
tools Small doc notes 2013-09-11 12:30:38 +10:00
turbo_hipster Revert "capture stderr into stdout" 2013-10-09 16:13:21 +11:00
.gitignore Generate tests to write 2013-08-12 11:17:14 +10:00
.gitreview Add .gitreview file and fix documentation build 2013-11-21 10:31:33 +11:00
.testr.conf Move tests to root folder 2013-08-12 10:40:27 +10:00
LICENSE add in license 2013-08-12 23:25:35 +10:00
README.md update readme 2013-07-31 11:56:11 +10:00
requirements.txt work on documentation 2013-09-09 15:16:08 +10:00
setup.cfg Add project url 2013-09-17 13:34:37 +10:00
setup.py rearrange config installation 2013-09-06 12:39:46 +10:00
test-requirements.txt update test requirements 2013-08-12 11:15:16 +10:00
tox.ini Add .gitreview file and fix documentation build 2013-11-21 10:31:33 +11:00

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.