Dzahn has submitted this change and it was merged. Change subject: contint: drop publish-console ......................................................................
contint: drop publish-console Was meant to eventually capture console logs and have them published under https://integration.wikimedia.org/logs/ . We never went to it though so the puppet class can be removed. Docroot is cleaned with: https://gerrit.wikimedia.org/r/262441 Change-Id: I8188d5c562065ac77c49ad8b5be01680570c269f --- D modules/contint/manifests/publish-console.pp M modules/contint/manifests/website.pp 2 files changed, 0 insertions(+), 11 deletions(-) Approvals: Hashar: Looks good to me, but someone else must approve jenkins-bot: Verified Dzahn: Looks good to me, approved diff --git a/modules/contint/manifests/publish-console.pp b/modules/contint/manifests/publish-console.pp deleted file mode 100644 index 92aea0e..0000000 --- a/modules/contint/manifests/publish-console.pp +++ /dev/null @@ -1,9 +0,0 @@ -# Dependencies for the Jenkins console publisher -# Files are made available under: -# https://integration.wikimedia.org/logs/ -class contint::publish-console { - - # publish-console.py dependency - require_package('python-requests') - -} diff --git a/modules/contint/manifests/website.pp b/modules/contint/manifests/website.pp index f1b6377..359a674 100644 --- a/modules/contint/manifests/website.pp +++ b/modules/contint/manifests/website.pp @@ -5,8 +5,6 @@ $zuul_git_dir = '/var/lib/zuul/git' ){ - require contint::publish-console - # Need to send Vary: X-Forwarded-Proto since most sites are forced to HTTPS # and behind a varnish cache. See also T62822 include ::apache::mod::headers -- To view, visit https://gerrit.wikimedia.org/r/260190 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8188d5c562065ac77c49ad8b5be01680570c269f Gerrit-PatchSet: 3 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Dzahn <[email protected]> Gerrit-Reviewer: Dzahn <[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
