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

Unified Diff: scheduler/site_monitor_db.py

Issue 6758040: Add new site parser based off on generate_test_report. (Closed) Base URL: ssh://gitrw.chromium.org:9222/autotest.git@master
Patch Set: Switch to json Created 9 years, 9 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 | tko/parsers/version_0.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scheduler/site_monitor_db.py
diff --git a/scheduler/site_monitor_db.py b/scheduler/site_monitor_db.py
new file mode 100644
index 0000000000000000000000000000000000000000..4ae8fe38d976e476891f7b41324577a05fbb8194
--- /dev/null
+++ b/scheduler/site_monitor_db.py
@@ -0,0 +1,10 @@
+# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+import os
+
+
+# Override default parser with our site parser.
+def parser_path(install_dir):
+ return os.path.join(install_dir, 'tko', 'site_parse')
« no previous file with comments | « no previous file | tko/parsers/version_0.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698