From e6b8baede7950e36ddb624b8916f7c9e3e783045 Mon Sep 17 00:00:00 2001 From: Hongbin Lu Date: Mon, 2 Oct 2017 16:45:32 +0000 Subject: [PATCH] Add Zuul v3 tempest jobs This patch brings all Zun tempest jobs to this repo. Co-Authored-By: Kien Nguyen Depends-On: Ibfeb38b52c05a9f886dc7524d892842971cbd264 Change-Id: I25f13b53e08d9065baa8ce93149831714512410e Partial-Implements: blueprint migrate-to-zuulv3 --- .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 0000000..3746ac6 --- /dev/null +++ b/.zuul.yaml @@ -0,0 +1,12 @@ +- project: + name: openstack/zun-tempest-plugin + check: + jobs: + - zun-tempest-docker-sql + - zun-tempest-py35-docker-sql + - zun-tempest-docker-etcd + - zun-tempest-multinode-docker-sql + gate: + jobs: + - zun-tempest-docker-sql + - zun-tempest-py35-docker-sql