Add .zuul.yaml with Tempest jobs
Use tempest jobs defined in manila repo
to run against changes to manila-tempest-plugin
Depends-On: I1fb124598f38067fee469df124ee684f748c6f57
Change-Id: Ic70b8549e3579e38325af4c089bdc82d9272965d
diff --git a/.zuul.yaml b/.zuul.yaml
new file mode 100644
index 0000000..ed79eac
--- /dev/null
+++ b/.zuul.yaml
@@ -0,0 +1,38 @@
+- project:
+ name: openstack/manila-tempest-plugin
+ check:
+ jobs:
+ - manila-tempest-dsvm-mysql-generic:
+ voting: false
+ - manila-tempest-dsvm-postgres-container:
+ voting: false
+ - manila-tempest-dsvm-postgres-zfsonlinux:
+ voting: false
+ - manila-tempest-dsvm-postgres-generic-singlebackend:
+ voting: false
+ - manila-tempest-dsvm-generic-no-share-servers:
+ voting: false
+ - manila-tempest-dsvm-scenario:
+ voting: false
+ - manila-tempest-minimal-dsvm-cephfs-native-centos-7:
+ voting: false
+ - manila-tempest-minimal-dsvm-cephfs-nfs-centos-7:
+ voting: false
+ - manila-tempest-dsvm-glusterfs-nfs:
+ voting: false
+ - manila-tempest-minimal-dsvm-dummy
+ - manila-tempest-minimal-dsvm-lvm-centos-7
+ gate:
+ jobs:
+ - manila-tempest-minimal-dsvm-dummy
+ - manila-tempest-minimal-dsvm-lvm-centos-7
+ experimental:
+ jobs:
+ - manila-tempest-dsvm-glusterfs-nfs:
+ voting: false
+ - manila-tempest-dsvm-glusterfs-native:
+ voting: false
+ - manila-tempest-dsvm-glusterfs-nfs-heketi:
+ voting: false
+ - manila-tempest-dsvm-glusterfs-native-heketi:
+ voting: false