Merge "Make sure releasenotes always build on master"
This commit is contained in:
commit
d35cc799a7
@ -1,9 +1,3 @@
|
||||
# reno always runs on master, even if there was a commit from another branch
|
||||
- name: Switch to master branch
|
||||
command: git checkout master
|
||||
args:
|
||||
chdir: '{{ zuul_work_dir }}'
|
||||
|
||||
# TODO(mordred) Put the translations logic into a sphinx plugin?
|
||||
- name: Check if translations exist for release notes
|
||||
stat:
|
||||
|
@ -355,16 +355,18 @@
|
||||
- job:
|
||||
name: build-openstack-releasenotes
|
||||
parent: openstack-tox
|
||||
description: |
|
||||
Build releasenotes, with optional translation support, using reno.
|
||||
success-url: html/
|
||||
run: playbooks/releasenotes/run
|
||||
post-run: playbooks/releasenotes/post
|
||||
# Release notes always build on master.
|
||||
override-branch: master
|
||||
timeout: 1800
|
||||
files:
|
||||
- ^releasenotes/.*
|
||||
- ^tox.ini
|
||||
- ^.*requirements.txt$
|
||||
vars:
|
||||
tox_envlist: releasenotes
|
||||
|
||||
- job:
|
||||
name: legacy-base
|
||||
|
Loading…
x
Reference in New Issue
Block a user