From 1faf41497cd61bd827c81edd9ec796a4c6711beb Mon Sep 17 00:00:00 2001 From: Joshua Hesketh Date: Wed, 31 Jul 2013 11:56:11 +1000 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bfd0e40..7ad0c5a 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ A set of CI tools. worker_server.py is a worker server that loads and runs task_plugins. -Each task_plugin is a gearman worker that implements, handles and executes a -job. +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 -------