From 47fe5b974aa460bff70f415c58d8c39eb09ef141 Mon Sep 17 00:00:00 2001 From: Mikhail Date: Tue, 8 Oct 2024 21:09:17 +0400 Subject: [PATCH] Disable BraveRoundTimeStamps (5% Release) (#1215) Resolves https://github.com/brave/brave-variations/issues/1214 Nightly & Beta: 100% Release: 5% Disabling the feature just returns the code to the upstream state, so it's relatively safe. Just to be sure let's start with 5% now and go to 100% the new day. --- seed/seed.json | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) diff --git a/seed/seed.json b/seed/seed.json index b6a1f2da..31f95708 100644 --- a/seed/seed.json +++ b/seed/seed.json @@ -2919,6 +2919,67 @@ ] }, "name": "BraveWebcompatExceptionsServiceReleaseStudy" + }, + { + "experiments": [ + { + "feature_association": { + "disable_feature": [ + "BraveRoundTimeStamps" + ] + }, + "name": "Disabled", + "probability_weight": 100 + }, + { + "name": "Default", + "probability_weight": 0 + } + ], + "filter": { + "channel": [ + "NIGHTLY", + "BETA" + ], + "min_version": "125.*", + "platform": [ + "WINDOWS", + "MAC", + "LINUX", + "ANDROID" + ] + }, + "name": "BraveRoundTimeStampsStudy" + }, + { + "experiments": [ + { + "feature_association": { + "disable_feature": [ + "BraveRoundTimeStamps" + ] + }, + "name": "Disabled", + "probability_weight": 5 + }, + { + "name": "Default", + "probability_weight": 95 + } + ], + "filter": { + "channel": [ + "RELEASE" + ], + "min_version": "125.*", + "platform": [ + "WINDOWS", + "MAC", + "LINUX", + "ANDROID" + ] + }, + "name": "BraveRoundTimeStampsReleaseStudy" } ], "version": "1"