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

Unified Diff: testing/variations/fieldtrial_testing_config.json

Issue 2854293002: Enable waterfall testing for DesktopIOSPromotion. (Closed)
Patch Set: Add SavePasswordsBubblePromotion50Beta config. Created 3 years, 8 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/variations/fieldtrial_testing_config.json
diff --git a/testing/variations/fieldtrial_testing_config.json b/testing/variations/fieldtrial_testing_config.json
index 661fa50869b07ce9de93f2d3f15a2816a6acd772..9a0cb039faf78fdd7482a6e974308d5200c4b278 100644
--- a/testing/variations/fieldtrial_testing_config.json
+++ b/testing/variations/fieldtrial_testing_config.json
@@ -695,6 +695,71 @@
]
}
],
+ "DesktopIOSPromotion": [
+ {
+ "platforms": [
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "SavePasswordsBubblePromotionV1",
Alexei Svitkine (slow) 2017/05/03 19:03:17 Not: The first one will be the config tested by pe
+ "params": {
+ "body_text_id": "0",
+ "entry_point": "SavePasswordsBubblePromotion",
+ "max_views": "3",
+ "promo_variation_id": "1",
+ "sms_id": "19001508",
+ "title_text_id": "0"
+ },
+ "enable_features": [
+ "DesktopIOSPromotion"
+ ]
+ },
+ {
+ "name": "SavePasswordsBubblePromotionV2",
+ "params": {
+ "body_text_id": "0",
+ "entry_point": "SavePasswordsBubblePromotion",
+ "max_views": "3",
+ "promo_variation_id": "2",
+ "sms_id": "19001509",
+ "title_text_id": "1"
+ },
+ "enable_features": [
+ "DesktopIOSPromotion"
+ ]
+ },
+ {
+ "name": "SavePasswordsBubblePromotionV3",
+ "params": {
+ "body_text_id": "0",
+ "entry_point": "SavePasswordsBubblePromotion",
+ "max_views": "3",
+ "promo_variation_id": "3",
+ "sms_id": "19001510",
+ "title_text_id": "2"
+ },
+ "enable_features": [
+ "DesktopIOSPromotion"
+ ]
+ },
+ {
+ "name": "SavePasswordsBubblePromotion50Beta",
+ "params": {
+ "body_text_id": "0",
+ "entry_point": "SavePasswordsBubblePromotion",
+ "max_views": "3",
+ "promo_variation_id": "1",
+ "sms_id": "19001507",
+ "title_text_id": "0"
+ },
+ "enable_features": [
+ "DesktopIOSPromotion"
+ ]
+ }
+ ]
+ }
+ ],
"DirectCompositionOverlays": [
{
"platforms": [
« 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