Don't test EOL cinderlib branches

cinderlib stable/ussuri went EOL with change I75092342fe68.
cinderlib stable/train went EOL with change I25d78267ab4a.
Revise the cinder-tempest-plugin-lvm-barbican-base job for
these branches so that they don't run the cinderlib functional
tests.

Change-Id: I2c66fcb64ffe1ac4a03778e7a11c67fbd20166ba
This commit is contained in:
Brian Rosmaita
2022-11-02 18:12:43 -04:00
parent 7ee02e8ed3
commit 6b7ddd3f58

View File

@@ -144,13 +144,11 @@
name: cinder-tempest-plugin-lvm-barbican-base
description: |
This is a base job for lvm with lio & tgt targets
with cinderlib tests to run on stable/train to stable/victoria
with cinderlib tests to run on stable/victoria
testing. To run on those stable branches that are using tempest
26.1.0 (which is set in the devstack stackrc file), we must
use cinder-tempest-plugin compatible version 1.3.0.
branches:
- stable/train
- stable/ussuri
- stable/victoria
parent: cinder-tempest-plugin-lvm-barbican-base-abstract
roles:
@@ -167,6 +165,26 @@
- "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/cinderlib'].src_dir }}"
tempest_test_exclude_list: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-exclude-list.txt'
- job:
name: cinder-tempest-plugin-lvm-barbican-base
description: |
This is a base job for lvm with lio & tgt targets
for stable/train and stable/ussuri testing.
To run on those stable branches that are using tempest
26.1.0 (which is set in the devstack stackrc file), we must
use cinder-tempest-plugin compatible version 1.3.0.
We no longer test cinderlib because it's EOL on these branches.
branches:
- stable/train
- stable/ussuri
parent: cinder-tempest-plugin-lvm-barbican-base-abstract
required-projects:
- opendev.org/openstack/cinderlib
- name: opendev.org/openstack/cinder-tempest-plugin
override-checkout: 1.3.0
vars:
tempest_test_exclude_list: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-exclude-list.txt'
- job:
name: cinder-tempest-plugin-lvm-barbican-base
description: |