From e3e36f30930ebbd7c4784151559bb89ea6b57d1c Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 7 Feb 2019 11:05:24 +0100 Subject: [PATCH] Fix releasenotes publishing after opendev/base-jobs change This job uses a role in openstack-zuul-jobs, which is a repo that used to be included in openstack's base job, but is no longer now that we switched to the opendev base job. This adds the repo back to the role path for this job. The failure is: ERROR! the role 'write-root-marker' was not found Change-Id: I1f90a5a68b064ff24a325337d4c85dcfe4b07c7b --- zuul.d/jobs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index ab47113937..bf08500709 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -352,6 +352,7 @@ required-projects: - name: openstack/requirements roles: + - zuul: openstack-infra/openstack-zuul-jobs - zuul: openstack-infra/zuul-jobs vars: afs_subpath: "/releasenotes/{{ zuul.project.short_name }}"