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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: Tools/TestResultServer/static-dashboards/builders_unittest.jsonp
diff --git a/Tools/TestResultServer/static-dashboards/builders_unittest.jsonp b/Tools/TestResultServer/static-dashboards/builders_unittest.jsonp
index 7f381442e8083bfa486e9f3dc736ea118250e1ac..41505a3a2534e5facdbd8194e7a7e73f218216ff 100644
--- a/Tools/TestResultServer/static-dashboards/builders_unittest.jsonp
+++ b/Tools/TestResultServer/static-dashboards/builders_unittest.jsonp
@@ -1,6 +1,9 @@
// This file is auto-generated by Tools/TestResultServer/generate_builders_json.py. It should not be manually modified.
// It uses jsonp instead of proper json because we want to be able to load it from a file URL in Chrome for local testing.
LOAD_BUILDBOT_DATA({
+ "no_upload_test_types": [
+ "webkit_unit_tests"
+ ],
"masters": [
{
"groups": [

Powered by Google App Engine
This is Rietveld 408576698