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

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

Issue 2335333003: Fix swarming for content_browsertests and browser_tests on PlzNavigate FYI bot. (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 | « chrome/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.fyi.json
diff --git a/testing/buildbot/chromium.fyi.json b/testing/buildbot/chromium.fyi.json
index b310c04ab182fdd4f271be0a6523cae999f38ff2..1bdcc7f0b4fb34e837db4d2e106bd1db97ea99e9 100644
--- a/testing/buildbot/chromium.fyi.json
+++ b/testing/buildbot/chromium.fyi.json
@@ -867,7 +867,7 @@
{
"args": [
"--enable-browser-side-navigation",
- "--test-launcher-filter-file=src/testing/buildbot/filters/browser-side-navigation.linux.browser_tests.filter",
+ "--test-launcher-filter-file=../../testing/buildbot/filters/browser-side-navigation.linux.browser_tests.filter",
scottmg 2016/09/13 22:35:28 I guess this'll only work with swarming now? Kinda
jam 2016/09/13 23:31:36 Right. This is how we run content browser tests fo
"--test-launcher-retry-limit=6"
],
"swarming": {
@@ -878,7 +878,7 @@
{
"args": [
"--enable-browser-side-navigation",
- "--test-launcher-filter-file=src/testing/buildbot/filters/browser-side-navigation.linux.content_browsertests.filter"
+ "--test-launcher-filter-file=../../testing/buildbot/filters/browser-side-navigation.linux.content_browsertests.filter"
],
"swarming": {
"can_use_on_swarming_builders": true
« no previous file with comments | « chrome/test/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698