Merge "Test constraints with zuul-cloner in post queue"

This commit is contained in:
Jenkins 2016-07-15 15:13:54 +00:00 committed by Gerrit Code Review
commit 5ebca34f10
2 changed files with 25 additions and 0 deletions

View File

@ -131,3 +131,27 @@
jobs:
- gate-{name}-install-guide
- '{name}-install-guide'
# TODO(jaegerandi): Remove this again after testing. This is just for
# testing that zuul-cloner works with constraints in the post queue.
# It does not do anything usefull.
- job:
name: zuul-cloner-test
node: ubuntu-trusty
builders:
- zuul-git-prep-upper-constraints
- install-distro-packages
- revoke-sudo
- shell: |
#!/bin/bash -xe
# Just output some information about git status and variables
echo $ZUUL_REFNAME
echo $ZUUL_BRANCH
git log -n2
git status
- tox:
envlist: zuul-cloner-test
publishers:
- console-log

View File

@ -9485,6 +9485,7 @@ projects:
post:
- openstack-manuals-tox-doc-publishdocs
- propose-openstack-manuals-updates
- zuul-cloner-test
- name: openstack/openstack-planet
template: