Phuedx has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/373264 )
Change subject: pagePreviews: Enable A/B test (BC-only)
......................................................................
pagePreviews: Enable A/B test (BC-only)
Enable anonymous user bucket on all wikis but only enable the
EventLogging instrumentation on enwiki (so that we can prove that the
kill switch works).
Bug: T171853
Change-Id: I85c3fcfdbca8b0d634995f95a93bacf72248eb9d
---
M wmf-config/InitialiseSettings-labs.php
1 file changed, 26 insertions(+), 13 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config
refs/changes/64/373264/1
diff --git a/wmf-config/InitialiseSettings-labs.php
b/wmf-config/InitialiseSettings-labs.php
index c20bd91..799138c 100644
--- a/wmf-config/InitialiseSettings-labs.php
+++ b/wmf-config/InitialiseSettings-labs.php
@@ -553,19 +553,9 @@
'default' => true,
],
- // T165018: Make Page Previews (Popups) use RESTBase's page
summary endpoint
- // and consume the HTML returned.
- 'wgPopupsGateway' => [
- 'default' => 'restbaseHTML',
- ],
+ // TODO:
+ // - Tidy up config
- // To allow us to test EventLogging in the beta cluster we log
all events
- 'wgPopupsSchemaSamplingRate' => [
- 'default' => 1,
- ],
- 'wgPopupsStatsvSamplingRate' => [
- 'default' => 1,
- ],
'wgEnableRcFiltersBetaFeature' => [
'default' => true,
],
@@ -577,10 +567,33 @@
'wmgUsePopups' => [
'default' => true,
],
+
'wmgPopupsBetaFeature' => [
'default' => false,
],
- 'wgPopupsAnonsEnabledSamplingRate' => [
+
+ // T171853: For 25% of anonymous user sessions, Page Previews
will be
+ // enabled by default as well as the instrumentation; for 25%,
PP will be
+ // disabled by default; for 50%, PP will be disabled as will the
+ // instrumentation.
+ 'wgPopupsAnonsExperimentalGroupSize' => [
+ 'default' => 0.25,
+ ],
+
+ // T171853: Enable PP EventLogging instrumentation on enwiki
only so that we
+ // can prove the killswitch works.
+ 'wgPopupsEventLogging' => [
+ 'default' => false,
+ 'enwiki' => true,
+ ],
+
+ // T165018: Make Page Previews (Popups) use RESTBase's page
summary endpoint
+ // and consume the HTML returned.
+ 'wgPopupsGateway' => [
+ 'default' => 'restbaseHTML',
+ ],
+
+ 'wgPopupsStatsvSamplingRate' => [
'default' => 1,
],
--
To view, visit https://gerrit.wikimedia.org/r/373264
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I85c3fcfdbca8b0d634995f95a93bacf72248eb9d
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Phuedx <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits