8e0b490224
Add jobs 2023.2 and 2024.1, and move to non-voting the jobs for all unmaintained branches, but update them to reference the correct branches (stable/foo -> unmaintained/foo). Keep the job definitions for the older branches as they may be referenced by zuul definitions in old branches (as this devstack plugin is not branched). Change-Id: I16a98ada611adf26117e66ee91645030ba2be555
120 lines
3.7 KiB
YAML
120 lines
3.7 KiB
YAML
- project:
|
|
templates:
|
|
- publish-openstack-docs-pti
|
|
check:
|
|
jobs:
|
|
- devstack-plugin-nfs-tempest-full
|
|
- devstack-plugin-nfs-tempest-full-2024-1
|
|
- devstack-plugin-nfs-tempest-full-2023-2
|
|
- devstack-plugin-nfs-tempest-full-2023-1
|
|
- devstack-plugin-nfs-tempest-full-zed:
|
|
voting: no
|
|
- devstack-plugin-nfs-tempest-full-yoga:
|
|
voting: no
|
|
- devstack-plugin-nfs-tempest-full-xena:
|
|
voting: no
|
|
- devstack-plugin-nfs-tempest-full-wallaby:
|
|
voting: no
|
|
- devstack-plugin-nfs-tempest-full-victoria:
|
|
voting: no
|
|
- devstack-plugin-nfs-tempest-full-fips:
|
|
voting: no
|
|
gate:
|
|
jobs:
|
|
- devstack-plugin-nfs-tempest-full
|
|
- devstack-plugin-nfs-tempest-full-2024-1
|
|
- devstack-plugin-nfs-tempest-full-2023-2
|
|
- devstack-plugin-nfs-tempest-full-2023-1
|
|
# - devstack-plugin-nfs-tempest-full-zed
|
|
# - devstack-plugin-nfs-tempest-full-yoga
|
|
# - devstack-plugin-nfs-tempest-full-xena
|
|
# - devstack-plugin-nfs-tempest-full-wallaby
|
|
# - devstack-plugin-nfs-tempest-full-victoria
|
|
# - devstack-plugin-nfs-tempest-full-fips
|
|
|
|
- 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
|
|
devstack_services:
|
|
# Disable horizon (inherited from the parent, not needed by the tests executed here)
|
|
horizon: false
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- ^(test-|)requirements.txt$
|
|
- ^setup.cfg$
|
|
|
|
- job:
|
|
name: devstack-plugin-nfs-tempest-full-2024-1
|
|
parent: devstack-plugin-nfs-tempest-full
|
|
override-checkout: stable/2024.1
|
|
|
|
- job:
|
|
name: devstack-plugin-nfs-tempest-full-2023-2
|
|
parent: devstack-plugin-nfs-tempest-full
|
|
override-checkout: stable/2023.2
|
|
|
|
- job:
|
|
name: devstack-plugin-nfs-tempest-full-2023-1
|
|
parent: devstack-plugin-nfs-tempest-full
|
|
override-checkout: stable/2023.1
|
|
|
|
- job:
|
|
name: devstack-plugin-nfs-tempest-full-zed
|
|
parent: devstack-plugin-nfs-tempest-full
|
|
nodeset: openstack-single-node-focal
|
|
override-checkout: unmaintained/zed
|
|
|
|
- job:
|
|
name: devstack-plugin-nfs-tempest-full-yoga
|
|
parent: devstack-plugin-nfs-tempest-full
|
|
nodeset: openstack-single-node-focal
|
|
override-checkout: unmaintained/yoga
|
|
|
|
- job:
|
|
name: devstack-plugin-nfs-tempest-full-xena
|
|
parent: devstack-plugin-nfs-tempest-full
|
|
nodeset: openstack-single-node-focal
|
|
override-checkout: unmaintained/xena
|
|
|
|
- job:
|
|
name: devstack-plugin-nfs-tempest-full-wallaby
|
|
parent: devstack-plugin-nfs-tempest-full
|
|
nodeset: openstack-single-node-focal
|
|
override-checkout: unmaintained/wallaby
|
|
vars:
|
|
tox_envlist: full
|
|
|
|
- job:
|
|
name: devstack-plugin-nfs-tempest-full-victoria
|
|
parent: devstack-plugin-nfs-tempest-full
|
|
nodeset: openstack-single-node-focal
|
|
override-checkout: unmaintained/victoria
|
|
vars:
|
|
tox_envlist: full
|
|
|
|
- job:
|
|
name: devstack-plugin-nfs-tempest-full-fips
|
|
parent: devstack-plugin-nfs-tempest-full
|
|
nodeset: devstack-single-node-centos-9-stream
|
|
pre-run: playbooks/enable-fips.yaml
|
|
vars:
|
|
configure_swap_size: 4096
|
|
nslookup_target: 'opendev.org'
|