Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3967)

Unified Diff: server/server_job.py

Issue 6837027: Enable continuous parsing and add host names to global autoserv.DEBUG entries. (Closed) Base URL: ssh://gitrw.chromium.org:9222/autotest.git@master
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | server/server_job_utils.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: server/server_job.py
diff --git a/server/server_job.py b/server/server_job.py
index 753cfa1522a2ed9de3f987339cebf5f2adee54fa..6b98dd28d658508b2d957205108275371a9dcee9 100644
--- a/server/server_job.py
+++ b/server/server_job.py
@@ -481,7 +481,8 @@ class base_server_job(base_job.base_job):
test_queue = Queue.Queue()
test_queue_lock = threading.Lock()
- machine_workers = [server_job_utils.machine_worker(machine,
+ machine_workers = [server_job_utils.machine_worker(self,
+ machine,
self.resultdir,
test_queue,
test_queue_lock)
« no previous file with comments | « no previous file | server/server_job_utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698