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

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

Issue 2960703003: Add a feature flag for network service and about:flags entry for it. (Closed)
Patch Set: merge Created 3 years, 5 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
OLDNEW
1 { 1 {
2 "Android Asan Builder Tests (dbg)": { 2 "Android Asan Builder Tests (dbg)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "args": [ 5 "args": [
6 "--tool=asan" 6 "--tool=asan"
7 ], 7 ],
8 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": false 9 "can_use_on_swarming_builders": false
10 }, 10 },
(...skipping 10907 matching lines...) Expand 10 before | Expand all | Expand 10 after
10918 "can_use_on_swarming_builders": true, 10918 "can_use_on_swarming_builders": true,
10919 "shards": 4 10919 "shards": 4
10920 } 10920 }
10921 } 10921 }
10922 ] 10922 ]
10923 }, 10923 },
10924 "Mojo Linux": { 10924 "Mojo Linux": {
10925 "gtest_tests": [ 10925 "gtest_tests": [
10926 { 10926 {
10927 "args": [ 10927 "args": [
10928 "--enable-network-service", 10928 "--enable-features=NetworkService",
10929 "--test-launcher-filter-file=../../testing/buildbot/filters/mojo.fyi.n etwork_content_browsertests.filter" 10929 "--test-launcher-filter-file=../../testing/buildbot/filters/mojo.fyi.n etwork_content_browsertests.filter"
10930 ], 10930 ],
10931 "name": "network_service_content_browsertests", 10931 "name": "network_service_content_browsertests",
10932 "swarming": { 10932 "swarming": {
10933 "can_use_on_swarming_builders": true 10933 "can_use_on_swarming_builders": true
10934 }, 10934 },
10935 "test": "content_browsertests" 10935 "test": "content_browsertests"
10936 } 10936 }
10937 ], 10937 ],
10938 "isolated_scripts": [ 10938 "isolated_scripts": [
10939 { 10939 {
10940 "args": [ 10940 "args": [
10941 "--additional-driver-flag=--enable-network-service" 10941 "--additional-driver-flag=--enable-features=NetworkService"
10942 ], 10942 ],
10943 "isolate_name": "webkit_layout_tests_exparchive", 10943 "isolate_name": "webkit_layout_tests_exparchive",
10944 "merge": { 10944 "merge": {
10945 "args": [ 10945 "args": [
10946 "--verbose", 10946 "--verbose",
10947 "--results-json-override-with-build-property", 10947 "--results-json-override-with-build-property",
10948 "build_number", 10948 "build_number",
10949 "buildnumber", 10949 "buildnumber",
10950 "--results-json-override-with-build-property", 10950 "--results-json-override-with-build-property",
10951 "builder_name", 10951 "builder_name",
(...skipping 1562 matching lines...) Expand 10 before | Expand all | Expand 10 after
12514 }, 12514 },
12515 { 12515 {
12516 "swarming": { 12516 "swarming": {
12517 "can_use_on_swarming_builders": false 12517 "can_use_on_swarming_builders": false
12518 }, 12518 },
12519 "test": "zucchini_unittests" 12519 "test": "zucchini_unittests"
12520 } 12520 }
12521 ] 12521 ]
12522 } 12522 }
12523 } 12523 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698