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

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

Issue 1199813007: Convert base_unittests to Swarming everywhere. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@6_ash_unittests
Patch Set: rebase on 1195663002 Created 5 years, 6 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 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 "test": "url_unittests" 334 "test": "url_unittests"
335 }, 335 },
336 { 336 {
337 "test": "views_unittests" 337 "test": "views_unittests"
338 } 338 }
339 ] 339 ]
340 }, 340 },
341 "Mac ASan 64 Tests (1)": { 341 "Mac ASan 64 Tests (1)": {
342 "gtest_tests": [ 342 "gtest_tests": [
343 { 343 {
344 "swarming": {
345 "can_use_on_swarming_builders": true
346 },
344 "test": "base_unittests" 347 "test": "base_unittests"
345 }, 348 },
346 { 349 {
347 "swarming": { 350 "swarming": {
348 "can_use_on_swarming_builders": true 351 "can_use_on_swarming_builders": true
349 }, 352 },
350 "test": "base_unittests" 353 "test": "base_unittests"
351 }, 354 },
352 { 355 {
353 "swarming": { 356 "swarming": {
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 "can_use_on_swarming_builders": true 450 "can_use_on_swarming_builders": true
448 }, 451 },
449 "test": "unit_tests" 452 "test": "unit_tests"
450 }, 453 },
451 { 454 {
452 "test": "url_unittests" 455 "test": "url_unittests"
453 } 456 }
454 ] 457 ]
455 } 458 }
456 } 459 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698