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

Side by Side Diff: testing/buildbot/chromium.chromiumos.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.android.json ('k') | testing/buildbot/chromium.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 ChromiumOS Builder": { 2 "Linux ChromiumOS Builder": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "All" 4 "All"
5 ] 5 ]
6 }, 6 },
7 "Linux ChromiumOS GN": { 7 "Linux ChromiumOS GN": {
8 "additional_compile_targets": [ 8 "additional_compile_targets": [
9 "gn_all" 9 "gn_all"
10 ], 10 ],
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 { 180 {
181 "swarming": { 181 "swarming": {
182 "can_use_on_swarming_builders": true 182 "can_use_on_swarming_builders": true
183 }, 183 },
184 "test": "google_apis_unittests" 184 "test": "google_apis_unittests"
185 }, 185 },
186 { 186 {
187 "swarming": { 187 "swarming": {
188 "can_use_on_swarming_builders": true 188 "can_use_on_swarming_builders": true
189 }, 189 },
190 "test": "gpu_ipc_service_unittests"
191 },
192 {
193 "swarming": {
194 "can_use_on_swarming_builders": true
195 },
190 "test": "gpu_unittests" 196 "test": "gpu_unittests"
191 }, 197 },
192 { 198 {
193 "swarming": { 199 "swarming": {
194 "can_use_on_swarming_builders": true, 200 "can_use_on_swarming_builders": true,
195 "shards": 3 201 "shards": 3
196 }, 202 },
197 "test": "interactive_ui_tests" 203 "test": "interactive_ui_tests"
198 }, 204 },
199 { 205 {
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 { 495 {
490 "swarming": { 496 "swarming": {
491 "can_use_on_swarming_builders": true 497 "can_use_on_swarming_builders": true
492 }, 498 },
493 "test": "google_apis_unittests" 499 "test": "google_apis_unittests"
494 }, 500 },
495 { 501 {
496 "swarming": { 502 "swarming": {
497 "can_use_on_swarming_builders": true 503 "can_use_on_swarming_builders": true
498 }, 504 },
505 "test": "gpu_ipc_service_unittests"
506 },
507 {
508 "swarming": {
509 "can_use_on_swarming_builders": true
510 },
499 "test": "gpu_unittests" 511 "test": "gpu_unittests"
500 }, 512 },
501 { 513 {
502 "swarming": { 514 "swarming": {
503 "can_use_on_swarming_builders": true 515 "can_use_on_swarming_builders": true
504 }, 516 },
505 "test": "interactive_ui_tests" 517 "test": "interactive_ui_tests"
506 }, 518 },
507 { 519 {
508 "swarming": { 520 "swarming": {
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
792 { 804 {
793 "swarming": { 805 "swarming": {
794 "can_use_on_swarming_builders": true 806 "can_use_on_swarming_builders": true
795 }, 807 },
796 "test": "google_apis_unittests" 808 "test": "google_apis_unittests"
797 }, 809 },
798 { 810 {
799 "swarming": { 811 "swarming": {
800 "can_use_on_swarming_builders": true 812 "can_use_on_swarming_builders": true
801 }, 813 },
814 "test": "gpu_ipc_service_unittests"
815 },
816 {
817 "swarming": {
818 "can_use_on_swarming_builders": true
819 },
802 "test": "gpu_unittests" 820 "test": "gpu_unittests"
803 }, 821 },
804 { 822 {
805 "swarming": { 823 "swarming": {
806 "can_use_on_swarming_builders": true, 824 "can_use_on_swarming_builders": true,
807 "shards": 3 825 "shards": 3
808 }, 826 },
809 "test": "interactive_ui_tests" 827 "test": "interactive_ui_tests"
810 }, 828 },
811 { 829 {
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
942 }, 960 },
943 { 961 {
944 "swarming": { 962 "swarming": {
945 "can_use_on_swarming_builders": true 963 "can_use_on_swarming_builders": true
946 }, 964 },
947 "test": "wm_unittests" 965 "test": "wm_unittests"
948 } 966 }
949 ] 967 ]
950 } 968 }
951 } 969 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.android.json ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698