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

Side by Side Diff: testing/buildbot/chromium_trybot.json

Issue 409213003: Adds telemetry files to exclusion list (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "compile_targets": [ 2 "compile_targets": [
3 "all" 3 "all"
4 ], 4 ],
5 "gtest_tests": [ 5 "gtest_tests": [
6 "accessibility_unittests", 6 "accessibility_unittests",
7 "app_list_unittests", 7 "app_list_unittests",
8 { 8 {
9 "test": "base_unittests", 9 "test": "base_unittests",
10 "swarming": { 10 "swarming": {
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 "platforms": ["linux"] 190 "platforms": ["linux"]
191 } 191 }
192 ], 192 ],
193 193
194 "gtest_tests_filter_exclusions": [ 194 "gtest_tests_filter_exclusions": [
195 ".*gyp[i]?", 195 ".*gyp[i]?",
196 "chrome/test/data/.*", 196 "chrome/test/data/.*",
197 "content/test/data/.*", 197 "content/test/data/.*",
198 "DEPS", 198 "DEPS",
199 "testing/buildbot/.*", 199 "testing/buildbot/.*",
200 "tools/perf/.*",
201 "tools/telemetry/.*",
200 "tools/whitespace.txt" 202 "tools/whitespace.txt"
201 ], 203 ],
202 204
203 "filter_builders": [ 205 "filter_builders": [
204 "linux_chromium_clang_dbg", 206 "linux_chromium_clang_dbg",
205 "mac_chromium_rel" 207 "mac_chromium_rel"
206 ] 208 ]
207 } 209 }
OLDNEW
« 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