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

Side by Side Diff: testing/buildbot/client.v8.chromium.json

Issue 2908843002: Rename "service_unittests" -> "services_unittests". (Closed)
Patch Set: Created 3 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 - Future": { 2 "Linux - Future": {
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": "app_shell_unittests" 8 "test": "app_shell_unittests"
9 }, 9 },
10 { 10 {
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 { 271 {
272 "swarming": { 272 "swarming": {
273 "can_use_on_swarming_builders": true 273 "can_use_on_swarming_builders": true
274 }, 274 },
275 "test": "remoting_unittests" 275 "test": "remoting_unittests"
276 }, 276 },
277 { 277 {
278 "swarming": { 278 "swarming": {
279 "can_use_on_swarming_builders": true 279 "can_use_on_swarming_builders": true
280 }, 280 },
281 "test": "service_unittests" 281 "test": "services_unittests"
282 }, 282 },
283 { 283 {
284 "swarming": { 284 "swarming": {
285 "can_use_on_swarming_builders": true 285 "can_use_on_swarming_builders": true
286 }, 286 },
287 "test": "sync_integration_tests" 287 "test": "sync_integration_tests"
288 }, 288 },
289 { 289 {
290 "swarming": { 290 "swarming": {
291 "can_use_on_swarming_builders": true 291 "can_use_on_swarming_builders": true
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
612 { 612 {
613 "swarming": { 613 "swarming": {
614 "can_use_on_swarming_builders": true 614 "can_use_on_swarming_builders": true
615 }, 615 },
616 "test": "remoting_unittests" 616 "test": "remoting_unittests"
617 }, 617 },
618 { 618 {
619 "swarming": { 619 "swarming": {
620 "can_use_on_swarming_builders": true 620 "can_use_on_swarming_builders": true
621 }, 621 },
622 "test": "service_unittests" 622 "test": "services_unittests"
623 }, 623 },
624 { 624 {
625 "swarming": { 625 "swarming": {
626 "can_use_on_swarming_builders": true 626 "can_use_on_swarming_builders": true
627 }, 627 },
628 "test": "sync_integration_tests" 628 "test": "sync_integration_tests"
629 }, 629 },
630 { 630 {
631 "swarming": { 631 "swarming": {
632 "can_use_on_swarming_builders": true 632 "can_use_on_swarming_builders": true
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
670 "name": "telemetry_unittests", 670 "name": "telemetry_unittests",
671 "swarming": { 671 "swarming": {
672 "can_use_on_swarming_builders": true, 672 "can_use_on_swarming_builders": true,
673 "shards": 4 673 "shards": 4
674 } 674 }
675 } 675 }
676 ], 676 ],
677 "scripts": [] 677 "scripts": []
678 } 678 }
679 } 679 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698