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

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

Issue 1218143002: Convert sync_unit_tests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@9_gcm_unit_tests
Patch Set: Add chrome/test/data/sync, remove sync/tools/testserver/ 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": "skia_unittests" 192 "test": "skia_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": "sql_unittests" 198 "test": "sql_unittests"
199 }, 199 },
200 { 200 {
201 "swarming": {
202 "can_use_on_swarming_builders": true
203 },
201 "test": "sync_unit_tests" 204 "test": "sync_unit_tests"
202 }, 205 },
203 { 206 {
204 "swarming": { 207 "swarming": {
205 "can_use_on_swarming_builders": true 208 "can_use_on_swarming_builders": true
206 }, 209 },
207 "test": "ui_base_unittests" 210 "test": "ui_base_unittests"
208 }, 211 },
209 { 212 {
210 "swarming": { 213 "swarming": {
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 }, 429 },
427 "test": "skia_unittests" 430 "test": "skia_unittests"
428 }, 431 },
429 { 432 {
430 "swarming": { 433 "swarming": {
431 "can_use_on_swarming_builders": true 434 "can_use_on_swarming_builders": true
432 }, 435 },
433 "test": "sql_unittests" 436 "test": "sql_unittests"
434 }, 437 },
435 { 438 {
439 "swarming": {
440 "can_use_on_swarming_builders": true
441 },
436 "test": "sync_unit_tests" 442 "test": "sync_unit_tests"
437 }, 443 },
438 { 444 {
439 "swarming": { 445 "swarming": {
440 "can_use_on_swarming_builders": true 446 "can_use_on_swarming_builders": true
441 }, 447 },
442 "test": "ui_base_unittests" 448 "test": "ui_base_unittests"
443 }, 449 },
444 { 450 {
445 "swarming": { 451 "swarming": {
(...skipping 714 matching lines...) Expand 10 before | Expand all | Expand 10 after
1160 "name": "webkit_lint", 1166 "name": "webkit_lint",
1161 "script": "webkit_lint.py" 1167 "script": "webkit_lint.py"
1162 }, 1168 },
1163 { 1169 {
1164 "name": "webkit_python_tests", 1170 "name": "webkit_python_tests",
1165 "script": "webkit_python_tests.py" 1171 "script": "webkit_python_tests.py"
1166 } 1172 }
1167 ] 1173 ]
1168 } 1174 }
1169 } 1175 }
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