Andrew Bogott has submitted this change and it was merged. Change subject: zuul: update layout_config path ......................................................................
zuul: update layout_config path We have migrated the Zuul configuration repository to integration/config.git and moved layout.yaml under the /zuul/ sub directory. A symbolic link was left over and still used, adjust the Zuul configuration file to point directly to the file. The symbolic link can then be removed. Change-Id: I48f401482bf03a2a59854389256c06068e5ff269 --- M modules/zuul/templates/zuul.conf.erb 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Andrew Bogott: Looks good to me, approved jenkins-bot: Verified diff --git a/modules/zuul/templates/zuul.conf.erb b/modules/zuul/templates/zuul.conf.erb index af9124b..f1050ed 100644 --- a/modules/zuul/templates/zuul.conf.erb +++ b/modules/zuul/templates/zuul.conf.erb @@ -27,7 +27,7 @@ sshkey=/var/lib/zuul/.ssh/id_rsa [zuul] -layout_config=/etc/zuul/wikimedia/layout.yaml +layout_config=/etc/zuul/wikimedia/zuul/layout.yaml log_config=/etc/zuul/logging.conf state_dir=/var/lib/zuul url_pattern=<%= @url_pattern %> -- To view, visit https://gerrit.wikimedia.org/r/173276 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I48f401482bf03a2a59854389256c06068e5ff269 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Hashar <[email protected]> Gerrit-Reviewer: Alexandros Kosiaris <[email protected]> Gerrit-Reviewer: Andrew Bogott <[email protected]> Gerrit-Reviewer: ArielGlenn <[email protected]> Gerrit-Reviewer: Faidon Liambotis <[email protected]> Gerrit-Reviewer: Filippo Giunchedi <[email protected]> Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: Mark Bergsma <[email protected]> Gerrit-Reviewer: Ottomata <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
