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

Unified Diff: sky/tools/webkitpy/layout_tests/controllers/manager.py

Issue 780993002: Change test_sky to use the buildbot step name as the testtype. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/webkitpy/layout_tests/controllers/manager.py
diff --git a/sky/tools/webkitpy/layout_tests/controllers/manager.py b/sky/tools/webkitpy/layout_tests/controllers/manager.py
index 4d4057fdef8634de3014f5a87e5f964603f9cb8a..559ae94a9cad9b0dfbad81f5222d3b6b098096fe 100644
--- a/sky/tools/webkitpy/layout_tests/controllers/manager.py
+++ b/sky/tools/webkitpy/layout_tests/controllers/manager.py
@@ -442,7 +442,7 @@ class Manager(object):
_log.debug("Uploading JSON files for builder: %s", self._options.builder_name)
attrs = [("builder", self._options.builder_name),
- ("testtype", "mojob test"),
+ ("testtype", "Sky tests"),
("master", self._options.master_name)]
files = [(file, self._filesystem.join(self._results_directory, file)) for file in ["failing_results.json", "full_results.json", "times_ms.json"]]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698