Merge "Make sure releasenotes always build on master"

This commit is contained in:
Zuul 2017-10-09 21:34:55 +00:00 committed by Gerrit Code Review
commit d35cc799a7
2 changed files with 4 additions and 8 deletions

View File

@ -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:

View File

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