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

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

Issue 2732873003: Revert of Disable ProtocolHandlerRequestIdCorrelationTest.RunAsyncTest with PlzNavigate to green up headless_… (Closed)
Patch Set: Created 3 years, 9 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 | « headless/public/util/protocol_handler_request_id_browsertest.cc ('k') | 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 2933 matching lines...) Expand 10 before | Expand all | Expand 10 after
2944 }, 2944 },
2945 "test": "gpu_unittests" 2945 "test": "gpu_unittests"
2946 }, 2946 },
2947 { 2947 {
2948 "swarming": { 2948 "swarming": {
2949 "can_use_on_swarming_builders": true 2949 "can_use_on_swarming_builders": true
2950 }, 2950 },
2951 "test": "headless_browsertests" 2951 "test": "headless_browsertests"
2952 }, 2952 },
2953 { 2953 {
2954 "args": [
2955 "--enable-browser-side-navigation"
2956 ],
2957 "name": "browser_side_navigation_headless_browsertests",
2958 "swarming": {
2959 "can_use_on_swarming_builders": true
2960 },
2961 "test": "headless_browsertests"
2962 },
2963 {
2964 "swarming": { 2954 "swarming": {
2965 "can_use_on_swarming_builders": true 2955 "can_use_on_swarming_builders": true
2966 }, 2956 },
2967 "test": "headless_unittests" 2957 "test": "headless_unittests"
2968 }, 2958 },
2969 { 2959 {
2970 "swarming": { 2960 "swarming": {
2971 "can_use_on_swarming_builders": true 2961 "can_use_on_swarming_builders": true
2972 }, 2962 },
2973 "test": "input_device_unittests" 2963 "test": "input_device_unittests"
(...skipping 642 matching lines...) Expand 10 before | Expand all | Expand 10 after
3616 "test": "gpu_ipc_service_unittests" 3606 "test": "gpu_ipc_service_unittests"
3617 }, 3607 },
3618 { 3608 {
3619 "swarming": { 3609 "swarming": {
3620 "can_use_on_swarming_builders": true 3610 "can_use_on_swarming_builders": true
3621 }, 3611 },
3622 "test": "gpu_unittests" 3612 "test": "gpu_unittests"
3623 }, 3613 },
3624 { 3614 {
3625 "swarming": { 3615 "swarming": {
3626 "can_use_on_swarming_builders": true
3627 },
3628 "test": "headless_browsertests"
3629 },
3630 {
3631 "args": [
3632 "--enable-browser-side-navigation"
3633 ],
3634 "name": "browser_side_navigation_headless_browsertests",
3635 "swarming": {
3636 "can_use_on_swarming_builders": true
3637 },
3638 "test": "headless_browsertests"
3639 },
3640 {
3641 "swarming": {
3642 "can_use_on_swarming_builders": true
3643 },
3644 "test": "headless_unittests"
3645 },
3646 {
3647 "swarming": {
3648 "can_use_on_swarming_builders": true, 3616 "can_use_on_swarming_builders": true,
3649 "shards": 3 3617 "shards": 3
3650 }, 3618 },
3651 "test": "interactive_ui_tests" 3619 "test": "interactive_ui_tests"
3652 }, 3620 },
3653 { 3621 {
3654 "args": [ 3622 "args": [
3655 "--enable-browser-side-navigation" 3623 "--enable-browser-side-navigation"
3656 ], 3624 ],
3657 "name": "browser_side_navigation_interactive_ui_tests", 3625 "name": "browser_side_navigation_interactive_ui_tests",
(...skipping 629 matching lines...) Expand 10 before | Expand all | Expand 10 after
4287 "telemetry_unittests_run" 4255 "telemetry_unittests_run"
4288 ], 4256 ],
4289 "swarming": { 4257 "swarming": {
4290 "can_use_on_swarming_builders": true, 4258 "can_use_on_swarming_builders": true,
4291 "shards": 4 4259 "shards": 4
4292 } 4260 }
4293 } 4261 }
4294 ] 4262 ]
4295 } 4263 }
4296 } 4264 }
OLDNEW
« no previous file with comments | « headless/public/util/protocol_handler_request_id_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698