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

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

Issue 2337383002: Fix swarming for content_browsertests and browser_tests on site isolation bots. (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 | « 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.fyi.json
diff --git a/testing/buildbot/chromium.fyi.json b/testing/buildbot/chromium.fyi.json
index d2c07ab848a996f2857935a88e05eef902c7f627..04e39f454140b4a74a09ba2db255a42e3e4b75aa 100644
--- a/testing/buildbot/chromium.fyi.json
+++ b/testing/buildbot/chromium.fyi.json
@@ -10963,7 +10963,7 @@
{
"args": [
"--site-per-process",
- "--test-launcher-filter-file=src/testing/buildbot/filters/site-per-process.browser_tests.filter"
+ "--test-launcher-filter-file=../../testing/buildbot/filters/site-per-process.browser_tests.filter"
],
"swarming": {
"can_use_on_swarming_builders": true
@@ -10991,7 +10991,7 @@
{
"args": [
"--site-per-process",
- "--test-launcher-filter-file=src/testing/buildbot/filters/site-per-process.content_browsertests.filter"
+ "--test-launcher-filter-file=../../testing/buildbot/filters/site-per-process.content_browsertests.filter"
],
"swarming": {
"can_use_on_swarming_builders": true
@@ -11077,7 +11077,7 @@
{
"args": [
"--site-per-process",
- "--test-launcher-filter-file=src/testing/buildbot/filters/site-per-process.browser_tests.filter"
+ "--test-launcher-filter-file=../../testing/buildbot/filters/site-per-process.browser_tests.filter"
],
"swarming": {
"can_use_on_swarming_builders": true
@@ -11105,7 +11105,7 @@
{
"args": [
"--site-per-process",
- "--test-launcher-filter-file=src/testing/buildbot/filters/site-per-process.content_browsertests.filter"
+ "--test-launcher-filter-file=../../testing/buildbot/filters/site-per-process.content_browsertests.filter"
],
"swarming": {
"can_use_on_swarming_builders": true
« 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