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

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

Issue 1217473009: Convert wm_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@11_sandbox_linux_unittests
Patch Set: Add pak Created 5 years, 5 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.fyi.json ('k') | testing/buildbot/chromium.win.json » ('j') | 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 "Linux ChromiumOS Tests (1)": { 2 "Linux ChromiumOS Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
9 }, 9 },
10 { 10 {
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 { 224 {
225 "swarming": { 225 "swarming": {
226 "can_use_on_swarming_builders": true 226 "can_use_on_swarming_builders": true
227 }, 227 },
228 "test": "url_unittests" 228 "test": "url_unittests"
229 }, 229 },
230 { 230 {
231 "test": "views_unittests" 231 "test": "views_unittests"
232 }, 232 },
233 { 233 {
234 "swarming": {
235 "can_use_on_swarming_builders": true
236 },
234 "test": "wm_unittests" 237 "test": "wm_unittests"
235 } 238 }
236 ] 239 ]
237 }, 240 },
238 "Linux ChromiumOS Tests (2)": { 241 "Linux ChromiumOS Tests (2)": {
239 "gtest_tests": [] 242 "gtest_tests": []
240 }, 243 },
241 "Linux ChromiumOS Tests (dbg)(1)": { 244 "Linux ChromiumOS Tests (dbg)(1)": {
242 "gtest_tests": [ 245 "gtest_tests": [
243 { 246 {
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 { 465 {
463 "swarming": { 466 "swarming": {
464 "can_use_on_swarming_builders": true 467 "can_use_on_swarming_builders": true
465 }, 468 },
466 "test": "url_unittests" 469 "test": "url_unittests"
467 }, 470 },
468 { 471 {
469 "test": "views_unittests" 472 "test": "views_unittests"
470 }, 473 },
471 { 474 {
475 "swarming": {
476 "can_use_on_swarming_builders": true
477 },
472 "test": "wm_unittests" 478 "test": "wm_unittests"
473 } 479 }
474 ] 480 ]
475 }, 481 },
476 "Linux ChromiumOS Tests (dbg)(2)": { 482 "Linux ChromiumOS Tests (dbg)(2)": {
477 "gtest_tests": [] 483 "gtest_tests": []
478 }, 484 },
479 "Linux ChromiumOS Tests (dbg)(3)": { 485 "Linux ChromiumOS Tests (dbg)(3)": {
480 "gtest_tests": [] 486 "gtest_tests": []
481 }, 487 },
(...skipping 684 matching lines...) Expand 10 before | Expand all | Expand 10 after
1166 "name": "webkit_lint", 1172 "name": "webkit_lint",
1167 "script": "webkit_lint.py" 1173 "script": "webkit_lint.py"
1168 }, 1174 },
1169 { 1175 {
1170 "name": "webkit_python_tests", 1176 "name": "webkit_python_tests",
1171 "script": "webkit_python_tests.py" 1177 "script": "webkit_python_tests.py"
1172 } 1178 }
1173 ] 1179 ]
1174 } 1180 }
1175 } 1181 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.memory.fyi.json ('k') | testing/buildbot/chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698