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

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

Issue 2431793002: Add --site-per-process flavor of //content tests to Site Isolation Android bot. (Closed)
Patch Set: content/test/BUILD.gn - including the filter file on android builds. Created 4 years, 2 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 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,
« 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