Commit 55b149ad authored by alanlxl's avatar alanlxl Committed by Commit Bot

Add fieldtrial config for SmartDimNewMlAgent

Adding config before experiment/rollout to Stable in M84.
Modify the experiments to support multiarm groups.

Bug: 1067048
Change-Id: I90b3d9db7faacf939ae4c85d094e2961c01005dd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2322146
Auto-Submit: Xinglong Luan <alanlxl@chromium.org>
Commit-Queue: Xinglong Luan <alanlxl@chromium.org>
Reviewed-by: default avatarAndrew Moylan <amoylan@chromium.org>
Reviewed-by: default avatarIlya Sherman <isherman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#792591}
parent da5e2491
...@@ -6663,10 +6663,23 @@ ...@@ -6663,10 +6663,23 @@
], ],
"experiments": [ "experiments": [
{ {
"name": "Enabled_20200609", "name": "EnabledWithExperimentalVersion_20200728",
"params": {
"smart_dim_experimental_version": "20200601.1"
},
"enable_features": [ "enable_features": [
"SmartDimExperimentalComponent",
"SmartDimNewMlAgent" "SmartDimNewMlAgent"
] ]
},
{
"name": "EnabledWithDefaultVersion_20200728",
"enable_features": [
"SmartDimNewMlAgent"
],
"disable_features": [
"SmartDimExperimentalComponent"
]
} }
] ]
} }
......
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