From 00dcec6420c43f8c78aa06e5408e11a311f94d4d Mon Sep 17 00:00:00 2001
From: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
Date: Tue, 7 Dec 2021 08:02:08 +0000
Subject: [PATCH] Remove testing on debian

Remove testing on buster as this is no longer a supported OS for
openstack-ansible.

The job causes kernel panics on bullseye so does not generate any
meaningful CI results. Restore testing on bullseye when zun when
this is fixed.

Change-Id: I91f5d67129065b281b3a22281d0eae9ff89786c0
---
 zuul.d/project.yaml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml
index 3059bb7..f2ce9e7 100644
--- a/zuul.d/project.yaml
+++ b/zuul.d/project.yaml
@@ -21,7 +21,6 @@
       - build-release-notes-jobs-python3
     check:
       jobs:
-        - openstack-ansible-deploy-aio_metal-debian-buster
         - openstack-ansible-deploy-aio_metal-centos-8
         - openstack-ansible-deploy-aio_metal-centos-8-stream
         - openstack-ansible-deploy-aio_metal-ubuntu-bionic
@@ -31,7 +30,6 @@
         - openstack-ansible-upgrade-aio_metal-ubuntu-focal
     gate:
       jobs:
-        - openstack-ansible-deploy-aio_metal-debian-buster
         - openstack-ansible-deploy-aio_metal-centos-8
         - openstack-ansible-deploy-aio_metal-centos-8-stream
         - openstack-ansible-deploy-aio_metal-ubuntu-bionic