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

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

Issue 862133002: Update from https://crrev.com/312398 (Closed) Base URL: git@github.com:domokit/mojo.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
OLDNEW
1 { 1 {
2 "Linux ChromiumOS Tests (1)": { 2 "Linux ChromiumOS Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 { 5 {
6 "test": "base_unittests", 6 "test": "base_unittests",
7 "swarming": { 7 "swarming": {
8 "can_use_on_swarming_builders": true 8 "can_use_on_swarming_builders": true
9 } 9 }
10 }, 10 },
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 "ipc_tests", 79 "ipc_tests",
80 "sync_unit_tests", 80 "sync_unit_tests",
81 { 81 {
82 "test": "unit_tests", 82 "test": "unit_tests",
83 "swarming": { 83 "swarming": {
84 "can_use_on_swarming_builders": true 84 "can_use_on_swarming_builders": true
85 } 85 }
86 }, 86 },
87 "sql_unittests", 87 "sql_unittests",
88 "nacl_loader_unittests", 88 "nacl_loader_unittests",
89 "athena_unittests",
90 "app_shell_browsertests", 89 "app_shell_browsertests",
91 "app_shell_unittests", 90 "app_shell_unittests",
92 "chromevox_tests", 91 "chromevox_tests",
93 "skia_unittests" 92 "skia_unittests"
94 ] 93 ]
95 }, 94 },
96 "Linux ChromiumOS Ozone Tests (1)": { 95 "Linux ChromiumOS Ozone Tests (1)": {
97 "gtest_tests": [ 96 "gtest_tests": [
98 "accessibility_unittests", 97 "accessibility_unittests",
99 "app_list_unittests", 98 "app_list_unittests",
100 "app_shell_browsertests", 99 "app_shell_browsertests",
101 "app_shell_unittests", 100 "app_shell_unittests",
102 "ash_unittests", 101 "ash_unittests",
103 "athena_unittests",
104 "aura_unittests", 102 "aura_unittests",
105 "base_unittests", 103 "base_unittests",
106 "cacheinvalidation_unittests", 104 "cacheinvalidation_unittests",
107 "chromeos_unittests", 105 "chromeos_unittests",
108 "chromevox_tests", 106 "chromevox_tests",
109 "components_unittests", 107 "components_unittests",
110 { 108 {
111 "test": "content_browsertests", 109 "test": "content_browsertests",
112 "swarming": { 110 "swarming": {
113 "can_use_on_swarming_builders": true, 111 "can_use_on_swarming_builders": true,
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 }, 241 },
244 "app_shell_browsertests", 242 "app_shell_browsertests",
245 "app_shell_unittests", 243 "app_shell_unittests",
246 { 244 {
247 "test": "content_browsertests", 245 "test": "content_browsertests",
248 "swarming": { 246 "swarming": {
249 "can_use_on_swarming_builders": true, 247 "can_use_on_swarming_builders": true,
250 "shards": 2 248 "shards": 2
251 } 249 }
252 }, 250 },
253 "athena_unittests",
254 "gcm_unit_tests", 251 "gcm_unit_tests",
255 "skia_unittests", 252 "skia_unittests",
256 { 253 {
257 "test": "interactive_ui_tests", 254 "test": "interactive_ui_tests",
258 "swarming": { 255 "swarming": {
259 "can_use_on_swarming_builders": true, 256 "can_use_on_swarming_builders": true,
260 "shards": 3 257 "shards": 3
261 } 258 }
262 } 259 }
263 ] 260 ]
264 } 261 }
265 } 262 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698