openstack-zuul-jobs/zuul.d/nodesets.yaml
Clark Boylan 9ec0fa8ca5 Cleanup legacy CentOS 7 jobs and nodesets
We are starting work to remove CentOS 7 from Zuul and Nodepool. The
first step there is to delete everything that appears to be unused. We
do that here cleaning up nodesets and jobs that should be unused at this
point in time.

Note we keep the wheel cache/mirror build and publication jobs around
for just a bit longer. We will clean those up when we are closer to
being able to remove everything CentOS 7 related.

Depends-On: https://review.opendev.org/c/openstack/project-config/+/910978
Change-Id: I984c494afc5ba58b50350bc9eae58260cc66f2ee
2024-03-04 10:19:33 -08:00

91 lines
1.8 KiB
YAML

# Shared nodesets specific to the OpenStack Project
- nodeset:
name: ubuntu-bionic-2-node
nodes:
- name: primary
label: ubuntu-bionic
- name: secondary
label: ubuntu-bionic
groups:
- name: subnodes
nodes:
- secondary
- nodeset:
name: ubuntu-xenial-2-node
nodes:
- name: primary
label: ubuntu-xenial
- name: secondary
label: ubuntu-xenial
groups:
- name: subnodes
nodes:
- secondary
- nodeset:
name: ubuntu-xenial-3-node
nodes:
- name: primary
label: ubuntu-xenial
- name: secondary-1
label: ubuntu-xenial
- name: secondary-2
label: ubuntu-xenial
groups:
- name: subnodes
nodes:
- secondary-1
- secondary-2
- nodeset:
name: legacy-ubuntu-xenial
nodes:
- name: primary
label: ubuntu-xenial
- nodeset:
name: legacy-ubuntu-bionic
nodes:
- name: primary
label: ubuntu-bionic
- nodeset:
name: legacy-ubuntu-xenial-2-node
nodes:
- name: primary
label: ubuntu-xenial
- name: secondary
label: ubuntu-xenial
groups:
- name: subnodes
nodes:
- secondary
- nodeset:
name: legacy-ubuntu-bionic-2-node
nodes:
- name: primary
label: ubuntu-bionic
- name: secondary
label: ubuntu-bionic
groups:
- name: subnodes
nodes:
- secondary
- nodeset:
name: legacy-ubuntu-bionic-3-node
nodes:
- name: primary
label: ubuntu-bionic
- name: secondary-1
label: ubuntu-bionic
- name: secondary-2
label: ubuntu-bionic
groups:
- name: subnodes
nodes:
- secondary-1
- secondary-2