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

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: Added filter file to content_browsertests build target (Linux only). 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
« no previous file with comments | « content/test/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.linux.json
diff --git a/testing/buildbot/chromium.linux.json b/testing/buildbot/chromium.linux.json
index 372102c223443e4258ea7119291e49ec5501dc11..c4c40736e8e1c5bdba64b7d46ea74f1b7d17d546 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=src/testing/buildbot/filters/browser-side-navigation.linux.content_browsertests.filter"
Dirk Pranke 2016/06/24 01:57:44 I think this path is wrong. When you run binaries
carlosk 2016/06/24 12:40:21 Indeed that worked. Now I'm puzzled: there is a s
Dirk Pranke 2016/06/24 23:37:27 Despite the fact that it says that "can_use_on_swa
+ ],
+ "name": "browser_side_navigation_content_browsertests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "content_browsertests"
+ },
+ {
"override_compile_targets": [
"content_site_isolation_browsertests"
],
« no previous file with comments | « content/test/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698