Index: testing/buildbot/chromium.fyi.json |
diff --git a/testing/buildbot/chromium.fyi.json b/testing/buildbot/chromium.fyi.json |
index f68c055679fe9bdb82a9f980d6fe5edf9009dcef..ac8ad1b133f8eda39c18e3160f835286023b3d02 100644 |
--- a/testing/buildbot/chromium.fyi.json |
+++ b/testing/buildbot/chromium.fyi.json |
@@ -11389,6 +11389,42 @@ |
"test": "content_browsertests" |
}, |
{ |
+ "args": [ |
+ "--gtest-filter-file=../../testing/buildbot/filters/site-per-process.content_browsertests.filter", |
+ "--test-arguments=--site-per-process" |
+ ], |
+ "name": "site_per_process_content_browsertests", |
+ "override_isolate_target": "content_browsertests", |
+ "swarming": { |
+ "can_use_on_swarming_builders": true, |
+ "dimension_sets": [ |
+ { |
+ "android_devices": "4", |
+ "device_type": "bullhead" |
+ } |
+ ], |
+ "hard_timeout": 960 |
+ }, |
+ "test": "content_browsertests" |
+ }, |
+ { |
+ "override_isolate_target": "content_unittests", |
+ "swarming": { |
+ "can_use_on_swarming_builders": true, |
+ "dimension_sets": [ |
+ { |
+ "android_devices": "4", |
+ "device_type": "bullhead" |
+ } |
+ ] |
+ }, |
+ "test": "content_unittests" |
+ }, |
+ { |
+ "args": [ |
+ "--test-arguments=--site-per-process" |
+ ], |
+ "name": "site_per_process_content_unittests", |
"override_isolate_target": "content_unittests", |
"swarming": { |
"can_use_on_swarming_builders": true, |