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

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

Issue 420413003: Add a couple of files to the exclusion list (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] 189 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
190 }, 190 },
191 { 191 {
192 "test": "display_unittests", 192 "test": "display_unittests",
193 "platforms": ["linux"] 193 "platforms": ["linux"]
194 } 194 }
195 ], 195 ],
196 196
197 "gtest_tests_filter_exclusions": [ 197 "gtest_tests_filter_exclusions": [
198 ".*gyp[i]?", 198 ".*gyp[i]?",
199 "build/linux/sysroot_ld_path.sh",
Nico 2014/07/28 21:34:46 build/compiler_version.py too i think
199 "chrome/test/data/.*", 200 "chrome/test/data/.*",
200 "content/test/data/.*", 201 "content/test/data/.*",
201 "DEPS", 202 "DEPS",
202 "testing/buildbot/.*", 203 "testing/buildbot/.*",
204 "tools/clang/scripts/plugin_flags.sh",
205 "tools/clang/scripts/update.sh",
Nico 2014/07/28 21:34:46 tools/clang/scripts/update.py too
203 "tools/perf/.*", 206 "tools/perf/.*",
204 "tools/telemetry/.*", 207 "tools/telemetry/.*",
205 "tools/whitespace.txt" 208 "tools/whitespace.txt"
206 ], 209 ],
207 210
208 "filter_builders": [ 211 "filter_builders": [
209 "linux_chromium_clang_dbg", 212 "linux_chromium_clang_dbg",
210 "mac_chromium_rel" 213 "mac_chromium_rel"
211 ] 214 ]
212 } 215 }
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