From 9e9f2caa44983ed27c3eaa1c71badc4df7a59b54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Tr=C4=99bski?= Date: Tue, 24 Oct 2017 09:00:21 +0200 Subject: [PATCH] Add .zuul.yaml file Depends-On: I263b1a92a9ec7b5e38d9c1dc8b02e214102a92c2 Change-Id: I762911ed5120f3ff3d303e3b53be2dd8e0aa7db9 --- .zuul.yaml | 12 ++++++++++++ common/build_common.sh | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .zuul.yaml diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 0000000..6f07d8f --- /dev/null +++ b/.zuul.yaml @@ -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 diff --git a/common/build_common.sh b/common/build_common.sh index f314741..46cae77 100755 --- a/common/build_common.sh +++ b/common/build_common.sh @@ -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