From 3a3317cf112e4619fe5dc918d79456a18a72c7d8 Mon Sep 17 00:00:00 2001 From: Adrian Czarnecki Date: Mon, 23 Oct 2017 10:28:52 +0200 Subject: [PATCH] Add .zuul.yaml file Change-Id: Idc32959e1692780a3013f9eefedd3fac7a7bab3e Depends-On: I263b1a92a9ec7b5e38d9c1dc8b02e214102a92c2 --- .zuul.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .zuul.yaml diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 00000000..e6457fba --- /dev/null +++ b/.zuul.yaml @@ -0,0 +1,12 @@ +- project: + name: openstack/monasca-persister + 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 \ No newline at end of file