a2e80a3585
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 Change-Id: I20e9be1071c27301a07089ec70c9ceb53fca7633
39 lines
1016 B
YAML
39 lines
1016 B
YAML
- job:
|
|
name: designate-bind9-stable-zed
|
|
parent: designate-bind9
|
|
nodeset: openstack-single-node-focal
|
|
override-checkout: stable/zed
|
|
|
|
- job:
|
|
name: designate-bind9-stable-yoga
|
|
parent: designate-bind9
|
|
nodeset: openstack-single-node-focal
|
|
override-checkout: stable/yoga
|
|
|
|
- job:
|
|
name: designate-bind9-stable-xena
|
|
parent: designate-bind9
|
|
nodeset: openstack-single-node-focal
|
|
override-checkout: stable/xena
|
|
|
|
- job:
|
|
name: designate-bind9-stable-wallaby
|
|
parent: designate-bind9
|
|
nodeset: openstack-single-node-focal
|
|
override-checkout: stable/wallaby
|
|
|
|
- project:
|
|
templates:
|
|
- designate-devstack-jobs
|
|
- check-requirements
|
|
- publish-openstack-docs-pti
|
|
- tempest-plugin-jobs
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- designate-bind9-stable-zed
|
|
- designate-bind9-stable-yoga
|
|
- designate-bind9-stable-xena
|
|
- designate-bind9-stable-wallaby
|
|
- neutron-tempest-plugin-designate-scenario
|