Merge "Add allowed-projects to static publish jobs"

This commit is contained in:
Zuul 2019-09-10 08:32:33 +00:00 committed by Gerrit Code Review
commit 41db86992f
1 changed files with 5 additions and 0 deletions

View File

@ -721,6 +721,8 @@
Publish content to static.openstack.org to
/srv/static/{{ zuul.project.short_name }}
final: true
allowed-projects:
- openstack/releases
vars:
static_target: "{{ zuul.project.short_name }}"
@ -730,6 +732,9 @@
description: |
Promote content to static.openstack.org to
/srv/static/{{ zuul.project.short_name }}
allowed-projects:
- openstack/election
- openstack/transparency-policy
final: true
vars:
static_target: "{{ zuul.project.short_name }}"