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

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

Issue 1240333002: Convert google_apis_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: fixed 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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 { 95 {
96 "swarming": { 96 "swarming": {
97 "can_use_on_swarming_builders": true 97 "can_use_on_swarming_builders": true
98 }, 98 },
99 "test": "gfx_unittests" 99 "test": "gfx_unittests"
100 }, 100 },
101 { 101 {
102 "test": "gl_unittests" 102 "test": "gl_unittests"
103 }, 103 },
104 { 104 {
105 "swarming": {
106 "can_use_on_swarming_builders": true
107 },
105 "test": "google_apis_unittests" 108 "test": "google_apis_unittests"
106 }, 109 },
107 { 110 {
108 "swarming": { 111 "swarming": {
109 "can_use_on_swarming_builders": true 112 "can_use_on_swarming_builders": true
110 }, 113 },
111 "test": "gpu_unittests" 114 "test": "gpu_unittests"
112 }, 115 },
113 { 116 {
114 "swarming": { 117 "swarming": {
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 { 348 {
346 "swarming": { 349 "swarming": {
347 "can_use_on_swarming_builders": true 350 "can_use_on_swarming_builders": true
348 }, 351 },
349 "test": "gfx_unittests" 352 "test": "gfx_unittests"
350 }, 353 },
351 { 354 {
352 "test": "gl_unittests" 355 "test": "gl_unittests"
353 }, 356 },
354 { 357 {
358 "swarming": {
359 "can_use_on_swarming_builders": true
360 },
355 "test": "google_apis_unittests" 361 "test": "google_apis_unittests"
356 }, 362 },
357 { 363 {
358 "swarming": { 364 "swarming": {
359 "can_use_on_swarming_builders": true 365 "can_use_on_swarming_builders": true
360 }, 366 },
361 "test": "gpu_unittests" 367 "test": "gpu_unittests"
362 }, 368 },
363 { 369 {
364 "swarming": { 370 "swarming": {
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
636 }, 642 },
637 { 643 {
638 "swarming": { 644 "swarming": {
639 "can_use_on_swarming_builders": true 645 "can_use_on_swarming_builders": true
640 }, 646 },
641 "test": "url_unittests" 647 "test": "url_unittests"
642 } 648 }
643 ] 649 ]
644 } 650 }
645 } 651 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698