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
This commit is contained in:
Takashi Kajinami
2022-01-12 09:52:35 +09:00
committed by Jiri Podivin
parent 558200c8d8
commit f8196855fd

View File

@@ -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"