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

Unified Diff: server/standalone_profiler.py

Issue 6124004: Revert "Merge remote branch 'cros/upstream' into autotest-rebase" (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: Created 9 years, 11 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 | « server/server_job.py ('k') | server/tests/barriertest_2client/control.srv » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: server/standalone_profiler.py
diff --git a/server/standalone_profiler.py b/server/standalone_profiler.py
index 63245511e6eabc8d12672c17516a4b60ff059c7f..62a11e13c08c1fb32f4712196b7204fe31d71d43 100644
--- a/server/standalone_profiler.py
+++ b/server/standalone_profiler.py
@@ -9,7 +9,6 @@ running through autotest.
__author__ = 'cranger@google.com (Colby Ranger)'
-import platform
import common
from autotest_lib.client.common_lib import barrier
@@ -17,7 +16,7 @@ from autotest_lib.client.common_lib import barrier
_RUNTEST_PATTERN = ("job.run_test('profiler_sync', timeout_sync=%r,\n"
" timeout_start=%r, timeout_stop=%r,\n"
" hostid='%s', masterid='%s', all_ids=%r)")
-_PROF_MASTER = platform.node()
+_PROF_MASTER = "PROF_MASTER"
_PORT = 11920
« no previous file with comments | « server/server_job.py ('k') | server/tests/barriertest_2client/control.srv » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698