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

Change subject: Run VisualEditor default-on A/B split test for new accounts on 
enwiki
......................................................................


Run VisualEditor default-on A/B split test for new accounts on enwiki

Bug: 49604
Change-Id: I94d74fd8abeba465f1f9463890541e8c8f786a43
---
M wmf-config/CommonSettings.php
M wmf-config/InitialiseSettings.php
2 files changed, 10 insertions(+), 0 deletions(-)

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



diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index eb0bfa9..b010563 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -1914,6 +1914,10 @@
        if ( $wmgVisualEditorEnableEventLogging ) {
                $wgVisualEditorEnableEventLogging = true;
        }
+       // Bug 49604 - to remove once complete.
+       if ( $wmgVisualEditorEnableSplitTest ) {
+               $wgVisualEditorEnableSplitTest = true;
+       }
 
        // Also include the Parsoid extension when VE is enabled
        require_once( "$IP/extensions/Parsoid/php/Parsoid.php" );
diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 3d8e062..c0457ca 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -10531,6 +10531,12 @@
        'enwiki' => true,
 ),
 
+// Bug 49604 - to remove once complete.
+'wmgVisualEditorEnableSplitTest' => array(
+       'default' => false,
+       'enwiki' => true,
+),
+
 'wmgUseRSSExtension' => array(
        'default' => false,
        'foundationwiki' => true,

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I94d74fd8abeba465f1f9463890541e8c8f786a43
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Jforrester <[email protected]>
Gerrit-Reviewer: Krinkle <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to