Codebase list cinder-tempest-plugin / fc98b28
Cap cinder-tempest-plugin version for stable/train We are capping stable/train testing with Tempest 26.1.0 (choosing 26.1.0 because of bug#1955418) - https://review.opendev.org/c/openstack/tempest/+/822339 To have compatible cinder-tempest-plugin version for Tempest 26.1.0 and stable/train testing, we need to cap it with 1.3.0. Change-Id: Ie78224ee67e9731f0c61e02c6a64bfa9e43fbef0 Ghanshyam Mann 4 years ago
1 changed file(s) with 22 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
9595 description: |
9696 This is a base job for lvm with lio & tgt targets
9797 with cinderlib tests.
98 branches: ^(?!stable/(ocata|pike|queens|rocky|stein)).*$
98 branches: ^(?!stable/(ocata|pike|queens|rocky|stein|train)).*$
9999 parent: cinder-tempest-plugin-lvm-barbican-base-abstract
100100 roles:
101101 - zuul: opendev.org/openstack/cinderlib
102102 required-projects:
103103 - opendev.org/openstack/cinderlib
104 run: playbooks/tempest-and-cinderlib-run.yaml
105 # Required to collect the tox-based logs of the cinderlib functional tests
106 post-run: playbooks/post-cinderlib.yaml
107 vars:
108 fetch_subunit_output_additional_dirs:
109 - "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/cinderlib'].src_dir }}"
110 tempest_test_exclude_list: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-exclude-list.txt'
111
112 - job:
113 name: cinder-tempest-plugin-lvm-barbican-base
114 description: |
115 This is a base job for lvm with lio & tgt targets
116 with cinderlib tests to run on stable/train testing.
117 branches: stable/train
118 parent: cinder-tempest-plugin-lvm-barbican-base-abstract
119 roles:
120 - zuul: opendev.org/openstack/cinderlib
121 required-projects:
122 - opendev.org/openstack/cinderlib
123 - name: opendev.org/openstack/cinder-tempest-plugin
124 override-checkout: 1.3.0
104125 run: playbooks/tempest-and-cinderlib-run.yaml
105126 # Required to collect the tox-based logs of the cinderlib functional tests
106127 post-run: playbooks/post-cinderlib.yaml