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

Unified Diff: Tools/TestResultServer/handlers/master_config.py

Issue 462963003: Fix @ToT Blink group on the flakiness dashboard. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/TestResultServer/handlers/master_config.py
diff --git a/Tools/TestResultServer/handlers/master_config.py b/Tools/TestResultServer/handlers/master_config.py
index 88003d84d57634c714be96642515dd07bc452b00..7b77eaab1e4a9f3abcc48d1404e5b75422832f6c 100644
--- a/Tools/TestResultServer/handlers/master_config.py
+++ b/Tools/TestResultServer/handlers/master_config.py
@@ -34,7 +34,7 @@ _masters = {
},
'chromium.webkit': {
'name': 'ChromiumWebkit',
- 'groups': ['@ToT Chromium'],
+ 'groups': ['@ToT Chromium', '@ToT Blink'],
},
'chromium.win': {
'name': 'ChromiumWin',
« 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