jenkins-bot has submitted this change and it was merged. Change subject: Enable Flow on QA pages on beta labs. ......................................................................
Enable Flow on QA pages on beta labs. Enable Flow on the specific pages http://en.wikipedia.beta.wmflabs.org/wiki/Talk:Flow and http://en.wikipedia.beta.wmflabs.org/wiki/Talk:Flow_QA the latter so Flow browsertests can have a target. Bug: 56635 Change-Id: I789fc2763e143690364894d8dd37f69e3c0a161f --- M wmf-config/InitialiseSettings-labs.php 1 file changed, 2 insertions(+), 0 deletions(-) Approvals: Hashar: Looks good to me, approved jenkins-bot: Verified diff --git a/wmf-config/InitialiseSettings-labs.php b/wmf-config/InitialiseSettings-labs.php index 8aa4310..2314c25 100644 --- a/wmf-config/InitialiseSettings-labs.php +++ b/wmf-config/InitialiseSettings-labs.php @@ -300,6 +300,8 @@ 'wmgUseFlow' => array( 'enwiki' => true, ), + # Extension:Flow's browsertests use Talk:Flow_QA. + 'wgFlowOccupyPages' => array( 'Talk:Flow QA', 'Talk:Flow' ), 'wmgBug54847' => array( 'default' => false, -- To view, visit https://gerrit.wikimedia.org/r/93927 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I789fc2763e143690364894d8dd37f69e3c0a161f Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Spage <[email protected]> Gerrit-Reviewer: Cmcmahon <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
