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

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

Issue 1217173004: Convert sql_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@7_cacheinvalidation_unittests
Patch Set: Fix android 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
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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 { 151 {
152 "test": "sandbox_linux_unittests" 152 "test": "sandbox_linux_unittests"
153 }, 153 },
154 { 154 {
155 "swarming": { 155 "swarming": {
156 "can_use_on_swarming_builders": true 156 "can_use_on_swarming_builders": true
157 }, 157 },
158 "test": "skia_unittests" 158 "test": "skia_unittests"
159 }, 159 },
160 { 160 {
161 "swarming": {
162 "can_use_on_swarming_builders": true
163 },
161 "test": "sql_unittests" 164 "test": "sql_unittests"
162 }, 165 },
163 { 166 {
164 "test": "sync_unit_tests" 167 "test": "sync_unit_tests"
165 }, 168 },
166 { 169 {
167 "swarming": { 170 "swarming": {
168 "can_use_on_swarming_builders": true 171 "can_use_on_swarming_builders": true
169 }, 172 },
170 "test": "ui_base_unittests" 173 "test": "ui_base_unittests"
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 { 386 {
384 "test": "sandbox_linux_unittests" 387 "test": "sandbox_linux_unittests"
385 }, 388 },
386 { 389 {
387 "swarming": { 390 "swarming": {
388 "can_use_on_swarming_builders": true 391 "can_use_on_swarming_builders": true
389 }, 392 },
390 "test": "skia_unittests" 393 "test": "skia_unittests"
391 }, 394 },
392 { 395 {
396 "swarming": {
397 "can_use_on_swarming_builders": true
398 },
393 "test": "sql_unittests" 399 "test": "sql_unittests"
394 }, 400 },
395 { 401 {
396 "test": "sync_unit_tests" 402 "test": "sync_unit_tests"
397 }, 403 },
398 { 404 {
399 "swarming": { 405 "swarming": {
400 "can_use_on_swarming_builders": true 406 "can_use_on_swarming_builders": true
401 }, 407 },
402 "test": "ui_base_unittests" 408 "test": "ui_base_unittests"
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
541 { 547 {
542 "test": "remoting_unittests" 548 "test": "remoting_unittests"
543 }, 549 },
544 { 550 {
545 "swarming": { 551 "swarming": {
546 "can_use_on_swarming_builders": true 552 "can_use_on_swarming_builders": true
547 }, 553 },
548 "test": "skia_unittests" 554 "test": "skia_unittests"
549 }, 555 },
550 { 556 {
557 "swarming": {
558 "can_use_on_swarming_builders": true
559 },
551 "test": "sql_unittests" 560 "test": "sql_unittests"
552 }, 561 },
553 { 562 {
554 "test": "sync_unit_tests" 563 "test": "sync_unit_tests"
555 }, 564 },
556 { 565 {
557 "swarming": { 566 "swarming": {
558 "can_use_on_swarming_builders": true 567 "can_use_on_swarming_builders": true
559 }, 568 },
560 "test": "ui_base_unittests" 569 "test": "ui_base_unittests"
561 }, 570 },
562 { 571 {
563 "swarming": { 572 "swarming": {
564 "can_use_on_swarming_builders": true 573 "can_use_on_swarming_builders": true
565 }, 574 },
566 "test": "unit_tests" 575 "test": "unit_tests"
567 }, 576 },
568 { 577 {
569 "swarming": { 578 "swarming": {
570 "can_use_on_swarming_builders": true 579 "can_use_on_swarming_builders": true
571 }, 580 },
572 "test": "url_unittests" 581 "test": "url_unittests"
573 } 582 }
574 ] 583 ]
575 } 584 }
576 } 585 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698