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

Unified Diff: testing/buildbot/trybot_analyze_config.json

Issue 597763002: Add a GPU profile in trybot_analyze_config.json (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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: testing/buildbot/trybot_analyze_config.json
diff --git a/testing/buildbot/trybot_analyze_config.json b/testing/buildbot/trybot_analyze_config.json
index 94d4e3cf9bb81e862f4a3532aa4591c535ce95b0..83cfcd5763ef83013974ccc2ce45e9049b93c1d2 100644
--- a/testing/buildbot/trybot_analyze_config.json
+++ b/testing/buildbot/trybot_analyze_config.json
@@ -30,5 +30,20 @@
"tools/perf/.*",
"tools/telemetry/.*"
]
+ },
+ "gpu": {
+ "exclusions": [
+ "chrome/test/data/extensions/api_test/tab_capture/.*",
+ "content/test/data/gpu/.*",
+ "content/test/data/media/bear.ogv",
+ "content/test/gpu/.*",
+ "gpu/gles2_conform_support/gles2_conform_test_expectations.txt",
sky 2014/09/23 23:26:27 It seems like this is the only file different from
+ "net/data/.*",
+ "tools/clang/scripts/plugin_flags.sh",
+ "tools/clang/scripts/update.py",
+ "tools/clang/scripts/update.sh",
+ "tools/metrics/histograms/histograms.xml",
+ "tools/telemetry/.*"
+ ]
}
}
« 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