Skip to content

Commit

Permalink
tests: remove centos-8 support (#14056)
Browse files Browse the repository at this point in the history
Centos-8 support is removed as it is EOL
  • Loading branch information
sergiocazzolato authored Jun 10, 2024
1 parent 7d480d7 commit 23f572b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ jobs:
tests: 'tests/...'
- group: centos
backend: google-distro-2
systems: 'centos-7-64 centos-8-64 centos-9-64'
systems: 'centos-7-64 centos-9-64'
tests: 'tests/...'
- group: debian-req
backend: google-distro-1
Expand Down
1 change: 0 additions & 1 deletion packaging/centos-8

This file was deleted.

16 changes: 0 additions & 16 deletions spread.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,6 @@ backends:
workers: 6
storage: preserve-size
image: centos-7-64
- centos-8-64:
workers: 6
storage: preserve-size
image: centos-8-64
- centos-9-64:
workers: 6
storage: preserve-size
Expand Down Expand Up @@ -757,13 +753,6 @@ prepare: |
restorecon -v /etc/gai.conf
fi
if [[ "$SPREAD_SYSTEM" == centos-8-* ]]; then
# the default image of CentOS 8 Stream is set up in enforcing mode,
# which may break some tests. Note that there are tests targeting
# SELinux which explicitly enable enforcing mode.
setenforce 0
fi
# Note that os.query or any other tool cannot be used here before the current.delta file is unpacked
if [[ "$SPREAD_SYSTEM" == fedora-* ]]; then
# The Fedora archive mirror seems to be unreliable.
Expand Down Expand Up @@ -818,11 +807,6 @@ prepare: |
centos-7-*)
yum install -y epel-release
;;
centos-8-*)
# enable powertools repository
dnf config-manager --set-enabled powertools
dnf install -y epel-release epel-next-release
;;
centos-9-*)
dnf config-manager --set-enabled crb
dnf install -y epel-release epel-next-release
Expand Down

0 comments on commit 23f572b

Please sign in to comment.