Merge "Add stable branch jobs on the plugins master gate"

This commit is contained in:
Zuul 2021-06-23 21:34:38 +00:00 committed by Gerrit Code Review
commit b10b9d6dd8
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# Stable branch jobs to test the trunk version of manila-tempest-plugin against
# released stable branches of manila
- job:
name: manila-tempest-plugin-lvm-wallaby
parent: manila-tempest-plugin-lvm
override-checkout: stable/wallaby
nodeset: openstack-single-node-focal
- job:
name: manila-tempest-plugin-lvm-victoria
parent: manila-tempest-plugin-lvm
override-checkout: stable/victoria
nodeset: openstack-single-node-focal
- job:
name: manila-tempest-plugin-lvm-ussuri
parent: manila-tempest-plugin-lvm
override-checkout: stable/ussuri
nodeset: openstack-single-node-bionic

View File

@ -7,6 +7,9 @@
- manila-tempest-plugin-dummy-no-dhss
- manila-tempest-plugin-dummy-dhss
- manila-tempest-plugin-lvm
- manila-tempest-plugin-lvm-wallaby
- manila-tempest-plugin-lvm-victoria
- manila-tempest-plugin-lvm-ussuri
- manila-tempest-plugin-zfsonlinux:
voting: false
- manila-tempest-plugin-cephfs-native: