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

Unified Diff: appengine/test_results/appengine_module/test_results/handlers/master_config.py

Issue 2083623002: [test-results] Add {tryserver.,}chromium.android to the test_results configuration. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 years, 6 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: appengine/test_results/appengine_module/test_results/handlers/master_config.py
diff --git a/appengine/test_results/appengine_module/test_results/handlers/master_config.py b/appengine/test_results/appengine_module/test_results/handlers/master_config.py
index db6527b070b84d5cc4593676dcc870e92d059289..7552d14ef35eb8a303876621564e2b1456dc86de 100644
--- a/appengine/test_results/appengine_module/test_results/handlers/master_config.py
+++ b/appengine/test_results/appengine_module/test_results/handlers/master_config.py
@@ -8,6 +8,10 @@
# FIXME: The concept of groups is being deprecated. Once it's removed from
# the flakiness dashboard, this whole map can go away.
_masters = {
+ 'chromium.android': {
+ 'name': 'ChromiumAndroid',
+ 'groups': ['Unused']
+ },
'chromium.chromiumos': {
'name': 'ChromiumChromiumOS',
'groups': ['@ToT ChromeOS']
@@ -61,6 +65,10 @@ _masters = {
'name': 'BlinkTryServer',
'groups': ['Unused']
},
+ 'tryserver.chromium.android': {
+ 'name': 'TryserverChromiumAndroid',
+ 'group': ['Unused'],
+ },
'tryserver.chromium.linux': {
'name': 'TryServerChromiumLinux',
'groups': ['Unused']
« 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