Remove debian-stable job

The "stable" this originally referred to is stretch, which is now two
"stable"'s ago.  We've since realised that giving nodesets generic
names doesn't work so well for this reason and will use codenames in
the future (debian-bullseye, etc.).

Since we're not going to update this old branch to new releases,
remove this job so infra can remove the debian-stable nodeset.

Change-Id: I9093b4376363bb3bb786ef5d147043933612c8b5
This commit is contained in:
Ian Wienand 2021-10-18 14:43:33 +11:00
parent 2b8f71c85d
commit 75d692e5e0
2 changed files with 0 additions and 10 deletions

View File

@ -35,11 +35,3 @@
vars:
action: deploy
scenario: aio_metal_octavia
- job:
name: openstack-ansible-deploy-aio_metal_octavia-debian-stable
parent: openstack-ansible-deploy-aio
nodeset: debian-stable
vars:
action: deploy
scenario: aio_metal_octavia

View File

@ -21,7 +21,6 @@
check:
jobs:
- openstack-ansible-deploy-aio_metal_octavia-centos-7
- openstack-ansible-deploy-aio_metal_octavia-debian-stable
- openstack-ansible-deploy-aio_metal_octavia-ubuntu-bionic
experimental:
jobs:
@ -29,5 +28,4 @@
gate:
jobs:
- openstack-ansible-deploy-aio_metal_octavia-centos-7
- openstack-ansible-deploy-aio_metal_octavia-debian-stable
- openstack-ansible-deploy-aio_metal_octavia-ubuntu-bionic