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
This commit is contained in:
Andreas Jaeger 2019-02-07 11:05:24 +01:00
parent a588dede17
commit e3e36f3093
1 changed files with 1 additions and 0 deletions

View File

@ -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 }}"