devstack-plugin-nfs/.zuul.yaml
Luigi Toscano 130c558ac7 Update the branch-specific jobs (+v, +w, +x, -s, -t)
- victoria, wallaby and xena have been out for a while
  and need to be tested;
- stein and train are EM and other plugins dropped
  their testing;
- temporarily disable the ussuri job until the related
  bug is solved, otherwise no changes can be merged
  in any of the active branches. It may take a while
  for that to be solved, or the ussuri branch may move
  out of support before that (it's already EM).

Related-Bug: #1916750
Change-Id: I379fe59b2fbf4888edfa8e6dd6fe1478c6c06497
2021-11-25 14:52:21 +01:00

98 lines
3.0 KiB
YAML

- project:
templates:
- publish-openstack-docs-pti
check:
jobs:
- devstack-plugin-nfs-tempest-full
- devstack-plugin-nfs-tempest-full-xena
- devstack-plugin-nfs-tempest-full-wallaby
- devstack-plugin-nfs-tempest-full-victoria
# ussuri disabled due to https://bugs.launchpad.net/nova/+bug/1916750
- devstack-plugin-nfs-tempest-full-ussuri:
voting: no
gate:
jobs:
- devstack-plugin-nfs-tempest-full
- devstack-plugin-nfs-tempest-full-xena
- devstack-plugin-nfs-tempest-full-wallaby
- devstack-plugin-nfs-tempest-full-victoria
# - devstack-plugin-nfs-tempest-full-ussuri
- job:
name: devstack-plugin-nfs-tempest-full
parent: tempest-full
description: |
tempest-full job based on NFS with py2.
Former names for this job where:
* legacy-tempest-dsvm-full-devstack-plugin-nfs
timeout: 10800
required-projects:
- opendev.org/openstack/devstack-plugin-nfs
host-vars:
controller:
devstack_plugins:
devstack-plugin-nfs: https://opendev.org/openstack/devstack-plugin-nfs
vars:
devstack_localrc:
ENABLE_NFS_CINDER: true
# enabled by default in tempest-full:
ENABLE_VOLUME_MULTIATTACH: false
irrelevant-files: &gate-irrelevant-files
- ^.*\.rst$
- ^doc/.*$
- ^(test-|)requirements.txt$
- ^setup.cfg$
branches:
- stable/ocata
- stable/pike
- stable/queens
- stable/rocky
- stable/stein
- stable/train
- job:
name: devstack-plugin-nfs-tempest-full
parent: tempest-full-py3
description: |
tempest-full-py3 job based on NFS.
Former names for this job where:
* legacy-tempest-dsvm-full-devstack-plugin-nfs
timeout: 10800
required-projects:
- opendev.org/openstack/devstack-plugin-nfs
host-vars:
controller:
devstack_plugins:
devstack-plugin-nfs: https://opendev.org/openstack/devstack-plugin-nfs
vars:
devstack_localrc:
ENABLE_NFS_CINDER: true
# enabled by default in tempest-full:
ENABLE_VOLUME_MULTIATTACH: false
irrelevant-files: *gate-irrelevant-files
branches: ^(?!stable/(ocata|pike|queens|rocky|stein|train)).*$
- job:
name: devstack-plugin-nfs-tempest-full-xena
parent: devstack-plugin-nfs-tempest-full
nodeset: openstack-single-node-focal
override-checkout: stable/xena
- job:
name: devstack-plugin-nfs-tempest-full-wallaby
parent: devstack-plugin-nfs-tempest-full
nodeset: openstack-single-node-focal
override-checkout: stable/wallaby
- job:
name: devstack-plugin-nfs-tempest-full-victoria
parent: devstack-plugin-nfs-tempest-full
nodeset: openstack-single-node-focal
override-checkout: stable/victoria
- job:
name: devstack-plugin-nfs-tempest-full-ussuri
parent: devstack-plugin-nfs-tempest-full
nodeset: openstack-single-node-bionic
override-checkout: stable/ussuri