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
| 95 | 95 | description: | |
| 96 | 96 | This is a base job for lvm with lio & tgt targets |
| 97 | 97 | with cinderlib tests. |
| 98 | branches: ^(?!stable/(ocata|pike|queens|rocky|stein)).*$ | |
| 98 | branches: ^(?!stable/(ocata|pike|queens|rocky|stein|train)).*$ | |
| 99 | 99 | parent: cinder-tempest-plugin-lvm-barbican-base-abstract |
| 100 | 100 | roles: |
| 101 | 101 | - zuul: opendev.org/openstack/cinderlib |
| 102 | 102 | required-projects: |
| 103 | 103 | - 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 | |
| 104 | 125 | run: playbooks/tempest-and-cinderlib-run.yaml |
| 105 | 126 | # Required to collect the tox-based logs of the cinderlib functional tests |
| 106 | 127 | post-run: playbooks/post-cinderlib.yaml |