From f8196855fd73bb2502d50df965869cae6449c5de Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 12 Jan 2022 09:52:35 +0900 Subject: [PATCH] Migrate jobs from CentOS 8 to CentOS 8 Stream CentOS 8 is being removed from CI because of its EOL[1]. [1] http://lists.openstack.org/pipermail/openstack-discuss/2022-January/026621.html Change-Id: I3110a6c0ade970f9cfc4579208e135097189a3f8 --- .zuul.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index a28e97a..8908a80 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -19,7 +19,7 @@ - job: name: validations-common-reqcheck - nodeset: centos-8 + nodeset: centos-8-stream parent: base run: playbooks/reqcheck.yaml timeout: 1600 @@ -30,7 +30,7 @@ - ^requirements.txt$ - job: name: validations-common-coverchange - nodeset: centos-8 + nodeset: centos-8-stream parent: base run: playbooks/coverchange.yaml timeout: 1600 @@ -43,7 +43,7 @@ - job: description: Base validations-common job name: validations-common-centos-8-base - nodeset: centos-8 + nodeset: centos-8-stream parent: base success-url: "reports.html" failure-url: "reports.html"