From a3aec6498096b192acbe6079134751dc6164000b Mon Sep 17 00:00:00 2001 From: AlexeyBarabash Date: Tue, 22 Jun 2021 12:54:30 +0300 Subject: [PATCH] Sync reset progress marker release study - disable for investigations --- seed/seed.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/seed/seed.json b/seed/seed.json index a5427368..d148b59e 100644 --- a/seed/seed.json +++ b/seed/seed.json @@ -516,6 +516,33 @@ "platform": ["WINDOWS", "MAC", "LINUX", "ANDROID"], "country": ["US", "AU", "CA", "FR", "DE", "IE", "JP", "NZ", "GB"] } + }, + { + "name": "SyncResetProgressTokenStudy", + "experiments": [ + { + "name": "Enabled", + "probability_weight": 0, + "feature_association": { + "enable_feature": ["ResetProgressMarkerOnCommitFailures"] + } + }, + { + "name": "Disabled", + "probability_weight": 100, + "feature_association": { + "disable_feature": ["ResetProgressMarkerOnCommitFailures"] + } + }, + { + "name": "Default", + "probability_weight": 0 + } + ], + "filter": { + "channel": ["NIGHTLY", "BETA", "RELEASE"], + "platform": ["WINDOWS", "MAC", "LINUX", "ANDROID"] + } } ] }