From 838916827b7f8d99b0b16c13cb25e041602cdb5e Mon Sep 17 00:00:00 2001 From: Raissa Sarmento Date: Tue, 21 Nov 2017 13:36:16 -0300 Subject: [PATCH] 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 --- .zuul.yaml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .zuul.yaml diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 00000000..ed79eacc --- /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