Run bashate test over devstack-gate too

Run bashate changes over devstack-gate too, so we can be sure we don't
release changes that break it

Change-Id: I8b03f13e9c59b844d33d71b32c62d1216615a34b
Depends-On: Id907a566e046ed65f7e02776f2be4382829afe8e
This commit is contained in:
Ian Wienand 2015-10-19 17:42:10 +11:00
parent 77fcf9edd3
commit f401b6f538
1 changed files with 12 additions and 4 deletions

View File

@ -1,5 +1,5 @@
- job:
# run bashate changes over devstack
# run bashate changes over devstack & devstack-gate
name: 'gate-bashate-devstack'
node: ubuntu-trusty
@ -17,10 +17,18 @@
/usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \
git://git.openstack.org \
openstack-dev/bashate \
openstack-dev/devstack
openstack-dev/devstack \
openstack-infra/devstack-gate
cd openstack-dev/devstack
BASHATE_INSTALL_PATH=$WORKSPACE/openstack-dev/bashate tox -e bashate
export BASHATE_INSTALL_PATH=$WORKSPACE/openstack-dev/bashate
pushd openstack-dev/devstack
tox -e bashate
popd
pushd openstack-infra/devstack-gate
tox -e bashate
popd
publishers:
- console-log