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

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

Issue 463193002: Random analyzer cleanup (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 | « testing/buildbot/chromium_arm.json ('k') | testing/buildbot/chromium_win8_trybot.json » ('j') | 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 "test": "athena_unittests", 189 "test": "athena_unittests",
190 "platforms": ["linux"], 190 "platforms": ["linux"],
191 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] 191 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
192 }, 192 },
193 { 193 {
194 "test": "display_unittests", 194 "test": "display_unittests",
195 "platforms": ["linux"] 195 "platforms": ["linux"]
196 } 196 }
197 ], 197 ],
198 198
199 "gtest_tests_filter_exclusions": [
200 ".*gyp[i]?",
201 "build/android/pylib",
202 "build/compiler_version.py",
203 "build/get_landmines.py",
204 "build/gyp_chromium",
205 "build/linux/sysroot_ld_path.sh",
206 "chrome/test/data/.*",
207 "content/test/data/.*",
208 "DEPS",
209 "testing/buildbot/.*",
210 "tools/clang/scripts/plugin_flags.sh",
211 "tools/clang/scripts/update.py",
212 "tools/clang/scripts/update.sh",
213 "tools/perf/.*",
214 "tools/telemetry/.*",
215 "tools/whitespace.txt"
216 ],
217
218 "non_filter_builders": [ 199 "non_filter_builders": [
219 ], 200 ],
220 201
221 "filter_tests_builders": [ 202 "filter_tests_builders": [
222 "linux_chromium_rel_swarming", 203 "linux_chromium_rel_swarming",
223 "win_chromium_rel", 204 "win_chromium_rel",
224 "win_chromium_rel_swarming", 205 "win_chromium_rel_swarming",
225 "win_chromium_x64_rel" 206 "win_chromium_x64_rel"
226 ] 207 ]
227 } 208 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium_arm.json ('k') | testing/buildbot/chromium_win8_trybot.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698