Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
Update Fenix initial_experiments.json based on the current first-run …
Browse files Browse the repository at this point in the history
…experiments in experimenter
  • Loading branch information
JohanLorenzo authored and mergify[bot] committed Jan 25, 2024
1 parent 2562a5f commit 33b6433
Showing 1 changed file with 77 additions and 3 deletions.
80 changes: 77 additions & 3 deletions fenix/app/src/main/res/raw/initial_experiments.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,79 @@
"referenceBranch": "treatment-a",
"featureValidationOptOut": false,
"localizations": null,
"locales": null
"locales": null,
"publishedDate": null
},
{
"schemaVersion": "1.12.0",
"slug": "android-long-term-holdback-validation",
"id": "android-long-term-holdback-validation",
"arguments": {},
"application": "org.mozilla.firefox_beta",
"appName": "fenix",
"appId": "org.mozilla.firefox_beta",
"channel": "beta",
"userFacingName": "Android Long-term Holdback Validation",
"userFacingDescription": "This is an internal test of new experiment tooling",
"isEnrollmentPaused": false,
"isRollout": false,
"bucketConfig": {
"randomizationUnit": "nimbus_id",
"namespace": "fenix-no-feature-fenix-beta-2",
"start": 0,
"count": 10000,
"total": 10000
},
"featureIds": [
"no-feature-fenix"
],
"probeSets": [],
"outcomes": [],
"branches": [
{
"slug": "delivery",
"ratio": 9,
"feature": {
"featureId": "this-is-included-for-mobile-pre-96-support",
"enabled": false,
"value": {}
},
"features": [
{
"featureId": "no-feature-fenix",
"enabled": true,
"value": {}
}
]
},
{
"slug": "holdback",
"ratio": 1,
"feature": {
"featureId": "this-is-included-for-mobile-pre-96-support",
"enabled": false,
"value": {}
},
"features": [
{
"featureId": "no-feature-fenix",
"enabled": true,
"value": {}
}
]
}
],
"targeting": "((is_already_enrolled) || ((app_version|versionCompare('123.!') >= 0)))",
"startDate": "2024-01-25",
"enrollmentEndDate": null,
"endDate": null,
"proposedDuration": 60,
"proposedEnrollment": 30,
"referenceBranch": "holdback",
"featureValidationOptOut": false,
"localizations": null,
"locales": null,
"publishedDate": "2024-01-25T17:36:03.153458Z"
},
{
"schemaVersion": "1.12.0",
Expand Down Expand Up @@ -222,7 +294,8 @@
"referenceBranch": "control",
"featureValidationOptOut": false,
"localizations": null,
"locales": null
"locales": null,
"publishedDate": null
},
{
"schemaVersion": "1.12.0",
Expand Down Expand Up @@ -303,7 +376,8 @@
"referenceBranch": "control",
"featureValidationOptOut": false,
"localizations": null,
"locales": null
"locales": null,
"publishedDate": null
}
]
}

0 comments on commit 33b6433

Please sign in to comment.