jenkins-bot has submitted this change and it was merged. Change subject: Put eqiad in read-only mode for scheduled test ......................................................................
Put eqiad in read-only mode for scheduled test Change-Id: Ie3f798ac642ef97f660bd5589ef327743f2f99a1 --- M wmf-config/db-eqiad.php 1 file changed, 7 insertions(+), 7 deletions(-) Approvals: Jcrespo: Looks good to me, but someone else must approve Ori.livneh: Looks good to me, approved Giuseppe Lavagetto: Looks good to me, but someone else must approve jenkins-bot: Verified diff --git a/wmf-config/db-eqiad.php b/wmf-config/db-eqiad.php index 83c6ada..88ada58 100644 --- a/wmf-config/db-eqiad.php +++ b/wmf-config/db-eqiad.php @@ -562,13 +562,13 @@ # This key must exist for the master switch script to work 'readOnlyBySection' => array( -# 'DEFAULT' => 'MediaWiki is in read-only mode for maintenance. Please try again in 3 minutes', # s3 -# 's1' => 'MediaWiki is in read-only mode for maintenance. Please try again in 3 minutes', -# 's2' => 'MediaWiki is in read-only mode for maintenance. Please try again in 3 minutes', -# 's4' => 'MediaWiki is in read-only mode for maintenance. Please try again in 3 minutes', -# 's5' => 'MediaWiki is in read-only mode for maintenance. Please try again in 3 minutes', -# 's6' => 'MediaWiki is in read-only mode for maintenance. Please try again in 3 minutes', -# 's7' => 'MediaWiki is in read-only mode for maintenance. Please try again in 3 minutes', + 'DEFAULT' => 'MediaWiki is in read-only mode for maintenance. Please try again in 3 minutes', # s3 + 's1' => 'MediaWiki is in read-only mode for maintenance. Please try again in 3 minutes', + 's2' => 'MediaWiki is in read-only mode for maintenance. Please try again in 3 minutes', + 's4' => 'MediaWiki is in read-only mode for maintenance. Please try again in 3 minutes', + 's5' => 'MediaWiki is in read-only mode for maintenance. Please try again in 3 minutes', + 's6' => 'MediaWiki is in read-only mode for maintenance. Please try again in 3 minutes', + 's7' => 'MediaWiki is in read-only mode for maintenance. Please try again in 3 minutes', ), ); -- To view, visit https://gerrit.wikimedia.org/r/277462 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie3f798ac642ef97f660bd5589ef327743f2f99a1 Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Ori.livneh <[email protected]> Gerrit-Reviewer: Florianschmidtwelzow <[email protected]> Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: Jcrespo <[email protected]> Gerrit-Reviewer: Ori.livneh <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
