Skip to content

Commit

Permalink
update initial_experiments.json based on the current first-run experi…
Browse files Browse the repository at this point in the history
…ments in experimenter
  • Loading branch information
isabelrios authored and github-actions[bot] committed Sep 23, 2024
1 parent c1536c5 commit 0ba70bb
Showing 1 changed file with 71 additions and 0 deletions.
71 changes: 71 additions & 0 deletions firefox-ios/Client/Experiments/initial_experiments.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,77 @@
"localizations": null,
"locales": null,
"publishedDate": null
},
{
"schemaVersion": "1.12.0",
"slug": "long-term-holdback-2024-h2-velocity-ios",
"id": "long-term-holdback-2024-h2-velocity-ios",
"arguments": {},
"application": "org.mozilla.ios.Firefox",
"appName": "firefox_ios",
"appId": "org.mozilla.ios.Firefox",
"channel": "release",
"userFacingName": "Long term holdback 2024 H2 Velocity iOS",
"userFacingDescription": "Long-term holdback for H2 Velocity experiments",
"isEnrollmentPaused": false,
"isRollout": false,
"bucketConfig": {
"randomizationUnit": "nimbus_id",
"namespace": "ios-no-feature-ios-release-1",
"start": 0,
"count": 10000,
"total": 10000
},
"featureIds": [
"no-feature-ios"
],
"probeSets": [],
"outcomes": [],
"branches": [
{
"slug": "delivery",
"ratio": 19,
"feature": {
"featureId": "this-is-included-for-mobile-pre-96-support",
"enabled": false,
"value": {}
},
"features": [
{
"featureId": "no-feature-ios",
"enabled": true,
"value": {}
}
]
},
{
"slug": "holdback",
"ratio": 1,
"feature": {
"featureId": "this-is-included-for-mobile-pre-96-support",
"enabled": false,
"value": {}
},
"features": [
{
"featureId": "no-feature-ios",
"enabled": true,
"value": {}
}
]
}
],
"targeting": "((is_already_enrolled) || ((app_version|versionCompare('123.!') >= 0)))",
"startDate": "2024-09-19",
"enrollmentEndDate": null,
"endDate": null,
"proposedDuration": 100,
"proposedEnrollment": 100,
"referenceBranch": "holdback",
"featureValidationOptOut": false,
"localizations": null,
"locales": null,
"publishedDate": "2024-09-19T17:57:04.754326Z"
}
]
}

0 comments on commit 0ba70bb

Please sign in to comment.