Gehel has submitted this change and it was merged. Change subject: Disable cirrus search crons on mw1152 ......................................................................
Disable cirrus search crons on mw1152 Maintenance crons for Cirrus are not meant to run on multiple hosts at the same time. They are already running on terbium and should not be running on mw1152 as this is a test re-image machine. Bug: T127322 Change-Id: I29b0696899b1085609200af726053087995a665a --- M hieradata/hosts/mw1152.yaml 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Gehel: Looks good to me, approved Giuseppe Lavagetto: Looks good to me, but someone else must approve DCausse: Looks good to me, but someone else must approve jenkins-bot: Verified diff --git a/hieradata/hosts/mw1152.yaml b/hieradata/hosts/mw1152.yaml index 8075bc5..5381d1e 100644 --- a/hieradata/hosts/mw1152.yaml +++ b/hieradata/hosts/mw1152.yaml @@ -24,6 +24,7 @@ mediawiki::maintenance::purge_securepoll::ensure: absent mediawiki::maintenance::jobqueue_stats::ensure: absent mediawiki::maintenance::updatequerypages::ensure: absent +mediawiki::maintenance::cirrussearch::ensure: absent tendril::maintenance::ensure: absent hhvm::extra::cli: hhvm: -- To view, visit https://gerrit.wikimedia.org/r/271548 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I29b0696899b1085609200af726053087995a665a Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Gehel <[email protected]> Gerrit-Reviewer: DCausse <[email protected]> Gerrit-Reviewer: EBernhardson <[email protected]> Gerrit-Reviewer: Gehel <[email protected]> Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
