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

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

Issue 510913004: Do not compile 'all' on memory trybots, some targets fail otherwise (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 unified diff | Download patch
« 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": [
3 "all"
4 ],
5 "gtest_tests": [ 2 "gtest_tests": [
6 { 3 {
7 "test": "accessibility_unittests", 4 "test": "accessibility_unittests",
8 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"] 5 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
9 }, 6 },
10 { 7 {
11 "test": "base_unittests", 8 "test": "base_unittests",
12 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"] 9 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
13 }, 10 },
14 { 11 {
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 { 113 {
117 "test": "unit_tests", 114 "test": "unit_tests",
118 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"] 115 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
119 }, 116 },
120 { 117 {
121 "test": "url_unittests", 118 "test": "url_unittests",
122 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"] 119 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
123 } 120 }
124 ] 121 ]
125 } 122 }
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