From 3f3067e21ed262667eef074a2835a26819e810a0 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 25 Mar 2020 11:03:57 +0900 Subject: [PATCH] Add unit test job on CentOS8 This patch introduces a unit test job which runs on CentOS8, so that we can migrate from CentOS7 and CentOS8. The new unit test job on CentOS8 is added as non-voting job initially, but will be make as voting job with removing CentOS7 one after we confirm the gate status of master and stable branches after this change is merged. Change-Id: Iee33fe1953af27b5f4b68b093464a831cb4ddcc6 --- zuul.d/layout.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zuul.d/layout.yaml b/zuul.d/layout.yaml index 8123e9f16..88318eb43 100644 --- a/zuul.d/layout.yaml +++ b/zuul.d/layout.yaml @@ -3,6 +3,8 @@ check: jobs: - puppet-openstack-unit-5.5-centos-7 + - puppet-openstack-unit-5.5-centos-8: + voting: false - puppet-openstack-unit-6.0-ubuntu-bionic - puppet-openstack-unit-latest-ubuntu-bionic: voting: false