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

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

Issue 2954553002: Enable some SafeBrowsing browser tests on the network service fyi bot. (Closed)
Patch Set: . 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
« no previous file with comments | « no previous file | testing/buildbot/filters/BUILD.gn » ('j') | 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 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 10908 matching lines...) Expand 10 before | Expand all | Expand 10 after
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-features=NetworkService", 10928 "--enable-features=NetworkService",
10929 "--test-launcher-filter-file=../../testing/buildbot/filters/mojo.fyi.n etwork_browser_tests.filter"
10930 ],
10931 "name": "network_service_browser_tests",
10932 "swarming": {
10933 "can_use_on_swarming_builders": true
10934 },
10935 "test": "browser_tests"
10936 },
10937 {
10938 "args": [
10939 "--enable-features=NetworkService",
10929 "--test-launcher-filter-file=../../testing/buildbot/filters/mojo.fyi.n etwork_content_browsertests.filter" 10940 "--test-launcher-filter-file=../../testing/buildbot/filters/mojo.fyi.n etwork_content_browsertests.filter"
10930 ], 10941 ],
10931 "name": "network_service_content_browsertests", 10942 "name": "network_service_content_browsertests",
10932 "swarming": { 10943 "swarming": {
10933 "can_use_on_swarming_builders": true 10944 "can_use_on_swarming_builders": true
10934 }, 10945 },
10935 "test": "content_browsertests" 10946 "test": "content_browsertests"
10936 } 10947 }
10937 ], 10948 ],
10938 "isolated_scripts": [ 10949 "isolated_scripts": [
(...skipping 1575 matching lines...) Expand 10 before | Expand all | Expand 10 after
12514 }, 12525 },
12515 { 12526 {
12516 "swarming": { 12527 "swarming": {
12517 "can_use_on_swarming_builders": false 12528 "can_use_on_swarming_builders": false
12518 }, 12529 },
12519 "test": "zucchini_unittests" 12530 "test": "zucchini_unittests"
12520 } 12531 }
12521 ] 12532 ]
12522 } 12533 }
12523 } 12534 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/filters/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698