Bump CentOS from 7 to 8 on CI

This commit is contained in:
Jean-Paul Calderone 2020-04-13 10:09:25 -04:00
parent c4dac3eb31
commit 37af15c245
No known key found for this signature in database
GPG Key ID: 86E6F8BAE797C287

View File

@ -21,7 +21,7 @@ workflows:
requires: requires:
- "fedora-29" - "fedora-29"
- "centos-7" - "centos-8"
- "slackware-14.2" - "slackware-14.2"
@ -67,7 +67,7 @@ workflows:
- "build-image-ubuntu-18.04" - "build-image-ubuntu-18.04"
- "build-image-fedora-28" - "build-image-fedora-28"
- "build-image-fedora-29" - "build-image-fedora-29"
- "build-image-centos-7" - "build-image-centos-8"
- "build-image-slackware-14.2" - "build-image-slackware-14.2"
- "build-image-pypy-2.7-7.1.1-jessie" - "build-image-pypy-2.7-7.1.1-jessie"
@ -269,9 +269,9 @@ jobs:
user: "nobody" user: "nobody"
centos-7: &RHEL_DERIV centos-8: &RHEL_DERIV
docker: docker:
- image: "tahoelafsci/centos:7" - image: "tahoelafsci/centos:8"
user: "nobody" user: "nobody"
environment: *UTF_8_ENVIRONMENT environment: *UTF_8_ENVIRONMENT
@ -481,12 +481,12 @@ jobs:
TAG: "18.04" TAG: "18.04"
build-image-centos-7: build-image-centos-8:
<<: *BUILD_IMAGE <<: *BUILD_IMAGE
environment: environment:
DISTRO: "centos" DISTRO: "centos"
TAG: "7" TAG: "8"
build-image-fedora-28: build-image-fedora-28: