jenkins-bot has submitted this change and it was merged. Change subject: point operations-puppet-rspec to git:// url ......................................................................
point operations-puppet-rspec to git:// url The operations-puppet-rspec was still pointing to /srv/ssd/zuul/git. A side effect is that it was no more able to fetch submodules because the Jenkins git plugin rewrite the submodule URL (bug 42953). That is exactly the same issue we had with the operations-puppet-doc job a few weeks ago. https://gerrit.wikimedia.org/r/#/c/85972/ Fix is the same :-) bug: 42953 Change-Id: I088ee52c7407ae421333a12b99c44dd7a92df0e6 --- M operations-puppet.yaml 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Hashar: Looks good to me, approved jenkins-bot: Verified diff --git a/operations-puppet.yaml b/operations-puppet.yaml index c2b77d3..20f426b 100644 --- a/operations-puppet.yaml +++ b/operations-puppet.yaml @@ -31,7 +31,7 @@ - job-template: name: 'operations-puppet-spec' node: hasSlaveScripts - defaults: use-zuul + defaults: use-remote-zuul triggers: - zuul -- To view, visit https://gerrit.wikimedia.org/r/88993 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I088ee52c7407ae421333a12b99c44dd7a92df0e6 Gerrit-PatchSet: 1 Gerrit-Project: integration/jenkins-job-builder-config Gerrit-Branch: master Gerrit-Owner: Hashar <[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
