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

Side by Side Diff: testing/buildbot/chromium.memory.fyi.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 ChromeOS MSan Tests": { 2 "Linux ChromeOS MSan Tests": {
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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 { 195 {
196 "test": "sandbox_linux_unittests" 196 "test": "sandbox_linux_unittests"
197 }, 197 },
198 { 198 {
199 "swarming": { 199 "swarming": {
200 "can_use_on_swarming_builders": true 200 "can_use_on_swarming_builders": true
201 }, 201 },
202 "test": "skia_unittests" 202 "test": "skia_unittests"
203 }, 203 },
204 { 204 {
205 "swarming": {
206 "can_use_on_swarming_builders": true
207 },
205 "test": "sql_unittests" 208 "test": "sql_unittests"
206 }, 209 },
207 { 210 {
208 "test": "sync_unit_tests" 211 "test": "sync_unit_tests"
209 }, 212 },
210 { 213 {
211 "swarming": { 214 "swarming": {
212 "can_use_on_swarming_builders": true 215 "can_use_on_swarming_builders": true
213 }, 216 },
214 "test": "ui_base_unittests" 217 "test": "ui_base_unittests"
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 { 437 {
435 "test": "sandbox_linux_unittests" 438 "test": "sandbox_linux_unittests"
436 }, 439 },
437 { 440 {
438 "swarming": { 441 "swarming": {
439 "can_use_on_swarming_builders": true 442 "can_use_on_swarming_builders": true
440 }, 443 },
441 "test": "skia_unittests" 444 "test": "skia_unittests"
442 }, 445 },
443 { 446 {
447 "swarming": {
448 "can_use_on_swarming_builders": true
449 },
444 "test": "sql_unittests" 450 "test": "sql_unittests"
445 }, 451 },
446 { 452 {
447 "test": "sync_unit_tests" 453 "test": "sync_unit_tests"
448 }, 454 },
449 { 455 {
450 "swarming": { 456 "swarming": {
451 "can_use_on_swarming_builders": true 457 "can_use_on_swarming_builders": true
452 }, 458 },
453 "test": "ui_base_unittests" 459 "test": "ui_base_unittests"
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
640 { 646 {
641 "test": "sandbox_linux_unittests" 647 "test": "sandbox_linux_unittests"
642 }, 648 },
643 { 649 {
644 "swarming": { 650 "swarming": {
645 "can_use_on_swarming_builders": true 651 "can_use_on_swarming_builders": true
646 }, 652 },
647 "test": "skia_unittests" 653 "test": "skia_unittests"
648 }, 654 },
649 { 655 {
656 "swarming": {
657 "can_use_on_swarming_builders": true
658 },
650 "test": "sql_unittests" 659 "test": "sql_unittests"
651 }, 660 },
652 { 661 {
653 "test": "sync_unit_tests" 662 "test": "sync_unit_tests"
654 }, 663 },
655 { 664 {
656 "swarming": { 665 "swarming": {
657 "can_use_on_swarming_builders": true 666 "can_use_on_swarming_builders": true
658 }, 667 },
659 "test": "ui_base_unittests" 668 "test": "ui_base_unittests"
(...skipping 19 matching lines...) Expand all
679 }, 688 },
680 { 689 {
681 "test": "views_unittests" 690 "test": "views_unittests"
682 }, 691 },
683 { 692 {
684 "test": "wm_unittests" 693 "test": "wm_unittests"
685 } 694 }
686 ] 695 ]
687 } 696 }
688 } 697 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698