From acb00279457e658c31664b7fea140d3b8a64d65f Mon Sep 17 00:00:00 2001 From: "Dr. Jens Harbott" Date: Mon, 16 Feb 2026 16:21:53 +0100 Subject: [PATCH] Drop openstack-*-node-bionic nodeset definitions In order to be able to edit these on the master branch, we need to drop them on the stable branches first. Signed-off-by: Dr. Jens Harbott Change-Id: Ibf1bf5454a4dd63b617963b70ce9bfec83de4916 (cherry picked from commit e5e266335ea76debd4ba0f5354f1db9b5a0b19a0) (cherry picked from commit 37cc2252597e4984a90ad66fe6dafcfe8234313f) --- .zuul.yaml | 75 ------------------------------------------------------ 1 file changed, 75 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 3b0e5dbde0..93224dd56e 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -28,16 +28,6 @@ nodes: - controller -- nodeset: - name: openstack-single-node-bionic - nodes: - - name: controller - label: ubuntu-bionic - groups: - - name: tempest - nodes: - - controller - - nodeset: name: devstack-single-node-centos-10-stream nodes: @@ -243,36 +233,6 @@ nodes: - compute1 -- nodeset: - name: openstack-two-node-bionic - nodes: - - name: controller - label: ubuntu-bionic - - name: compute1 - label: ubuntu-bionic - groups: - # Node where tests are executed and test results collected - - name: tempest - nodes: - - controller - # Nodes running the compute service - - name: compute - nodes: - - controller - - compute1 - # Nodes that are not the controller - - name: subnode - nodes: - - compute1 - # Switch node for multinode networking setup - - name: switch - nodes: - - controller - # Peer nodes for multinode networking setup - - name: peers - nodes: - - compute1 - - nodeset: name: openstack-three-node-focal nodes: @@ -308,41 +268,6 @@ - compute1 - compute2 -- nodeset: - name: openstack-three-node-bionic - nodes: - - name: controller - label: ubuntu-bionic - - name: compute1 - label: ubuntu-bionic - - name: compute2 - label: ubuntu-bionic - groups: - # Node where tests are executed and test results collected - - name: tempest - nodes: - - controller - # Nodes running the compute service - - name: compute - nodes: - - controller - - compute1 - - compute2 - # Nodes that are not the controller - - name: subnode - nodes: - - compute1 - - compute2 - # Switch node for multinode networking setup - - name: switch - nodes: - - controller - # Peer nodes for multinode networking setup - - name: peers - nodes: - - compute1 - - compute2 - - nodeset: name: devstack-two-node-debian-bookworm nodes: