Skip to content

Commit

Permalink
Add feature config for incremental rollout test (#1227)
Browse files Browse the repository at this point in the history
* Add incrementalRolloutTest in android-override.json

* Add incremental-rollout-test.json
  • Loading branch information
karlenDimla authored Aug 18, 2023
1 parent ee1fdf1 commit 916943d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
19 changes: 19 additions & 0 deletions features/incremental-rollout-test.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"_meta": {
"description": "Temporary feature to test incremental rollouts"
},
"state": "disabled",
"features": {
"rollout": {
"state": "enabled",
"rollout": {
"steps": [
{
"percent": 0.5
}
]
}
}
},
"exceptions": []
}
4 changes: 4 additions & 0 deletions overrides/android-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,10 @@
}
]
},
"incrementalRolloutTest": {
"state": "enabled",
"minSupportedVersion": 51670000
},
"requestFilterer": {
"state": "enabled",
"minSupportedVersion": 51501000,
Expand Down

0 comments on commit 916943d

Please sign in to comment.