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

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

Issue 2474733003: Add extensions_browsertests --enable-browser-side-navigation to linux runs (Closed)
Patch Set: no shards 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 3025 matching lines...) Expand 10 before | Expand all | Expand 10 after
3036 }, 3036 },
3037 "test": "events_unittests" 3037 "test": "events_unittests"
3038 }, 3038 },
3039 { 3039 {
3040 "swarming": { 3040 "swarming": {
3041 "can_use_on_swarming_builders": true 3041 "can_use_on_swarming_builders": true
3042 }, 3042 },
3043 "test": "extensions_browsertests" 3043 "test": "extensions_browsertests"
3044 }, 3044 },
3045 { 3045 {
3046 "args": [
3047 "--enable-browser-side-navigation"
3048 ],
3049 "name": "browser_side_navigation_extensions_browsertests",
3050 "swarming": {
3051 "can_use_on_swarming_builders": true
3052 },
3053 "test": "extensions_browsertests"
3054 },
3055 {
3046 "swarming": { 3056 "swarming": {
3047 "can_use_on_swarming_builders": true 3057 "can_use_on_swarming_builders": true
3048 }, 3058 },
3049 "test": "extensions_unittests" 3059 "test": "extensions_unittests"
3050 }, 3060 },
3051 { 3061 {
3052 "swarming": { 3062 "swarming": {
3053 "can_use_on_swarming_builders": true 3063 "can_use_on_swarming_builders": true
3054 }, 3064 },
3055 "test": "filesystem_service_unittests" 3065 "test": "filesystem_service_unittests"
(...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after
3634 }, 3644 },
3635 "test": "events_unittests" 3645 "test": "events_unittests"
3636 }, 3646 },
3637 { 3647 {
3638 "swarming": { 3648 "swarming": {
3639 "can_use_on_swarming_builders": true 3649 "can_use_on_swarming_builders": true
3640 }, 3650 },
3641 "test": "extensions_browsertests" 3651 "test": "extensions_browsertests"
3642 }, 3652 },
3643 { 3653 {
3654 "args": [
3655 "--enable-browser-side-navigation"
3656 ],
3657 "name": "browser_side_navigation_extensions_browsertests",
3658 "swarming": {
3659 "can_use_on_swarming_builders": true
3660 },
3661 "test": "extensions_browsertests"
3662 },
3663 {
3644 "swarming": { 3664 "swarming": {
3645 "can_use_on_swarming_builders": true 3665 "can_use_on_swarming_builders": true
3646 }, 3666 },
3647 "test": "extensions_unittests" 3667 "test": "extensions_unittests"
3648 }, 3668 },
3649 { 3669 {
3650 "swarming": { 3670 "swarming": {
3651 "can_use_on_swarming_builders": true 3671 "can_use_on_swarming_builders": true
3652 }, 3672 },
3653 "test": "filesystem_service_unittests" 3673 "test": "filesystem_service_unittests"
(...skipping 635 matching lines...) Expand 10 before | Expand all | Expand 10 after
4289 "override_compile_targets": [ 4309 "override_compile_targets": [
4290 "telemetry_unittests_run" 4310 "telemetry_unittests_run"
4291 ], 4311 ],
4292 "swarming": { 4312 "swarming": {
4293 "can_use_on_swarming_builders": true 4313 "can_use_on_swarming_builders": true
4294 } 4314 }
4295 } 4315 }
4296 ] 4316 ]
4297 } 4317 }
4298 } 4318 }
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