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

Side by Side Diff: testing/buildbot/chromium.memory.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.mac.json ('k') | testing/buildbot/chromium.memory.fyi.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 ASan LSan Tests (1)": { 2 "Linux ASan LSan 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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 }, 163 },
164 "test": "skia_unittests" 164 "test": "skia_unittests"
165 }, 165 },
166 { 166 {
167 "swarming": { 167 "swarming": {
168 "can_use_on_swarming_builders": true 168 "can_use_on_swarming_builders": true
169 }, 169 },
170 "test": "sql_unittests" 170 "test": "sql_unittests"
171 }, 171 },
172 { 172 {
173 "swarming": {
174 "can_use_on_swarming_builders": true
175 },
173 "test": "sync_unit_tests" 176 "test": "sync_unit_tests"
174 }, 177 },
175 { 178 {
176 "swarming": { 179 "swarming": {
177 "can_use_on_swarming_builders": true 180 "can_use_on_swarming_builders": true
178 }, 181 },
179 "test": "ui_base_unittests" 182 "test": "ui_base_unittests"
180 }, 183 },
181 { 184 {
182 "swarming": { 185 "swarming": {
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 }, 407 },
405 "test": "skia_unittests" 408 "test": "skia_unittests"
406 }, 409 },
407 { 410 {
408 "swarming": { 411 "swarming": {
409 "can_use_on_swarming_builders": true 412 "can_use_on_swarming_builders": true
410 }, 413 },
411 "test": "sql_unittests" 414 "test": "sql_unittests"
412 }, 415 },
413 { 416 {
417 "swarming": {
418 "can_use_on_swarming_builders": true
419 },
414 "test": "sync_unit_tests" 420 "test": "sync_unit_tests"
415 }, 421 },
416 { 422 {
417 "swarming": { 423 "swarming": {
418 "can_use_on_swarming_builders": true 424 "can_use_on_swarming_builders": true
419 }, 425 },
420 "test": "ui_base_unittests" 426 "test": "ui_base_unittests"
421 }, 427 },
422 { 428 {
423 "test": "ui_chromeos_unittests" 429 "test": "ui_chromeos_unittests"
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 }, 574 },
569 "test": "skia_unittests" 575 "test": "skia_unittests"
570 }, 576 },
571 { 577 {
572 "swarming": { 578 "swarming": {
573 "can_use_on_swarming_builders": true 579 "can_use_on_swarming_builders": true
574 }, 580 },
575 "test": "sql_unittests" 581 "test": "sql_unittests"
576 }, 582 },
577 { 583 {
584 "swarming": {
585 "can_use_on_swarming_builders": true
586 },
578 "test": "sync_unit_tests" 587 "test": "sync_unit_tests"
579 }, 588 },
580 { 589 {
581 "swarming": { 590 "swarming": {
582 "can_use_on_swarming_builders": true 591 "can_use_on_swarming_builders": true
583 }, 592 },
584 "test": "ui_base_unittests" 593 "test": "ui_base_unittests"
585 }, 594 },
586 { 595 {
587 "swarming": { 596 "swarming": {
588 "can_use_on_swarming_builders": true 597 "can_use_on_swarming_builders": true
589 }, 598 },
590 "test": "unit_tests" 599 "test": "unit_tests"
591 }, 600 },
592 { 601 {
593 "swarming": { 602 "swarming": {
594 "can_use_on_swarming_builders": true 603 "can_use_on_swarming_builders": true
595 }, 604 },
596 "test": "url_unittests" 605 "test": "url_unittests"
597 } 606 }
598 ] 607 ]
599 } 608 }
600 } 609 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.mac.json ('k') | testing/buildbot/chromium.memory.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698