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

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: more updates 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 10776 matching lines...) Expand 10 before | Expand all | Expand 10 after
10787 "can_use_on_swarming_builders": true, 10787 "can_use_on_swarming_builders": true,
10788 "shards": 4 10788 "shards": 4
10789 } 10789 }
10790 } 10790 }
10791 ] 10791 ]
10792 }, 10792 },
10793 "Mojo Linux": { 10793 "Mojo Linux": {
10794 "gtest_tests": [ 10794 "gtest_tests": [
10795 { 10795 {
10796 "args": [ 10796 "args": [
10797 "--enable-network-service", 10797 "--enable-features=NetworkService",
10798 "--test-launcher-filter-file=../../testing/buildbot/filters/mojo.fyi.n etwork_content_browsertests.filter" 10798 "--test-launcher-filter-file=../../testing/buildbot/filters/mojo.fyi.n etwork_content_browsertests.filter"
10799 ], 10799 ],
10800 "name": "network_service_content_browsertests", 10800 "name": "network_service_content_browsertests",
10801 "swarming": { 10801 "swarming": {
10802 "can_use_on_swarming_builders": true 10802 "can_use_on_swarming_builders": true
10803 }, 10803 },
10804 "test": "content_browsertests" 10804 "test": "content_browsertests"
10805 } 10805 }
10806 ], 10806 ],
10807 "isolated_scripts": [ 10807 "isolated_scripts": [
10808 { 10808 {
10809 "args": [ 10809 "args": [
10810 "--additional-driver-flag=--enable-network-service" 10810 "--additional-driver-flag=--enable-features=NetworkService"
10811 ], 10811 ],
10812 "isolate_name": "webkit_layout_tests_exparchive", 10812 "isolate_name": "webkit_layout_tests_exparchive",
10813 "merge": { 10813 "merge": {
10814 "args": [ 10814 "args": [
10815 "--verbose", 10815 "--verbose",
10816 "--results-json-override-with-build-property", 10816 "--results-json-override-with-build-property",
10817 "build_number", 10817 "build_number",
10818 "buildnumber", 10818 "buildnumber",
10819 "--results-json-override-with-build-property", 10819 "--results-json-override-with-build-property",
10820 "builder_name", 10820 "builder_name",
(...skipping 1556 matching lines...) Expand 10 before | Expand all | Expand 10 after
12377 }, 12377 },
12378 { 12378 {
12379 "swarming": { 12379 "swarming": {
12380 "can_use_on_swarming_builders": false 12380 "can_use_on_swarming_builders": false
12381 }, 12381 },
12382 "test": "views_unittests" 12382 "test": "views_unittests"
12383 } 12383 }
12384 ] 12384 ]
12385 } 12385 }
12386 } 12386 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698