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

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

Issue 1211103006: Convert url_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@3_ipc_tests
Patch Set: 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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 }, 191 },
192 "test": "ui_touch_selection_unittests" 192 "test": "ui_touch_selection_unittests"
193 }, 193 },
194 { 194 {
195 "swarming": { 195 "swarming": {
196 "can_use_on_swarming_builders": true 196 "can_use_on_swarming_builders": true
197 }, 197 },
198 "test": "unit_tests" 198 "test": "unit_tests"
199 }, 199 },
200 { 200 {
201 "swarming": {
202 "can_use_on_swarming_builders": true
203 },
201 "test": "url_unittests" 204 "test": "url_unittests"
202 }, 205 },
203 { 206 {
204 "test": "views_unittests" 207 "test": "views_unittests"
205 }, 208 },
206 { 209 {
207 "test": "wm_unittests" 210 "test": "wm_unittests"
208 } 211 }
209 ] 212 ]
210 }, 213 },
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 }, 405 },
403 "test": "ui_touch_selection_unittests" 406 "test": "ui_touch_selection_unittests"
404 }, 407 },
405 { 408 {
406 "swarming": { 409 "swarming": {
407 "can_use_on_swarming_builders": true 410 "can_use_on_swarming_builders": true
408 }, 411 },
409 "test": "unit_tests" 412 "test": "unit_tests"
410 }, 413 },
411 { 414 {
415 "swarming": {
416 "can_use_on_swarming_builders": true
417 },
412 "test": "url_unittests" 418 "test": "url_unittests"
413 }, 419 },
414 { 420 {
415 "test": "views_unittests" 421 "test": "views_unittests"
416 }, 422 },
417 { 423 {
418 "test": "wm_unittests" 424 "test": "wm_unittests"
419 } 425 }
420 ] 426 ]
421 }, 427 },
(...skipping 690 matching lines...) Expand 10 before | Expand all | Expand 10 after
1112 "name": "webkit_lint", 1118 "name": "webkit_lint",
1113 "script": "webkit_lint.py" 1119 "script": "webkit_lint.py"
1114 }, 1120 },
1115 { 1121 {
1116 "name": "webkit_python_tests", 1122 "name": "webkit_python_tests",
1117 "script": "webkit_python_tests.py" 1123 "script": "webkit_python_tests.py"
1118 } 1124 }
1119 ] 1125 ]
1120 } 1126 }
1121 } 1127 }
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