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

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

Issue 1211053005: Convert compositor_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: .. 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 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 }, 285 },
286 "test": "chromeos_unittests" 286 "test": "chromeos_unittests"
287 }, 287 },
288 { 288 {
289 "swarming": { 289 "swarming": {
290 "can_use_on_swarming_builders": true 290 "can_use_on_swarming_builders": true
291 }, 291 },
292 "test": "components_unittests" 292 "test": "components_unittests"
293 }, 293 },
294 { 294 {
295 "swarming": {
296 "can_use_on_swarming_builders": true
297 },
295 "test": "compositor_unittests" 298 "test": "compositor_unittests"
296 }, 299 },
297 { 300 {
298 "swarming": { 301 "swarming": {
299 "can_use_on_swarming_builders": true 302 "can_use_on_swarming_builders": true
300 }, 303 },
301 "test": "content_browsertests" 304 "test": "content_browsertests"
302 }, 305 },
303 { 306 {
304 "swarming": { 307 "swarming": {
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 }, 624 },
622 { 625 {
623 "swarming": { 626 "swarming": {
624 "can_use_on_swarming_builders": true 627 "can_use_on_swarming_builders": true
625 }, 628 },
626 "test": "url_unittests" 629 "test": "url_unittests"
627 } 630 }
628 ] 631 ]
629 } 632 }
630 } 633 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698