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

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

Issue 1134593002: Added gl_unittests to various try/build bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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.fyi.json ('k') | testing/buildbot/chromium.mac.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 "Android GN": { 2 "Android GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "chrome_shell_apk" 4 "chrome_shell_apk"
5 ] 5 ]
6 }, 6 },
7 "Android GN (dbg)": { 7 "Android GN (dbg)": {
8 "additional_compile_targets": [ 8 "additional_compile_targets": [
9 "chrome_shell_apk" 9 "chrome_shell_apk"
10 ] 10 ]
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 { 187 {
188 "test": "extensions_unittests" 188 "test": "extensions_unittests"
189 }, 189 },
190 { 190 {
191 "test": "gcm_unit_tests" 191 "test": "gcm_unit_tests"
192 }, 192 },
193 { 193 {
194 "test": "gfx_unittests" 194 "test": "gfx_unittests"
195 }, 195 },
196 { 196 {
197 "test": "gl_unittests"
198 },
199 {
197 "test": "gn_unittests" 200 "test": "gn_unittests"
198 }, 201 },
199 { 202 {
200 "test": "google_apis_unittests" 203 "test": "google_apis_unittests"
201 }, 204 },
202 { 205 {
203 "test": "gpu_unittests" 206 "test": "gpu_unittests"
204 }, 207 },
205 { 208 {
206 "test": "ipc_mojo_unittests" 209 "test": "ipc_mojo_unittests"
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 "content_unittests", 271 "content_unittests",
269 "crypto_unittests", 272 "crypto_unittests",
270 "dbus_unittests", 273 "dbus_unittests",
271 "device_unittests", 274 "device_unittests",
272 "display_unittests", 275 "display_unittests",
273 "events_unittests", 276 "events_unittests",
274 "extensions_browsertests", 277 "extensions_browsertests",
275 "extensions_unittests", 278 "extensions_unittests",
276 "gcm_unit_tests", 279 "gcm_unit_tests",
277 "gfx_unittests", 280 "gfx_unittests",
281 "gl_unittests",
278 "gn_unittests", 282 "gn_unittests",
279 "google_apis_unittests", 283 "google_apis_unittests",
280 "gpu_unittests", 284 "gpu_unittests",
281 "interactive_ui_tests", 285 "interactive_ui_tests",
282 "ipc_mojo_unittests", 286 "ipc_mojo_unittests",
283 "ipc_tests", 287 "ipc_tests",
284 "jingle_unittests", 288 "jingle_unittests",
285 "mandoline:all", 289 "mandoline:all",
286 "media_unittests", 290 "media_unittests",
287 "net_unittests", 291 "net_unittests",
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 { 426 {
423 "test": "gcm_unit_tests" 427 "test": "gcm_unit_tests"
424 }, 428 },
425 { 429 {
426 "swarming": { 430 "swarming": {
427 "can_use_on_swarming_builders": true 431 "can_use_on_swarming_builders": true
428 }, 432 },
429 "test": "gfx_unittests" 433 "test": "gfx_unittests"
430 }, 434 },
431 { 435 {
436 "test": "gl_unittests"
437 },
438 {
432 "test": "gn_unittests" 439 "test": "gn_unittests"
433 }, 440 },
434 { 441 {
435 "test": "google_apis_unittests" 442 "test": "google_apis_unittests"
436 }, 443 },
437 { 444 {
438 "swarming": { 445 "swarming": {
439 "can_use_on_swarming_builders": true 446 "can_use_on_swarming_builders": true
440 }, 447 },
441 "test": "gpu_unittests" 448 "test": "gpu_unittests"
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
681 { 688 {
682 "test": "gcm_unit_tests" 689 "test": "gcm_unit_tests"
683 }, 690 },
684 { 691 {
685 "swarming": { 692 "swarming": {
686 "can_use_on_swarming_builders": true 693 "can_use_on_swarming_builders": true
687 }, 694 },
688 "test": "gfx_unittests" 695 "test": "gfx_unittests"
689 }, 696 },
690 { 697 {
698 "test": "gl_unittests"
699 },
700 {
691 "test": "gn_unittests" 701 "test": "gn_unittests"
692 }, 702 },
693 { 703 {
694 "test": "google_apis_unittests" 704 "test": "google_apis_unittests"
695 }, 705 },
696 { 706 {
697 "swarming": { 707 "swarming": {
698 "can_use_on_swarming_builders": true 708 "can_use_on_swarming_builders": true
699 }, 709 },
700 "test": "gpu_unittests" 710 "test": "gpu_unittests"
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
932 { 942 {
933 "test": "gcm_unit_tests" 943 "test": "gcm_unit_tests"
934 }, 944 },
935 { 945 {
936 "swarming": { 946 "swarming": {
937 "can_use_on_swarming_builders": true 947 "can_use_on_swarming_builders": true
938 }, 948 },
939 "test": "gfx_unittests" 949 "test": "gfx_unittests"
940 }, 950 },
941 { 951 {
952 "test": "gl_unittests"
953 },
954 {
942 "test": "gn_unittests" 955 "test": "gn_unittests"
943 }, 956 },
944 { 957 {
945 "test": "google_apis_unittests" 958 "test": "google_apis_unittests"
946 }, 959 },
947 { 960 {
948 "swarming": { 961 "swarming": {
949 "can_use_on_swarming_builders": true 962 "can_use_on_swarming_builders": true
950 }, 963 },
951 "test": "gpu_unittests" 964 "test": "gpu_unittests"
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
1060 } 1073 }
1061 ], 1074 ],
1062 "scripts": [ 1075 "scripts": [
1063 { 1076 {
1064 "name": "nacl_integration", 1077 "name": "nacl_integration",
1065 "script": "nacl_integration.py" 1078 "script": "nacl_integration.py"
1066 } 1079 }
1067 ] 1080 ]
1068 } 1081 }
1069 } 1082 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698