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

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

Issue 1908013002: Add gpu_ipc_service_unittests to buildbot configs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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
« no previous file with comments | « testing/buildbot/chromium.mac.json ('k') | testing/buildbot/chromium.memory.fyi.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 { 113 {
114 "swarming": { 114 "swarming": {
115 "can_use_on_swarming_builders": true 115 "can_use_on_swarming_builders": true
116 }, 116 },
117 "test": "google_apis_unittests" 117 "test": "google_apis_unittests"
118 }, 118 },
119 { 119 {
120 "swarming": { 120 "swarming": {
121 "can_use_on_swarming_builders": true 121 "can_use_on_swarming_builders": true
122 }, 122 },
123 "test": "gpu_ipc_service_unittests"
124 },
125 {
126 "swarming": {
127 "can_use_on_swarming_builders": true
128 },
123 "test": "gpu_unittests" 129 "test": "gpu_unittests"
124 }, 130 },
125 { 131 {
126 "swarming": { 132 "swarming": {
127 "can_use_on_swarming_builders": true, 133 "can_use_on_swarming_builders": true,
128 "shards": 3 134 "shards": 3
129 }, 135 },
130 "test": "interactive_ui_tests" 136 "test": "interactive_ui_tests"
131 }, 137 },
132 { 138 {
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 { 396 {
391 "swarming": { 397 "swarming": {
392 "can_use_on_swarming_builders": true 398 "can_use_on_swarming_builders": true
393 }, 399 },
394 "test": "google_apis_unittests" 400 "test": "google_apis_unittests"
395 }, 401 },
396 { 402 {
397 "swarming": { 403 "swarming": {
398 "can_use_on_swarming_builders": true 404 "can_use_on_swarming_builders": true
399 }, 405 },
406 "test": "gpu_ipc_service_unittests"
407 },
408 {
409 "swarming": {
410 "can_use_on_swarming_builders": true
411 },
400 "test": "gpu_unittests" 412 "test": "gpu_unittests"
401 }, 413 },
402 { 414 {
403 "swarming": { 415 "swarming": {
404 "can_use_on_swarming_builders": true, 416 "can_use_on_swarming_builders": true,
405 "shards": 2 417 "shards": 2
406 }, 418 },
407 "test": "interactive_ui_tests" 419 "test": "interactive_ui_tests"
408 }, 420 },
409 { 421 {
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
609 { 621 {
610 "swarming": { 622 "swarming": {
611 "can_use_on_swarming_builders": true 623 "can_use_on_swarming_builders": true
612 }, 624 },
613 "test": "gcm_unit_tests" 625 "test": "gcm_unit_tests"
614 }, 626 },
615 { 627 {
616 "swarming": { 628 "swarming": {
617 "can_use_on_swarming_builders": true 629 "can_use_on_swarming_builders": true
618 }, 630 },
631 "test": "gpu_ipc_service_unittests"
632 },
633 {
634 "swarming": {
635 "can_use_on_swarming_builders": true
636 },
619 "test": "gpu_unittests" 637 "test": "gpu_unittests"
620 }, 638 },
621 { 639 {
622 "swarming": { 640 "swarming": {
623 "can_use_on_swarming_builders": true, 641 "can_use_on_swarming_builders": true,
624 "shards": 2 642 "shards": 2
625 }, 643 },
626 "test": "interactive_ui_tests" 644 "test": "interactive_ui_tests"
627 }, 645 },
628 { 646 {
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
723 }, 741 },
724 { 742 {
725 "swarming": { 743 "swarming": {
726 "can_use_on_swarming_builders": true 744 "can_use_on_swarming_builders": true
727 }, 745 },
728 "test": "wtf_unittests" 746 "test": "wtf_unittests"
729 } 747 }
730 ] 748 ]
731 } 749 }
732 } 750 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.mac.json ('k') | testing/buildbot/chromium.memory.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698