[goal] Migrate cinder-tempest-plugin jobs to focal
As per victoria cycle testing runtime and community goal[1]
we need to migrate upstream CI/CD to Ubuntu Focal(20.04).
Most of the Tempest jobs will be migrate automatically once devstack
base job start running on Focal[2].
Stable jobs testing stable branch needs to keep running on their supported
distro version which is bionic from stein till ussuri.
Keeping barbican jobs running on bionic nodeset till
https://storyboard.openstack.org/#!/story/2007732 is fixed.
[1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal.html
[2] https://review.opendev.org/#/c/734700/
Story: #2007865
Task: #40179
Change-Id: Ief046344957004a5ad29337864ace5837d6c553d
Ghanshyam Mann
5 years ago
| 22 | 22 | description: | |
| 23 | 23 | This is a base job for lvm with lio & tgt targets |
| 24 | 24 | parent: devstack-tempest |
| 25 | # TODO(gmann): Remove the below nodeset setting to Bionic once | |
| 26 | # https://storyboard.openstack.org/#!/story/2007732 is fixed | |
| 27 | # Once nodeset is removed form here then devstack-tempest job | |
| 28 | # will automatically run this job on Ubuntu Focal nodeset from | |
| 29 | # Victoria gate onwards. | |
| 30 | nodeset: openstack-single-node-bionic | |
| 25 | 31 | timeout: 10800 |
| 26 | 32 | roles: |
| 27 | 33 | - zuul: opendev.org/openstack/cinderlib |
| 138 | 144 | - job: |
| 139 | 145 | name: cinder-tempest-plugin-basic-ussuri |
| 140 | 146 | parent: cinder-tempest-plugin-basic |
| 147 | nodeset: openstack-single-node-bionic | |
| 141 | 148 | override-checkout: stable/ussuri |
| 142 | 149 | |
| 143 | 150 | - job: |
| 144 | 151 | name: cinder-tempest-plugin-basic-train |
| 145 | 152 | parent: cinder-tempest-plugin-basic |
| 153 | nodeset: openstack-single-node-bionic | |
| 146 | 154 | override-checkout: stable/train |
| 147 | 155 | vars: |
| 148 | 156 | devstack_localrc: |
| 151 | 159 | - job: |
| 152 | 160 | name: cinder-tempest-plugin-basic-stein |
| 153 | 161 | parent: cinder-tempest-plugin-basic |
| 162 | nodeset: openstack-single-node-bionic | |
| 154 | 163 | override-checkout: stable/stein |
| 155 | 164 | vars: |
| 156 | 165 | devstack_localrc: |