From 5ba84319b9ff5f1d47b3314519f3d942078e6b6b Mon Sep 17 00:00:00 2001 From: "Dr. Jens Harbott" Date: Mon, 23 May 2022 14:47:32 +0200 Subject: [PATCH] Drop platform jobs for bionic and centos-8-stream These are no longer working, so drop'em. Change-Id: I4e8311dd4e1eb7c9bc9533cebbd1a90dba801392 --- .zuul.yaml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 7c01fe860a..2b49f45944 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -562,27 +562,6 @@ Simple multinode test to verify multinode functionality on devstack side. This is not meant to be used as a parent job. -# NOTE(ianw) Platform tests have traditionally been non-voting because -# we often have to rush things through devstack to stabilise the gate, -# and these platforms don't have the round-the-clock support to avoid -# becoming blockers in that situation. -- job: - name: devstack-platform-bionic - parent: tempest-full-py3 - description: Ubuntu Bionic platform test - nodeset: openstack-single-node-bionic - voting: false - -- job: - name: devstack-platform-centos-8-stream - parent: tempest-full-py3 - description: CentOS 8 Stream platform test - nodeset: devstack-single-node-centos-8-stream - voting: false - timeout: 9000 - vars: - configure_swap_size: 4096 - - job: name: devstack-async parent: tempest-full-py3 @@ -666,8 +645,6 @@ jobs: - devstack - devstack-ipv6 - - devstack-platform-bionic - - devstack-platform-centos-8-stream - devstack-async - devstack-multinode - devstack-unit-tests