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

Unified Diff: testing/buildbot/chromium.linux.json

Issue 2381203002: PlzNav: make release and debug linux match for content_browsertests, content_unittests, and unit_te… (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | 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 d385de5d418e4697ae48c5889f34a15d952b9a4d..43b94cac512cf4e2931525a9aea4290766b52559 100644
--- a/testing/buildbot/chromium.linux.json
+++ b/testing/buildbot/chromium.linux.json
@@ -2306,6 +2306,27 @@
"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"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "content_unittests"
+ },
+ {
+ "args": [
+ "--enable-browser-side-navigation"
+ ],
+ "name": "browser_side_navigation_content_unittests",
"swarming": {
"can_use_on_swarming_builders": true
},
@@ -2568,6 +2589,16 @@
"test": "unit_tests"
},
{
+ "args": [
+ "--enable-browser-side-navigation"
+ ],
+ "name": "browser_side_navigation_unit_tests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "unit_tests"
+ },
+ {
"swarming": {
"can_use_on_swarming_builders": true
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698