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

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

Issue 2468333002: Add components_browsertests and components_unittests runs with --enable-browser-side-navigation (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 2923 matching lines...) Expand 10 before | Expand all | Expand 10 after
2934 }, 2934 },
2935 "test": "chromedriver_unittests" 2935 "test": "chromedriver_unittests"
2936 }, 2936 },
2937 { 2937 {
2938 "swarming": { 2938 "swarming": {
2939 "can_use_on_swarming_builders": true 2939 "can_use_on_swarming_builders": true
2940 }, 2940 },
2941 "test": "components_browsertests" 2941 "test": "components_browsertests"
2942 }, 2942 },
2943 { 2943 {
2944 "args": [
2945 "--enable-browser-side-navigation"
2946 ],
2947 "name": "browser_side_navigation_components_browsertests",
2948 "swarming": {
2949 "can_use_on_swarming_builders": true
2950 },
2951 "test": "components_browsertests"
2952 },
2953 {
2944 "swarming": { 2954 "swarming": {
2945 "can_use_on_swarming_builders": true 2955 "can_use_on_swarming_builders": true
2946 }, 2956 },
2957 "test": "components_unittests"
2958 },
2959 {
2960 "args": [
2961 "--enable-browser-side-navigation"
2962 ],
2963 "name": "browser_side_navigation_components_unittests",
2964 "swarming": {
2965 "can_use_on_swarming_builders": true
2966 },
2947 "test": "components_unittests" 2967 "test": "components_unittests"
2948 }, 2968 },
2949 { 2969 {
2950 "swarming": { 2970 "swarming": {
2951 "can_use_on_swarming_builders": true 2971 "can_use_on_swarming_builders": true
2952 }, 2972 },
2953 "test": "compositor_unittests" 2973 "test": "compositor_unittests"
2954 }, 2974 },
2955 { 2975 {
2956 "swarming": { 2976 "swarming": {
(...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after
3535 { 3555 {
3536 "swarming": { 3556 "swarming": {
3537 "can_use_on_swarming_builders": true 3557 "can_use_on_swarming_builders": true
3538 }, 3558 },
3539 "test": "chromedriver_unittests" 3559 "test": "chromedriver_unittests"
3540 }, 3560 },
3541 { 3561 {
3542 "swarming": { 3562 "swarming": {
3543 "can_use_on_swarming_builders": true 3563 "can_use_on_swarming_builders": true
3544 }, 3564 },
3565 "test": "components_browsertests"
3566 },
3567 {
3568 "args": [
3569 "--enable-browser-side-navigation"
3570 ],
3571 "name": "browser_side_navigation_components_browsertests",
3572 "swarming": {
3573 "can_use_on_swarming_builders": true
3574 },
3575 "test": "components_browsertests"
3576 },
3577 {
3578 "swarming": {
3579 "can_use_on_swarming_builders": true
3580 },
3545 "test": "components_unittests" 3581 "test": "components_unittests"
3546 }, 3582 },
3547 { 3583 {
3584 "args": [
3585 "--enable-browser-side-navigation"
3586 ],
3587 "name": "browser_side_navigation_components_unittests",
3588 "swarming": {
3589 "can_use_on_swarming_builders": true
3590 },
3591 "test": "components_unittests"
3592 },
3593 {
3548 "swarming": { 3594 "swarming": {
3549 "can_use_on_swarming_builders": true 3595 "can_use_on_swarming_builders": true
3550 }, 3596 },
3551 "test": "compositor_unittests" 3597 "test": "compositor_unittests"
3552 }, 3598 },
3553 { 3599 {
3554 "swarming": { 3600 "swarming": {
3555 "can_use_on_swarming_builders": true 3601 "can_use_on_swarming_builders": true
3556 }, 3602 },
3557 "test": "content_browsertests" 3603 "test": "content_browsertests"
(...skipping 731 matching lines...) Expand 10 before | Expand all | Expand 10 after
4289 "override_compile_targets": [ 4335 "override_compile_targets": [
4290 "telemetry_unittests_run" 4336 "telemetry_unittests_run"
4291 ], 4337 ],
4292 "swarming": { 4338 "swarming": {
4293 "can_use_on_swarming_builders": true 4339 "can_use_on_swarming_builders": true
4294 } 4340 }
4295 } 4341 }
4296 ] 4342 ]
4297 } 4343 }
4298 } 4344 }
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