Skip to content

Commit 0cca9b6

Browse files
mergify[bot]github-actions[bot]issammani
authored
Refactor FXIOS [Nimbus] Update initial experiments JSON for Nimbus (backport #29397) (#29405)
* Refactor FXIOS [Nimbus] Update initial experiments JSON for Nimbus (#29397) update initial_experiments.json based on the current first-run experiments in experimenter Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> (cherry picked from commit aa19193) # Conflicts: # firefox-ios/Client/Experiments/initial_experiments.json * fix: conflict * chore: remove apple * chore: revert search change --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Issam Mani <[email protected]>
1 parent 646ea3b commit 0cca9b6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

firefox-ios/Client/Experiments/initial_experiments.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -556,26 +556,26 @@
556556
},
557557
{
558558
"schemaVersion": "1.12.0",
559-
"slug": "summarizer-apple-intelligence-rollout-beta-test",
560-
"id": "summarizer-apple-intelligence-rollout-beta-test",
559+
"slug": "summarizer-mistral-model-rollout-first-run-new-users",
560+
"id": "summarizer-mistral-model-rollout-first-run-new-users",
561561
"arguments": {},
562562
"application": "org.mozilla.ios.Firefox",
563563
"appName": "firefox_ios",
564564
"appId": "org.mozilla.ios.Firefox",
565565
"channel": "release",
566-
"userFacingName": "Summarizer - Apple Intelligence Full Release Rollout",
566+
"userFacingName": "Summarizer - Mistral Model Rollout First Run New Users",
567567
"userFacingDescription": "Summarizer",
568568
"isEnrollmentPaused": false,
569569
"isRollout": true,
570570
"bucketConfig": {
571571
"randomizationUnit": "nimbus_id",
572-
"namespace": "ios-apple-summarizer-feature-release-no_targeting-rollout-1",
572+
"namespace": "ios-hosted-summarizer-feature-release-mobile_new_users-rollout-2",
573573
"start": 0,
574574
"count": 10000,
575575
"total": 10000
576576
},
577577
"featureIds": [
578-
"apple-summarizer-feature"
578+
"hosted-summarizer-feature"
579579
],
580580
"probeSets": [],
581581
"outcomes": [],
@@ -590,7 +590,7 @@
590590
},
591591
"features": [
592592
{
593-
"featureId": "apple-summarizer-feature",
593+
"featureId": "hosted-summarizer-feature",
594594
"enabled": true,
595595
"value": {
596596
"enabled": true,
@@ -601,17 +601,17 @@
601601
]
602602
}
603603
],
604-
"targeting": "(app_version|versionCompare('143.!') >= 0) && (language in ['en'])",
605-
"startDate": "2025-09-11",
604+
"targeting": "((is_already_enrolled) || ((days_since_install < 7) && (app_version|versionCompare('143.!') >= 0) && (language in ['en']) && (region in ['US']) && (('summarizer-mistral-model-full-rollout' in enrollments) == false) && ((enrollments_map['summarizer-mistral-model-rollout'] == 'treatment-a') == false)))",
605+
"startDate": "2025-09-17",
606606
"enrollmentEndDate": null,
607607
"endDate": null,
608608
"proposedDuration": 28,
609-
"proposedEnrollment": 7,
609+
"proposedEnrollment": 14,
610610
"referenceBranch": "control",
611611
"featureValidationOptOut": false,
612612
"localizations": null,
613613
"locales": null,
614-
"publishedDate": "2025-09-11T16:58:59.108457Z",
614+
"publishedDate": "2025-09-17T19:20:28.247535Z",
615615
"isFirefoxLabsOptIn": false,
616616
"firefoxLabsTitle": "",
617617
"firefoxLabsDescription": "",

0 commit comments

Comments
 (0)