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

Side by Side Diff: Tools/TestResultServer/static-dashboards/builders_unittest.jsonp

Issue 309783002: Exclude test types that don't upload from the flakiness dashboard UI. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address review comments. update test 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // This file is auto-generated by Tools/TestResultServer/generate_builders_json. py. It should not be manually modified. 1 // This file is auto-generated by Tools/TestResultServer/generate_builders_json. py. It should not be manually modified.
2 // It uses jsonp instead of proper json because we want to be able to load it fr om a file URL in Chrome for local testing. 2 // It uses jsonp instead of proper json because we want to be able to load it fr om a file URL in Chrome for local testing.
3 LOAD_BUILDBOT_DATA({ 3 LOAD_BUILDBOT_DATA({
4 "no_upload_test_types": [
5 "webkit_unit_tests"
6 ],
4 "masters": [ 7 "masters": [
5 { 8 {
6 "groups": [ 9 "groups": [
7 "@ToT Chromium" 10 "@ToT Chromium"
8 ], 11 ],
9 "name": "ChromiumWin", 12 "name": "ChromiumWin",
10 "tests": { 13 "tests": {
11 "ash_unittests": { 14 "ash_unittests": {
12 "builders": [ 15 "builders": [
13 "Win Aura Tests (1)", 16 "Win Aura Tests (1)",
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 "WebKit Linux", 105 "WebKit Linux",
103 "WebKit XP", 106 "WebKit XP",
104 "WebKit XP (deps)" 107 "WebKit XP (deps)"
105 ] 108 ]
106 }, 109 },
107 }, 110 },
108 "url": "http://build.chromium.org/p/chromium.webkit" 111 "url": "http://build.chromium.org/p/chromium.webkit"
109 }, 112 },
110 ] 113 ]
111 }); 114 });
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698