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

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

Issue 2058743003: PlzNavigate: adds Linux runs of content_browsertests to the CQ. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updates the filter file with latest failures. Created 4 years, 6 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 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 1039 matching lines...) Expand 10 before | Expand all | Expand 10 after
1050 }, 1050 },
1051 "test": "compositor_unittests" 1051 "test": "compositor_unittests"
1052 }, 1052 },
1053 { 1053 {
1054 "swarming": { 1054 "swarming": {
1055 "can_use_on_swarming_builders": true 1055 "can_use_on_swarming_builders": true
1056 }, 1056 },
1057 "test": "content_browsertests" 1057 "test": "content_browsertests"
1058 }, 1058 },
1059 { 1059 {
1060 "args": [
1061 "--enable-browser-side-navigation",
1062 "--test-launcher-filter-file=../../testing/buildbot/filters/browser-si de-navigation.linux.content_browsertests.filter"
1063 ],
1064 "name": "browser_side_navigation_content_browsertests",
1065 "swarming": {
1066 "can_use_on_swarming_builders": true
1067 },
1068 "test": "content_browsertests"
1069 },
1070 {
1060 "override_compile_targets": [ 1071 "override_compile_targets": [
1061 "content_site_isolation_browsertests" 1072 "content_site_isolation_browsertests"
1062 ], 1073 ],
1063 "swarming": { 1074 "swarming": {
1064 "can_use_on_swarming_builders": true 1075 "can_use_on_swarming_builders": true
1065 }, 1076 },
1066 "test": "content_site_isolation_browsertests" 1077 "test": "content_site_isolation_browsertests"
1067 }, 1078 },
1068 { 1079 {
1069 "swarming": { 1080 "swarming": {
(...skipping 1154 matching lines...) Expand 10 before | Expand all | Expand 10 after
2224 "override_compile_targets": [ 2235 "override_compile_targets": [
2225 "telemetry_unittests_run" 2236 "telemetry_unittests_run"
2226 ], 2237 ],
2227 "swarming": { 2238 "swarming": {
2228 "can_use_on_swarming_builders": true 2239 "can_use_on_swarming_builders": true
2229 } 2240 }
2230 } 2241 }
2231 ] 2242 ]
2232 } 2243 }
2233 } 2244 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698