From 3602e4349b9dcdea1865465342b192cfae3ca377 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Tue, 11 Jan 2022 20:21:08 -0600 Subject: [PATCH] Drop CentOS8 job and nodeset CentOS8 is going to be EOL soon and opendev is planning to drop the centOS8 image from CI - http://lists.openstack.org/pipermail/openstack-discuss/2022-January/026621.html Devstack stable/wallaby and onwards has replaced the centOS testing with centOS Stream. For older stable branches (<= stable/victoria) we can either replace it with centOS Steam or do the removal of CentOS8 and adding CentOS Stream testing in two steps 1. drop the centOS8 testing as it cannot be supported in CI 2. add centOS Stream job if possible. This commit propose the step 1 as required by opendev image removal. [Stable only] Change-Id: I36751569d92fbc5084b8308d423a75318ae7d406 --- .zuul.yaml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 53d642e6f9..c235511f47 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -48,16 +48,6 @@ nodes: - controller -- nodeset: - name: devstack-single-node-centos-8 - nodes: - - name: controller - label: centos-8 - groups: - - name: tempest - nodes: - - controller - - nodeset: name: devstack-single-node-opensuse-15 nodes: @@ -565,14 +555,6 @@ # 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-centos-8 - parent: tempest-full-py3 - description: Centos 8 platform test - nodeset: devstack-single-node-centos-8 - voting: false - timeout: 9000 - - job: name: devstack-platform-opensuse-15 parent: tempest-full-py3 @@ -659,7 +641,6 @@ jobs: - devstack - devstack-ipv6 - - devstack-platform-centos-8 - devstack-platform-bionic - devstack-multinode - devstack-unit-tests