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

Unified Diff: Tools/TestResultServer/static-dashboards/aggregate_results_unittest.js

Issue 337433003: Switch buildershandler over to using the json mirror. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
Index: Tools/TestResultServer/static-dashboards/aggregate_results_unittest.js
diff --git a/Tools/TestResultServer/static-dashboards/aggregate_results_unittest.js b/Tools/TestResultServer/static-dashboards/aggregate_results_unittest.js
index 7651aa2eb4339c21bcfc21a9d35ea0ef516d46b8..183fe4a922d9f10090243c65a2efac0e91b53c0b 100644
--- a/Tools/TestResultServer/static-dashboards/aggregate_results_unittest.js
+++ b/Tools/TestResultServer/static-dashboards/aggregate_results_unittest.js
@@ -43,12 +43,12 @@ function setupAggregateResultsData(includeRevisonNumbers)
{
"groups": [ "@ToT Blink" ],
"name": "ChromiumWebkit",
+ "url_name": "chromium.webkit",
"tests": {
"layout-tests": {
"builders": [builderName]
}
},
- "url": "http://build.chromium.org/p/chromium.win"
}
]
});
« no previous file with comments | « Tools/TestResultServer/handlers/buildershandler_unittest.py ('k') | Tools/TestResultServer/static-dashboards/builders.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698