Migrate legacy jobs to Ubuntu Bionic
We have migrated the zuulv3 job to Bionic during Dec/Jan month. - http://lists.openstack.org/pipermail/openstack-discuss/2018-December/000837.html - https://etherpad.openstack.org/p/devstack-bionic But that effort does not move all gate job to Bionic as there are large amount of jobs are still legacy jobs. All the legacy jobs still use Xenial as nodeset. As per the decided runtime for Stein, we need to test everything on openstack CI/CD on Bionic - https://governance.openstack.org/tc/reference/runtimes/stein.html Below patch move the legacy base jobs to bionic which will move the derived jobs automatically to bionic. These jobs are modified with branch variant so that they will use Bionic node from stein onwards and xenial for all other stable branches until stable/rocky. - https://review.openstack.org/#/c/639096 This commit remove the overridden nodeset from legacy jobs so that it will start using the nodeset defined in parent job. More Details: - https://etherpad.openstack.org/p/legacy-job-bionic - http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003614.html Depends-On: https://review.openstack.org/#/c/639096 Co-Authored-By: Ghanshyam Mann <gmann@ghanshyammann.com> Change-Id: Idf073eaef3772aa24b60d600cec3f898e6ed022a
This commit is contained in:
parent
86ca860857
commit
aa221a3c09
@ -226,7 +226,6 @@
|
||||
- openstack-dev/grenade
|
||||
- openstack-infra/devstack-gate
|
||||
- openstack/neutron
|
||||
nodeset: ubuntu-xenial-2-node
|
||||
irrelevant-files: *tempest-irrelevant-files
|
||||
|
||||
- job:
|
||||
@ -239,7 +238,6 @@
|
||||
- openstack-dev/grenade
|
||||
- openstack-infra/devstack-gate
|
||||
- openstack/neutron
|
||||
nodeset: ubuntu-xenial-2-node
|
||||
irrelevant-files: *tempest-irrelevant-files
|
||||
|
||||
- job:
|
||||
|
Loading…
Reference in New Issue
Block a user