jenkins-bot has submitted this change and it was merged.

Change subject: Labs: Enable the structured language overlay and increase the 
instrumentation rate
......................................................................


Labs: Enable the structured language overlay and increase the instrumentation 
rate

In stable 90% of users will see the simpler language overlay, the remaining
10% will see the structured language overlay. In beta 100% of users will see
the structured language overlay.
Increase the stable channel instrumentation rate by a factor of 10.

Change-Id: Id07dbfb923d3145ab35167f7ce153b12aa535e6e
Dependency: If82c5c53b68e881c9d6cad66e48a4af93a54c25d
Bug: T123980
---
M wmf-config/InitialiseSettings-labs.php
1 file changed, 18 insertions(+), 0 deletions(-)

Approvals:
  Catrope: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/InitialiseSettings-labs.php 
b/wmf-config/InitialiseSettings-labs.php
index 307f2bf..ed5ce0a 100644
--- a/wmf-config/InitialiseSettings-labs.php
+++ b/wmf-config/InitialiseSettings-labs.php
@@ -300,6 +300,24 @@
                        'default' => true,
                        'enwiki' => false,
                ),
+               'wgMFExperiments' => array(
+                       'default' => array(
+                               'languageOverlay' => array(
+                                       'enabled' => true,
+                                       'buckets' => array(
+                                               'control' => 0.9,  // simpler 
overlay
+                                               'A' => 0.1  // structured 
overlay
+                                       ),
+                               ),
+                               'languageOverlayBeta' => array(
+                                       'enabled' => true,
+                                       'buckets' => array(
+                                               'control' => 0,  // simpler 
overlay
+                                               'A' => 1  // structured overlay
+                                       ),
+                               ),
+                       ),
+               ),
                'wgMFSchemaMobileWebLanguageSwitcherSampleRate' => array(
                        'default' => array(
                                'beta' => 1,

-- 
To view, visit https://gerrit.wikimedia.org/r/271443
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Id07dbfb923d3145ab35167f7ce153b12aa535e6e
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Bmansurov <bmansu...@wikimedia.org>
Gerrit-Reviewer: Catrope <roan.katt...@gmail.com>
Gerrit-Reviewer: Florianschmidtwelzow <florian.schmidt.stargatewis...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to