Commit 553cdecd authored by Min Qin's avatar Min Qin Committed by Commit Bot

Add testing config for new QueryTile finch experiment arms

And also fixes some of the exiting arms

BUG=1096224

Change-Id: Ibbc50ea023d9f6dc426e1ec6c001e613b5fedf3e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2469458Reviewed-by: default avatarIlya Sherman <isherman@chromium.org>
Reviewed-by: default avatarMin Qin <qinmin@chromium.org>
Commit-Queue: Min Qin <qinmin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#817542}
parent 6c471f9e
...@@ -5704,32 +5704,58 @@ ...@@ -5704,32 +5704,58 @@
"base_url": "https://chromeupboarding-pa.googleapis.com", "base_url": "https://chromeupboarding-pa.googleapis.com",
"experiment_tag": "", "experiment_tag": "",
"image_prefetch_mode": "top", "image_prefetch_mode": "top",
"most_visited_max_rows_normal_screen": "1", "is_unmetered_network_required": "false",
"most_visited_max_rows_small_screen": "1" "most_visited_max_rows_normal_screen": "2",
"most_visited_max_rows_small_screen": "1",
"small_screen_height_threshold_dp": "700"
}, },
"enable_features": [ "enable_features": [
"QueryTiles", "QueryTiles",
"QueryTilesInOmnibox" "QueryTilesInOmnibox"
], ],
"disable_features": [
"QueryTilesEnableQueryEditing",
"QueryTilesLocalOrdering"
]
},
{
"name": "EnabledStitchAndLocalOrdering",
"params": {
"base_url": "https://chromeupboarding-pa.googleapis.com",
"experiment_tag": "",
"image_prefetch_mode": "top",
"is_unmetered_network_required": "false",
"most_visited_max_rows_normal_screen": "2",
"most_visited_max_rows_small_screen": "1",
"small_screen_height_threshold_dp": "700"
},
"enable_features": [
"QueryTiles",
"QueryTilesInOmnibox",
"QueryTilesLocalOrdering"
],
"disable_features": [ "disable_features": [
"QueryTilesEnableQueryEditing" "QueryTilesEnableQueryEditing"
] ]
}, },
{ {
"name": "EnabledStitchWithNoSearchParam", "name": "EnabledStitchAndTrending",
"params": { "params": {
"base_url": "https://chromeupboarding-pa.googleapis.com", "base_url": "https://chromeupboarding-pa.googleapis.com",
"experiment_tag": "disableSearchParams : true", "experiment_tag": "enableTrending : true",
"image_prefetch_mode": "top", "image_prefetch_mode": "top",
"most_visited_max_rows_normal_screen": "1", "is_unmetered_network_required": "false",
"most_visited_max_rows_small_screen": "1" "most_visited_max_rows_normal_screen": "2",
"most_visited_max_rows_small_screen": "1",
"small_screen_height_threshold_dp": "700"
}, },
"enable_features": [ "enable_features": [
"QueryTiles", "QueryTiles",
"QueryTilesInOmnibox" "QueryTilesInOmnibox"
], ],
"disable_features": [ "disable_features": [
"QueryTilesEnableQueryEditing" "QueryTilesEnableQueryEditing",
"QueryTilesLocalOrdering"
] ]
}, },
{ {
...@@ -5738,15 +5764,18 @@ ...@@ -5738,15 +5764,18 @@
"base_url": "https://chromeupboarding-pa.googleapis.com", "base_url": "https://chromeupboarding-pa.googleapis.com",
"experiment_tag": "maxLevels : 1", "experiment_tag": "maxLevels : 1",
"image_prefetch_mode": "top", "image_prefetch_mode": "top",
"most_visited_max_rows_normal_screen": "1", "is_unmetered_network_required": "false",
"most_visited_max_rows_small_screen": "1" "most_visited_max_rows_normal_screen": "2",
"most_visited_max_rows_small_screen": "1",
"small_screen_height_threshold_dp": "700"
}, },
"enable_features": [ "enable_features": [
"QueryTiles", "QueryTiles",
"QueryTilesInOmnibox" "QueryTilesInOmnibox"
], ],
"disable_features": [ "disable_features": [
"QueryTilesEnableQueryEditing" "QueryTilesEnableQueryEditing",
"QueryTilesLocalOrdering"
] ]
}, },
{ {
...@@ -5755,13 +5784,18 @@ ...@@ -5755,13 +5784,18 @@
"base_url": "https://chromeupboarding-pa.googleapis.com", "base_url": "https://chromeupboarding-pa.googleapis.com",
"experiment_tag": "maxLevels : 1", "experiment_tag": "maxLevels : 1",
"image_prefetch_mode": "top", "image_prefetch_mode": "top",
"most_visited_max_rows_normal_screen": "1", "is_unmetered_network_required": "false",
"most_visited_max_rows_small_screen": "1" "most_visited_max_rows_normal_screen": "2",
"most_visited_max_rows_small_screen": "1",
"small_screen_height_threshold_dp": "700"
}, },
"enable_features": [ "enable_features": [
"QueryTiles", "QueryTiles",
"QueryTilesEnableQueryEditing", "QueryTilesEnableQueryEditing",
"QueryTilesInOmnibox" "QueryTilesInOmnibox"
],
"disable_features": [
"QueryTilesLocalOrdering"
] ]
} }
] ]
......
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