Add .zuul.yaml file
Depends-On: I263b1a92a9ec7b5e38d9c1dc8b02e214102a92c2 Change-Id: I762911ed5120f3ff3d303e3b53be2dd8e0aa7db9
This commit is contained in:
parent
5c1fd542be
commit
9e9f2caa44
12
.zuul.yaml
Normal file
12
.zuul.yaml
Normal 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
|
@ -8,7 +8,7 @@ BRANCH=$3
|
|||||||
|
|
||||||
check_user() {
|
check_user() {
|
||||||
ME=$1
|
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
|
echo "\nERROR: Download monasca-common and do a mvn install to install the monasca-commom jars\n" 1>&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user