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

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

Issue 861173002: Revert of Swarm cc_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 }, 45 },
46 { 46 {
47 "test": "browser_tests", 47 "test": "browser_tests",
48 "swarming": { 48 "swarming": {
49 "can_use_on_swarming_builders": true, 49 "can_use_on_swarming_builders": true,
50 "shards": 8 50 "shards": 8
51 } 51 }
52 }, 52 },
53 "cacheinvalidation_unittests", 53 "cacheinvalidation_unittests",
54 "cast_unittests", 54 "cast_unittests",
55 { 55 "cc_unittests",
56 "test": "cc_unittests",
57 "swarming": {
58 "can_use_on_swarming_builders": true
59 }
60 },
61 "chromedriver_unittests", 56 "chromedriver_unittests",
62 { 57 {
63 "test": "chromevox_tests", 58 "test": "chromevox_tests",
64 "chromium_configs": [ 59 "chromium_configs": [
65 "chromium_chromeos", 60 "chromium_chromeos",
66 "chromium_chromeos_clang", 61 "chromium_chromeos_clang",
67 "chromium_chromeos_ozone" 62 "chromium_chromeos_ozone"
68 ] 63 ]
69 }, 64 },
70 { 65 {
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 "non_filter_tests_builders": [ 282 "non_filter_tests_builders": [
288 ], 283 ],
289 284
290 "filter_compile_builders": [ 285 "filter_compile_builders": [
291 "win_chromium_compile_dbg", 286 "win_chromium_compile_dbg",
292 "win_chromium_rel_swarming", 287 "win_chromium_rel_swarming",
293 "win_chromium_x64_rel_swarming", 288 "win_chromium_x64_rel_swarming",
294 "win8_chromium_rel" 289 "win8_chromium_rel"
295 ] 290 ]
296 } 291 }
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