Mattflaschen has uploaded a new change for review. https://gerrit.wikimedia.org/r/88662
Change subject: Enable OB6 A/B test, with gating variable ...................................................................... Enable OB6 A/B test, with gating variable Change-Id: Ie65db3896652fef01f6bf3325bff2e23d8537bf0 --- M wmf-config/CommonSettings.php M wmf-config/InitialiseSettings.php 2 files changed, 5 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/62/88662/1 diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php index 813ddb0..349f8fd 100644 --- a/wmf-config/CommonSettings.php +++ b/wmf-config/CommonSettings.php @@ -2390,6 +2390,7 @@ $wgGettingStartedRedisOptions['password'] = $wmgRedisPassword; } $wgGettingStartedExcludedCategories = $wmgGettingStartedExcludedCategories; + $wgGettingStartedRunTest = $wmgGettingStartedRunTest; } if ( $wmgUseGeoCrumbs ) { diff --git a/wmf-config/InitialiseSettings.php b/wmf-config/InitialiseSettings.php index 421af3e..ff5f11e 100644 --- a/wmf-config/InitialiseSettings.php +++ b/wmf-config/InitialiseSettings.php @@ -12086,6 +12086,10 @@ 'default' => array(), 'enwiki' => array( 'Living_people' ), ), +'wmgGettingStartedRunTest' => array( + 'default' => false, + 'enwiki' => true, +), 'wmgUseGuidedTour' => array( 'default' => false, 'testwiki' => true, -- To view, visit https://gerrit.wikimedia.org/r/88662 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie65db3896652fef01f6bf3325bff2e23d8537bf0 Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Mattflaschen <mflasc...@wikimedia.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits