Pin stable branch jobs nodeset to Ubuntu Focal (20.04)
In 2023.1 cycle. we are moving the default distro version of Ubuntu to Jammy (22.04)[1] so we need to pin the nodeset for stable branch job in master gate so that they continue run on their supporting distro version which is Ubuntu Focal since stable/victoria. [1] https://governance.openstack.org/tc/goals/selected/migrate-ci-jobs-to-ubuntu-jammy.html Depends-On: https://review.opendev.org/c/openstack/kuryr-kubernetes/+/861836 Change-Id: I1cf6bd24bf00b445ccb0e87702edd84db4d5f2a1
This commit is contained in:
parent
1569ccfd69
commit
0863d4ad32
@ -28,19 +28,23 @@
|
||||
- job:
|
||||
name: kuryr-kubernetes-tempest-yoga
|
||||
parent: kuryr-kubernetes-tempest
|
||||
nodeset: openstack-single-node-focal
|
||||
override-checkout: stable/yoga
|
||||
|
||||
- job:
|
||||
name: kuryr-kubernetes-tempest-xena
|
||||
parent: kuryr-kubernetes-tempest
|
||||
nodeset: openstack-single-node-focal
|
||||
override-checkout: stable/xena
|
||||
|
||||
- job:
|
||||
name: kuryr-kubernetes-tempest-wallaby
|
||||
parent: kuryr-kubernetes-tempest
|
||||
nodeset: openstack-single-node-focal
|
||||
override-checkout: stable/wallaby
|
||||
|
||||
- job:
|
||||
name: kuryr-kubernetes-tempest-victoria
|
||||
parent: kuryr-kubernetes-tempest
|
||||
nodeset: openstack-single-node-focal
|
||||
override-checkout: stable/victoria
|
||||
|
Loading…
x
Reference in New Issue
Block a user