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

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

Issue 1224463004: Convert gl_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: i keep forgetting this too 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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 }, 110 },
111 "test": "extensions_unittests" 111 "test": "extensions_unittests"
112 }, 112 },
113 { 113 {
114 "swarming": { 114 "swarming": {
115 "can_use_on_swarming_builders": true 115 "can_use_on_swarming_builders": true
116 }, 116 },
117 "test": "gcm_unit_tests" 117 "test": "gcm_unit_tests"
118 }, 118 },
119 { 119 {
120 "swarming": {
121 "can_use_on_swarming_builders": true
122 },
120 "test": "gl_unittests" 123 "test": "gl_unittests"
121 }, 124 },
122 { 125 {
123 "test": "google_apis_unittests" 126 "test": "google_apis_unittests"
124 }, 127 },
125 { 128 {
126 "swarming": { 129 "swarming": {
127 "can_use_on_swarming_builders": true 130 "can_use_on_swarming_builders": true
128 }, 131 },
129 "test": "gpu_unittests" 132 "test": "gpu_unittests"
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 }, 377 },
375 "test": "gcm_unit_tests" 378 "test": "gcm_unit_tests"
376 }, 379 },
377 { 380 {
378 "swarming": { 381 "swarming": {
379 "can_use_on_swarming_builders": true 382 "can_use_on_swarming_builders": true
380 }, 383 },
381 "test": "gfx_unittests" 384 "test": "gfx_unittests"
382 }, 385 },
383 { 386 {
387 "swarming": {
388 "can_use_on_swarming_builders": true
389 },
384 "test": "gl_unittests" 390 "test": "gl_unittests"
385 }, 391 },
386 { 392 {
387 "test": "google_apis_unittests" 393 "test": "google_apis_unittests"
388 }, 394 },
389 { 395 {
390 "swarming": { 396 "swarming": {
391 "can_use_on_swarming_builders": true 397 "can_use_on_swarming_builders": true
392 }, 398 },
393 "test": "gpu_unittests" 399 "test": "gpu_unittests"
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
627 }, 633 },
628 "test": "gcm_unit_tests" 634 "test": "gcm_unit_tests"
629 }, 635 },
630 { 636 {
631 "swarming": { 637 "swarming": {
632 "can_use_on_swarming_builders": true 638 "can_use_on_swarming_builders": true
633 }, 639 },
634 "test": "gfx_unittests" 640 "test": "gfx_unittests"
635 }, 641 },
636 { 642 {
643 "swarming": {
644 "can_use_on_swarming_builders": true
645 },
637 "test": "gl_unittests" 646 "test": "gl_unittests"
638 }, 647 },
639 { 648 {
640 "test": "google_apis_unittests" 649 "test": "google_apis_unittests"
641 }, 650 },
642 { 651 {
643 "swarming": { 652 "swarming": {
644 "can_use_on_swarming_builders": true 653 "can_use_on_swarming_builders": true
645 }, 654 },
646 "test": "gpu_unittests" 655 "test": "gpu_unittests"
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
751 }, 760 },
752 { 761 {
753 "swarming": { 762 "swarming": {
754 "can_use_on_swarming_builders": true 763 "can_use_on_swarming_builders": true
755 }, 764 },
756 "test": "wm_unittests" 765 "test": "wm_unittests"
757 } 766 }
758 ] 767 ]
759 } 768 }
760 } 769 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698