From ad0b55ffb54bd5ef139d27bbdc60d19876617000 Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Tue, 30 May 2023 15:33:10 -0400 Subject: [PATCH 1/2] Roll out OTR Tab by Default to 50% of Nightly on Desktop [production] --- seed/seed.json | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/seed/seed.json b/seed/seed.json index cdefe385..071f3937 100644 --- a/seed/seed.json +++ b/seed/seed.json @@ -660,7 +660,7 @@ "name": "maximum_search_result_ads_per_day", "value": "0" } - ], + ], "probability_weight": 100 } ], @@ -2133,6 +2133,34 @@ ] }, "name": "ModuleFileNamePatchStudy" + }, + { + "experiments": [ + { + "feature_association": { + "enable_feature": [ + "BraveRequestOTRTab" + ] + }, + "name": "Enabled", + "probability_weight": 50 + }, + { + "name": "Default", + "probability_weight": 50 + } + ], + "filter": { + "channel": [ + "NIGHTLY" + ], + "platform": [ + "WINDOWS", + "MAC", + "LINUX" + ] + }, + "name": "BraveRequestOTRTabRolloutStudy" } ], "version": "1" From 29157b418cf7c16e9e9ab745b3b91889ca4625ca Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Wed, 7 Jun 2023 11:32:21 -0400 Subject: [PATCH 2/2] rebase --- seed/seed.json | 48 +++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 43 insertions(+), 5 deletions(-) diff --git a/seed/seed.json b/seed/seed.json index 071f3937..876baee7 100644 --- a/seed/seed.json +++ b/seed/seed.json @@ -1886,11 +1886,11 @@ ] }, "name": "Enabled", - "probability_weight": 15 + "probability_weight": 100 }, { "name": "Default", - "probability_weight": 85 + "probability_weight": 0 } ], "filter": { @@ -1943,11 +1943,11 @@ ] }, "name": "Enabled", - "probability_weight": 15 + "probability_weight": 100 }, { "name": "Default", - "probability_weight": 85 + "probability_weight": 0 } ], "filter": { @@ -2084,7 +2084,7 @@ "parameters": [ { "name": "target_major_version_stable", - "value": "1.51" + "value": "1.52" } ], "probability_weight": 100 @@ -2134,6 +2134,44 @@ }, "name": "ModuleFileNamePatchStudy" }, + { + "experiments": [ + { + "feature_association": { + "enable_feature": [ + "BraveForgetFirstPartyStorage" + ] + }, + "name": "Enabled", + "probability_weight": 100 + }, + { + "feature_association": { + "disable_feature": [ + "BraveForgetFirstPartyStorage" + ] + }, + "name": "Disabled", + "probability_weight": 0 + }, + { + "name": "Default", + "probability_weight": 0 + } + ], + "filter": { + "channel": [ + "NIGHTLY" + ], + "min_version": "112.1.51.57", + "platform": [ + "WINDOWS", + "MAC", + "LINUX" + ] + }, + "name": "BraveForgetFirstPartyStorage" + }, { "experiments": [ {