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", |
alexmos
2016/10/18 23:36:10
Will this be properly picked up by swarming? Look
Łukasz Anforowicz
2016/10/19 00:06:39
Thanks for pointing this out. Done. For a moment
|
+ "--test-arguments=--site-per-process" |
+ ], |
+ "name": "site_per_process_content_browsertests", |
alexmos
2016/10/18 23:36:10
Why do we want to run the same sets of tests with
Łukasz Anforowicz
2016/10/19 00:06:39
Yes - exactly. I'd like to do this for a while, e
|
+ "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" |
alexmos
2016/10/18 23:36:10
Glad we don't have a filter file for unit tests, a
Łukasz Anforowicz
2016/10/19 00:06:39
Yes. I was wondering whether to include an Androi
|
+ ], |
+ "name": "site_per_process_content_unittests", |
"override_isolate_target": "content_unittests", |
"swarming": { |
"can_use_on_swarming_builders": true, |