Replace centos-8 with centos-8-stream

CentOS 8 is EOL and should be replace dwith CentOS 8 Stream or another
RHEL alike. We're doing stream here because it is easy.

Change-Id: I0c699ad153d25f0e0c3abc99e99072ac6b144ef0
This commit is contained in:
Clark Boylan 2022-01-11 13:06:59 -08:00
parent c4c2bf1afe
commit d23778fcd7
1 changed files with 4 additions and 4 deletions

View File

@ -16,9 +16,9 @@
nodeset: centos-7
- job:
name: bindep-centos-8
name: bindep-centos-8-stream
parent: bindep-base
nodeset: centos-8
nodeset: centos-8-stream
- job:
name: bindep-fedora-latest
@ -53,7 +53,7 @@
check:
jobs:
- bindep-centos-7
- bindep-centos-8
- bindep-centos-8-stream
- bindep-fedora-latest
- bindep-opensuse-15
- bindep-ubuntu-xenial
@ -70,7 +70,7 @@
gate:
jobs:
- bindep-centos-7
- bindep-centos-8
- bindep-centos-8-stream
- bindep-fedora-latest
- bindep-opensuse-15
- bindep-ubuntu-xenial