Skip to content

Commit

Permalink
Enabled ModuleFileNamePatch on Release channel.
Browse files Browse the repository at this point in the history
  • Loading branch information
boocmp committed Jul 25, 2024
1 parent fa6cedd commit 1f82781
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -1511,7 +1511,8 @@
"filter": {
"channel": [
"NIGHTLY",
"BETA"
"BETA",
"RELEASE"
],
"min_version": "112.1.51.89",
"platform": [
Expand All @@ -1520,6 +1521,35 @@
},
"name": "ModuleFileNamePatchStudy"
},
{
"experiments": [
{
"feature_association": {
"enable_feature": [
"ModuleFileNamePatch"
]
},
"name": "Enabled",
"probability_weight": 15
},
{
"name": "Default",
"probability_weight": 85
}
],
"filter": {
"channel": [
"NIGHTLY",
"BETA",
"RELEASE"
],
"min_version": "112.1.51.89",
"platform": [
"WINDOWS"
]
},
"name": "ModuleFileNamePatchStudyRelease"
},
{
"experiments": [
{
Expand Down

0 comments on commit 1f82781

Please sign in to comment.