Skip to content

Commit

Permalink
Enable waterfall testing for more DesktopIOSPromotions.
Browse files Browse the repository at this point in the history
Adds further configurations for testing on waterfall in preparation for
beta and stable Finch configs.

Bug: 745153
Change-Id: I45c932b38ebb6fceab4263f27733bef235e3b7da
Reviewed-on: https://chromium-review.googlesource.com/585493
Reviewed-by: Alexei Svitkine (OOO July28-Aug6) <asvitkine@chromium.org>
Commit-Queue: Gregory Chatzinoff <gchatz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#490033}
  • Loading branch information
Gregory Chatzinoff authored and Commit Bot committed Jul 27, 2017
1 parent 39e0e6c commit bea2d08
Showing 1 changed file with 4 additions and 46 deletions.
50 changes: 4 additions & 46 deletions testing/variations/fieldtrial_testing_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -787,55 +787,13 @@
],
"experiments": [
{
"name": "SavePasswordsBubblePromotionV1",
"name": "BookmarksBubblePromotionV1",
"params": {
"body_text_id": "0",
"entry_point": "SavePasswordsBubblePromotion",
"entry_point": "BookmarksBubblePromotion",
"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",
"promo_variation_id": "6",
"sms_id": "19001511",
"title_text_id": "0"
},
"enable_features": [
Expand Down

0 comments on commit bea2d08

Please sign in to comment.