Add .zuul.yaml file

Depends-On: I263b1a92a9ec7b5e38d9c1dc8b02e214102a92c2
Change-Id: I762911ed5120f3ff3d303e3b53be2dd8e0aa7db9
This commit is contained in:
Tomasz Trębski 2017-10-24 09:00:21 +02:00
parent 5c1fd542be
commit 9e9f2caa44
2 changed files with 13 additions and 1 deletions

12
.zuul.yaml Normal file
View File

@ -0,0 +1,12 @@
- project:
name: openstack/monasca-thresh
check:
jobs:
- monasca-tempest-python-mysql:
voting: false
- monasca-tempest-python-postgresql:
voting: false
- monasca-tempest-java-mysql:
voting: false
- monasca-tempest-java-postgresql:
voting: false

View File

@ -8,7 +8,7 @@ BRANCH=$3
check_user() {
ME=$1
if [ "${ME}" != "jenkins" ]; then
if [ "${ME}" != "zuul" ]; then
echo "\nERROR: Download monasca-common and do a mvn install to install the monasca-commom jars\n" 1>&2
exit 1
fi