Commit 547185be authored by Thanh Nguyen's avatar Thanh Nguyen Committed by Chromium LUCI CQ

Add json config for ChromeOSReinstallApps

This CL add the json ChromeOSReinstallApps json config so that we can
start ramping up the experiment.

Bug: 1154520
Change-Id: I3ee97832853334ad199657b70ac8375481f47a10
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2567144Reviewed-by: default avatarIlya Sherman <isherman@chromium.org>
Commit-Queue: Thanh Nguyen <thanhdng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#832697}
parent 53db1c46
......@@ -1586,6 +1586,24 @@
]
}
],
"ChromeOSReinstallApps": [
{
"platforms": [
"chromeos"
],
"experiments": [
{
"name": "enabled0DayDelay",
"params": {
"interaction_grace_hours": "0"
},
"enable_features": [
"EnableAppReinstallZeroState"
]
}
]
}
],
"ChromeSharingHubClankV2": [
{
"platforms": [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment