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

Side by Side Diff: testing/buildbot/chromium.webkit.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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 "ipc_tests", 76 "ipc_tests",
77 "sync_unit_tests", 77 "sync_unit_tests",
78 { 78 {
79 "test": "unit_tests", 79 "test": "unit_tests",
80 "swarming": { 80 "swarming": {
81 "can_use_on_swarming_builders": true 81 "can_use_on_swarming_builders": true
82 } 82 }
83 }, 83 },
84 "sql_unittests", 84 "sql_unittests",
85 "nacl_loader_unittests", 85 "nacl_loader_unittests",
86 "athena_unittests",
87 "app_shell_browsertests", 86 "app_shell_browsertests",
88 "app_shell_unittests", 87 "app_shell_unittests",
89 "chromevox_tests", 88 "chromevox_tests",
90 "skia_unittests" 89 "skia_unittests"
91 ] 90 ]
92 }, 91 },
93 "Linux ChromiumOS Tests (2)": { 92 "Linux ChromiumOS Tests (2)": {
94 "gtest_tests": [ 93 "gtest_tests": [
95 ] 94 ]
96 }, 95 },
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 }, 165 },
167 "app_shell_browsertests", 166 "app_shell_browsertests",
168 "app_shell_unittests", 167 "app_shell_unittests",
169 { 168 {
170 "test": "content_browsertests", 169 "test": "content_browsertests",
171 "swarming": { 170 "swarming": {
172 "can_use_on_swarming_builders": true, 171 "can_use_on_swarming_builders": true,
173 "shards": 2 172 "shards": 2
174 } 173 }
175 }, 174 },
176 "athena_unittests",
177 "gcm_unit_tests", 175 "gcm_unit_tests",
178 "skia_unittests", 176 "skia_unittests",
179 { 177 {
180 "test": "interactive_ui_tests", 178 "test": "interactive_ui_tests",
181 "swarming": { 179 "swarming": {
182 "can_use_on_swarming_builders": true, 180 "can_use_on_swarming_builders": true,
183 "shards": 3 181 "shards": 3
184 } 182 }
185 } 183 }
186 ] 184 ]
187 }, 185 },
188 "Linux ChromiumOS Tests (dbg)(2)": { 186 "Linux ChromiumOS Tests (dbg)(2)": {
189 "gtest_tests": [ 187 "gtest_tests": [
190 ] 188 ]
191 }, 189 },
192 "Linux ChromiumOS Tests (dbg)(3)": { 190 "Linux ChromiumOS Tests (dbg)(3)": {
193 "gtest_tests": [ 191 "gtest_tests": [
194 ] 192 ]
195 } 193 }
196 } 194 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698