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

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

Issue 2469093004: Add interactive_ui_tests --enable-browser-side-navigation to linux runs (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | no next file » | 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 Arm64 Builder (dbg)": { 2 "Android Arm64 Builder (dbg)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "all" 4 "all"
5 ] 5 ]
6 }, 6 },
7 "Android Builder": { 7 "Android Builder": {
8 "additional_compile_targets": [ 8 "additional_compile_targets": [
9 "cronet_test_instrumentation_apk", 9 "cronet_test_instrumentation_apk",
10 "system_webview_apk" 10 "system_webview_apk"
(...skipping 3091 matching lines...) Expand 10 before | Expand all | Expand 10 after
3102 }, 3102 },
3103 "test": "input_device_unittests" 3103 "test": "input_device_unittests"
3104 }, 3104 },
3105 { 3105 {
3106 "swarming": { 3106 "swarming": {
3107 "can_use_on_swarming_builders": true 3107 "can_use_on_swarming_builders": true
3108 }, 3108 },
3109 "test": "interactive_ui_tests" 3109 "test": "interactive_ui_tests"
3110 }, 3110 },
3111 { 3111 {
3112 "args": [
3113 "--enable-browser-side-navigation"
3114 ],
3115 "name": "browser_side_navigation_interactive_ui_tests",
3116 "swarming": {
3117 "can_use_on_swarming_builders": true
3118 },
3119 "test": "interactive_ui_tests"
3120 },
3121 {
3112 "swarming": { 3122 "swarming": {
3113 "can_use_on_swarming_builders": true 3123 "can_use_on_swarming_builders": true
3114 }, 3124 },
3115 "test": "ipc_tests" 3125 "test": "ipc_tests"
3116 }, 3126 },
3117 { 3127 {
3118 "swarming": { 3128 "swarming": {
3119 "can_use_on_swarming_builders": true 3129 "can_use_on_swarming_builders": true
3120 }, 3130 },
3121 "test": "jingle_unittests" 3131 "test": "jingle_unittests"
(...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
3689 "test": "gpu_unittests" 3699 "test": "gpu_unittests"
3690 }, 3700 },
3691 { 3701 {
3692 "swarming": { 3702 "swarming": {
3693 "can_use_on_swarming_builders": true, 3703 "can_use_on_swarming_builders": true,
3694 "shards": 3 3704 "shards": 3
3695 }, 3705 },
3696 "test": "interactive_ui_tests" 3706 "test": "interactive_ui_tests"
3697 }, 3707 },
3698 { 3708 {
3709 "args": [
3710 "--enable-browser-side-navigation"
3711 ],
3712 "name": "browser_side_navigation_interactive_ui_tests",
3713 "swarming": {
3714 "can_use_on_swarming_builders": true,
3715 "shards": 3
3716 },
3717 "test": "interactive_ui_tests"
3718 },
3719 {
3699 "swarming": { 3720 "swarming": {
3700 "can_use_on_swarming_builders": true 3721 "can_use_on_swarming_builders": true
3701 }, 3722 },
3702 "test": "ipc_tests" 3723 "test": "ipc_tests"
3703 }, 3724 },
3704 { 3725 {
3705 "swarming": { 3726 "swarming": {
3706 "can_use_on_swarming_builders": true 3727 "can_use_on_swarming_builders": true
3707 }, 3728 },
3708 "test": "jingle_unittests" 3729 "test": "jingle_unittests"
(...skipping 580 matching lines...) Expand 10 before | Expand all | Expand 10 after
4289 "override_compile_targets": [ 4310 "override_compile_targets": [
4290 "telemetry_unittests_run" 4311 "telemetry_unittests_run"
4291 ], 4312 ],
4292 "swarming": { 4313 "swarming": {
4293 "can_use_on_swarming_builders": true 4314 "can_use_on_swarming_builders": true
4294 } 4315 }
4295 } 4316 }
4296 ] 4317 ]
4297 } 4318 }
4298 } 4319 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698