Phuedx has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/339478 )

Change subject: Hygiene: Remove Page Previews experiment config
......................................................................

Hygiene: Remove Page Previews experiment config

wgPopupsExperiment and wgPopupsExperimentConfig are now obsolete.

Change-Id: I4a938b9019208cfc326ad78996ca74a87a535333
---
M wmf-config/CommonSettings.php
M wmf-config/InitialiseSettings.php
2 files changed, 0 insertions(+), 22 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/78/339478/1

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index bbbaeef..0e7dcfe 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2128,8 +2128,6 @@
 
        // Make sure we don't enable as a beta feature if we are set to be 
enabled by default.
        $wgPopupsBetaFeature = $wmgPopupsBetaFeature && !$wmgUsePopups;
-       $wgPopupsExperiment = $wmgPopupsExperiment;
-       $wgPopupsExperimentConfig = $wmgPopupsExperimentConfig;
 }
 
 if ( !isset( $wgVirtualRestConfig ) && ( $wmgUseRestbaseVRS || $wmgUseParsoid 
) ) {
diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 0b6ab16..e31c83c 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -13112,26 +13112,6 @@
        'nonbetafeatures' => false,
 ],
 
-// T134778
-'wmgPopupsExperiment' => [
-       'default' => false,
-       'huwiki' => true,
-],
-
-// T134778
-'wmgPopupsExperimentConfig' => [
-       'default' => false,
-       'huwiki' => [
-               'name' => 'T134778',
-               'enabled' => true,
-               'buckets' => [
-                       // T136713
-                       'control' => 0.5,
-                       'A' => 0.5,
-               ],
-       ],
-],
-
 'wgSchemaPopupsSamplingRate' => [
        'default' => 0.1,
 ],

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4a938b9019208cfc326ad78996ca74a87a535333
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Phuedx <samsm...@wikimedia.org>

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

Reply via email to