Merge "Fix releasenotes post job"

This commit is contained in:
Jenkins 2015-11-25 16:04:23 +00:00 committed by Gerrit Code Review
commit 07783883a0
3 changed files with 8 additions and 4 deletions

View File

@ -67,9 +67,9 @@
- shell: |
#!/bin/bash -xe
CLONEMAP=`mktemp`
function cleanup {
function cleanup {{
rm -f $CLONEMAP
}
}}
trap cleanup EXIT
cat > $CLONEMAP << EOF
clonemap:

View File

@ -62,8 +62,8 @@
builders:
- revoke-sudo
- branch-git-prep:
branch: master
- zuul-git-branch-prep:
branch-override: master
- tox:
envlist: 'releasenotes'

View File

@ -2134,6 +2134,10 @@ jobs:
- '^tox.ini'
- '^.*requirements.txt$'
# Post job is run on liberty and newer branches only
- name: ^(?!gate).*-releasenotes$
branch: ^(?!stable/(?:juno|kilo)).*$
# Constraints Jobs
- name: ^gate-.*-constraints$
branch: ^(?!stable/(?:juno|kilo)).*$