| Index: Tools/TestResultServer/static-dashboards/flakiness_dashboard_unittests.js
|
| diff --git a/Tools/TestResultServer/static-dashboards/flakiness_dashboard_unittests.js b/Tools/TestResultServer/static-dashboards/flakiness_dashboard_unittests.js
|
| index 304fa92d9903891c74ec724674199d8860fc633d..e3277c9a1fa395cbd23cb1f937f913c792546dd6 100644
|
| --- a/Tools/TestResultServer/static-dashboards/flakiness_dashboard_unittests.js
|
| +++ b/Tools/TestResultServer/static-dashboards/flakiness_dashboard_unittests.js
|
| @@ -48,7 +48,7 @@ function resetGlobals()
|
| ],
|
| 'masters': [{
|
| name: 'ChromiumWebkit',
|
| - url: 'dummyurl',
|
| + url_name: "chromium.webkit",
|
| tests: {
|
| 'layout-tests': {'builders': ['WebKit Linux', 'WebKit Linux (dbg)', 'WebKit Linux (deps)', 'WebKit Mac10.7', 'WebKit Win', 'WebKit Win (dbg)']},
|
| 'unit_tests': {'builders': ['Linux Tests']},
|
| @@ -56,7 +56,7 @@ function resetGlobals()
|
| groups: ['@ToT Chromium', '@ToT Blink'],
|
| },{
|
| name :'ChromiumWin',
|
| - url: 'dummyurl2',
|
| + url_name: "chromium.win",
|
| tests: {
|
| 'ash_unittests': {'builders': ['XP Tests (1)', 'Win7 Tests (1)']},
|
| 'unit_tests': {'builders': ['Linux Tests']},
|
|
|