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

Side by Side Diff: testing/buildbot/chromium.mac.json

Issue 633953002: Swarm release 10.6 main waterfall bot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 "Mac10.6 Tests (1)": { 2 "Mac10.6 Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_list_unittests", 5 "app_list_unittests",
6 "base_unittests", 6 {
7 "test": "base_unittests",
8 "swarming": {
9 "can_use_on_swarming_builders": true
10 }
11 },
12 {
13 "test": "browser_tests",
14 "swarming": {
15 "can_use_on_swarming_builders": true,
16 "shards": 5
17 }
18 },
7 "cacheinvalidation_unittests", 19 "cacheinvalidation_unittests",
8 "cast_unittests", 20 "cast_unittests",
9 "cc_unittests", 21 "cc_unittests",
10 "chromedriver_unittests", 22 "chromedriver_unittests",
11 "components_unittests", 23 "components_unittests",
12 "content_browsertests", 24 {
13 "content_unittests", 25 "test": "content_browsertests",
26 "swarming": {
27 "can_use_on_swarming_builders": true
28 }
29 },
30 {
31 "test": "content_unittests",
32 "swarming": {
33 "can_use_on_swarming_builders": true
34 }
35 },
14 "crypto_unittests", 36 "crypto_unittests",
15 "extensions_unittests", 37 "extensions_unittests",
16 "gcm_unit_tests", 38 "gcm_unit_tests",
17 "gfx_unittests", 39 "gfx_unittests",
18 "gpu_unittests", 40 "gpu_unittests",
19 "google_apis_unittests", 41 "google_apis_unittests",
20 "interactive_ui_tests", 42 {
43 "test": "interactive_ui_tests",
44 "swarming": {
45 "can_use_on_swarming_builders": true
46 }
47 },
21 "ipc_tests", 48 "ipc_tests",
22 "jingle_unittests", 49 "jingle_unittests",
23 "media_unittests", 50 "media_unittests",
24 "message_center_unittests", 51 "message_center_unittests",
25 "mojo_apps_js_unittests", 52 "mojo_apps_js_unittests",
26 "mojo_common_unittests", 53 "mojo_common_unittests",
27 "mojo_js_unittests", 54 "mojo_js_unittests",
28 "mojo_public_bindings_unittests", 55 "mojo_public_bindings_unittests",
29 "mojo_public_environment_unittests", 56 "mojo_public_environment_unittests",
30 "mojo_public_system_unittests", 57 "mojo_public_system_unittests",
31 "mojo_public_utility_unittests", 58 "mojo_public_utility_unittests",
32 "mojo_application_manager_unittests", 59 "mojo_application_manager_unittests",
33 "mojo_shell_tests", 60 "mojo_shell_tests",
34 "mojo_system_unittests", 61 "mojo_system_unittests",
35 "net_unittests", 62 {
63 "test": "net_unittests",
64 "swarming": {
65 "can_use_on_swarming_builders": true
66 }
67 },
36 "ppapi_unittests", 68 "ppapi_unittests",
37 "printing_unittests", 69 "printing_unittests",
38 "remoting_unittests", 70 "remoting_unittests",
39 "sandbox_mac_unittests", 71 "sandbox_mac_unittests",
40 "sql_unittests", 72 "sql_unittests",
41 "sync_integration_tests", 73 {
74 "test": "sync_integration_tests",
75 "swarming": {
76 "can_use_on_swarming_builders": true
77 }
78 },
42 "sync_unit_tests", 79 "sync_unit_tests",
43 "ui_unittests", 80 "ui_unittests",
44 "unit_tests", 81 {
82 "test": "unit_tests",
83 "swarming": {
84 "can_use_on_swarming_builders": true
85 }
86 },
45 "url_unittests" 87 "url_unittests"
46 ] 88 ]
47 }, 89 },
48 "Mac10.6 Tests (2)": { 90 "Mac10.6 Tests (2)": {
49 "gtest_tests": [ 91 "gtest_tests": [
50 "browser_tests"
51 ] 92 ]
52 }, 93 },
53 "Mac10.7 Tests (1)": { 94 "Mac10.7 Tests (1)": {
54 "gtest_tests": [ 95 "gtest_tests": [
55 "accessibility_unittests", 96 "accessibility_unittests",
56 "app_list_unittests", 97 "app_list_unittests",
57 { 98 {
58 "test": "base_unittests", 99 "test": "base_unittests",
59 "swarming": { 100 "swarming": {
60 "can_use_on_swarming_builders": true 101 "can_use_on_swarming_builders": true
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 } 321 }
281 }, 322 },
282 "url_unittests" 323 "url_unittests"
283 ] 324 ]
284 }, 325 },
285 "Mac 10.7 Tests (dbg)(2)": { 326 "Mac 10.7 Tests (dbg)(2)": {
286 "gtest_tests": [ 327 "gtest_tests": [
287 ] 328 ]
288 } 329 }
289 } 330 }
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