Page MenuHomePhabricator

Revise Tone: enable experiment phase 2 in pilot wikis
Closed, ResolvedPublic

Description

The Growth team is preparing to release the Revise Tone A/B test to pilot Wikipedias. This task tracks the release work required to ensure the task is testable on pilot wikis.

Pilot wikis:
  • Arabic Wikipedia
  • French Wikipedia
  • English Wikipedia
  • Portuguese Wikipedia
Acceptance Criteria:
  • Revise Tone A/B test is enabled for any newcomers in pilot wikis
    • Release Date: Monday, Jan. 26, 2026
  • Revise Tone A/B test continues to be enabled for any newcomers in testwiki

Event Timeline

Restricted Application added a subscriber: hubaishan. · View Herald Transcript

Given we cannot add new wikis to the existing growthexperiments-revise-tone enabled for testwiki, the proposal would be to create a new experiment, eg: growthexperiments-revise-tone-phase2 while keeping the first one only for QA purposes in testwiki. In terms of GE code this should be a one liner:

// ExperimentXLabManager.php
public const REVISE_TONE_EXPERIMENT = 'growthexperiments-revise-tone';
public const REVISE_TONE_EXPERIMENT_PHASE_2 = 'growthexperiments-revise-tone-phase-2';
public const VALID_EXPERIMENTS = [
   self::REVISE_TONE_EXPERIMENT,
   self::REVISE_TONE_EXPERIMENT_PHASE_2
];
Michael removed a project: Patch-For-Review.

This should A/B test should start on Monday on enwiki, arwiki, ptwiki, and frwiki at 14:30 UTC.

Etonkovidova subscribed.

Checked the pilot wikis (wmf.14) - Revise Tone task is present.