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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: testing/buildbot/chromium.linux.json
diff --git a/testing/buildbot/chromium.linux.json b/testing/buildbot/chromium.linux.json
index 372102c223443e4258ea7119291e49ec5501dc11..9298caa28dd724265ba82cea4f6a618a9d1a003a 100644
--- a/testing/buildbot/chromium.linux.json
+++ b/testing/buildbot/chromium.linux.json
@@ -1057,6 +1057,17 @@
"test": "content_browsertests"
},
{
+ "args": [
+ "--enable-browser-side-navigation",
+ "--test-launcher-filter-file=../../testing/buildbot/filters/browser-side-navigation.linux.content_browsertests.filter"
+ ],
+ "name": "browser_side_navigation_content_browsertests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "content_browsertests"
+ },
+ {
"override_compile_targets": [
"content_site_isolation_browsertests"
],

Powered by Google App Engine
This is Rietveld 408576698