From 4f61bfdd1e344592a137339a00275aa1e80aa523 Mon Sep 17 00:00:00 2001 From: Charlie Humphreys Date: Thu, 8 Sep 2022 10:24:26 -0500 Subject: [PATCH] [fenix] remove qa experiment --- app/src/main/res/raw/initial_experiments.json | 89 ------------------- 1 file changed, 89 deletions(-) diff --git a/app/src/main/res/raw/initial_experiments.json b/app/src/main/res/raw/initial_experiments.json index 604533dbd3..d46501a672 100644 --- a/app/src/main/res/raw/initial_experiments.json +++ b/app/src/main/res/raw/initial_experiments.json @@ -105,95 +105,6 @@ "proposedDuration": 28, "proposedEnrollment": 7, "referenceBranch": "control-1" - }, - { - "schemaVersion": "1.9.0", - "slug": "qa-firefox-android-nightly-mr-new-user-onboarding", - "id": "qa-firefox-android-nightly-mr-new-user-onboarding", - "arguments": {}, - "application": "org.mozilla.fenix", - "appName": "fenix", - "appId": "org.mozilla.fenix", - "channel": "nightly", - "userFacingName": "[QA] Firefox Android Nightly MR New User Onboarding", - "userFacingDescription": "Firefox Android Nightly MR New User Onboarding", - "isEnrollmentPaused": false, - "isRollout": false, - "bucketConfig": { - "randomizationUnit": "nimbus_id", - "namespace": "fenix-mr2022-nightly-1", - "start": 0, - "count": 10000, - "total": 10000 - }, - "featureIds": [ - "mr2022" - ], - "probeSets": [], - "outcomes": [], - "branches": [ - { - "slug": "control", - "ratio": 1, - "feature": { - "featureId": "mr2022", - "enabled": true, - "value": { - "sections-enabled": { - "home-onboarding-dialog-new-users": false, - "home-onboarding-dialog-existing-users": false, - "sync-cfr": false, - "wallpapers-selection-tool": false, - "jump-back-in-cfr": false, - "tcp-cfr": false - } - } - } - }, - { - "slug": "treatment-a", - "ratio": 1, - "feature": { - "featureId": "mr2022", - "enabled": true, - "value": { - "sections-enabled": { - "home-onboarding-dialog-new-users": true, - "home-onboarding-dialog-existing-users": true, - "sync-cfr": true, - "wallpapers-selection-tool": true, - "jump-back-in-cfr": true, - "tcp-cfr": true - } - } - } - }, - { - "slug": "treatment-b", - "ratio": 1, - "feature": { - "featureId": "mr2022", - "enabled": true, - "value": { - "sections-enabled": { - "home-onboarding-dialog-new-users": false, - "home-onboarding-dialog-existing-users": false, - "sync-cfr": false, - "wallpapers-selection-tool": false, - "jump-back-in-cfr": false, - "tcp-cfr": true - } - } - } - } - ], - "targeting": "(app_version|versionCompare('106.*') <= 0) && ((is_already_enrolled) || ((days_since_install < 7) && (app_version|versionCompare('106.!') >= 0)))", - "startDate": null, - "enrollmentEndDate": null, - "endDate": null, - "proposedDuration": 28, - "proposedEnrollment": 7, - "referenceBranch": "control" } ] }