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

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

Issue 2445853002: Add components_*tests and blimp_unittests to Site Isolation Android bot. (Closed)
Patch Set: 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 | « no previous file | 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 ac8ad1b133f8eda39c18e3160f835286023b3d02..40e67b17a189286c10f4d50afae38006ae63fece 100644
--- a/testing/buildbot/chromium.fyi.json
+++ b/testing/buildbot/chromium.fyi.json
@@ -11436,6 +11436,57 @@
]
},
"test": "content_unittests"
+ },
+ {
+ "args": [
+ "--test-arguments=--site-per-process"
+ ],
+ "name": "site_per_process_blimp_unittests",
+ "override_isolate_target": "blimp_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true,
+ "dimension_sets": [
+ {
+ "android_devices": "4",
+ "device_type": "bullhead"
+ }
+ ]
+ },
+ "test": "blimp_unittests"
+ },
+ {
+ "args": [
+ "--test-arguments=--site-per-process"
+ ],
+ "name": "site_per_process_components_browsertests",
+ "override_isolate_target": "components_browsertests",
+ "swarming": {
+ "can_use_on_swarming_builders": true,
+ "dimension_sets": [
+ {
+ "android_devices": "4",
+ "device_type": "bullhead"
+ }
+ ]
+ },
+ "test": "components_browsertests"
+ },
+ {
+ "args": [
+ "--test-arguments=--site-per-process"
+ ],
+ "name": "site_per_process_components_unittests",
+ "override_isolate_target": "components_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true,
+ "dimension_sets": [
+ {
+ "android_devices": "4",
+ "device_type": "bullhead"
+ }
+ ]
+ },
+ "test": "components_unittests"
}
]
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698