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

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

Issue 875353004: Isolate crypto_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « testing/buildbot/chromium_memory_trybot.json ('k') | 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 { 6 {
7 "test": "accessibility_unittests", 7 "test": "accessibility_unittests",
8 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": true 9 "can_use_on_swarming_builders": true
10 } 10 }
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 "swarming": { 97 "swarming": {
98 "can_use_on_swarming_builders": true 98 "can_use_on_swarming_builders": true
99 } 99 }
100 }, 100 },
101 { 101 {
102 "test": "content_unittests", 102 "test": "content_unittests",
103 "swarming": { 103 "swarming": {
104 "can_use_on_swarming_builders": true 104 "can_use_on_swarming_builders": true
105 } 105 }
106 }, 106 },
107 "crypto_unittests", 107 {
108 "test": "crypto_unittests",
109 "swarming": {
110 "can_use_on_swarming_builders": true
111 }
112 },
108 { 113 {
109 "test": "dbus_unittests", 114 "test": "dbus_unittests",
110 "platforms": ["linux"] 115 "platforms": ["linux"]
111 }, 116 },
112 "device_unittests", 117 "device_unittests",
113 { 118 {
114 "test": "events_unittests", 119 "test": "events_unittests",
115 "swarming": { 120 "swarming": {
116 "can_use_on_swarming_builders": true 121 "can_use_on_swarming_builders": true
117 } 122 }
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 "non_filter_tests_builders": [ 298 "non_filter_tests_builders": [
294 ], 299 ],
295 300
296 "filter_compile_builders": [ 301 "filter_compile_builders": [
297 "win_chromium_compile_dbg", 302 "win_chromium_compile_dbg",
298 "win_chromium_rel_swarming", 303 "win_chromium_rel_swarming",
299 "win_chromium_x64_rel_swarming", 304 "win_chromium_x64_rel_swarming",
300 "win8_chromium_rel" 305 "win8_chromium_rel"
301 ] 306 ]
302 } 307 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium_memory_trybot.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698