Skip to content

Commit

Permalink
Drop CentOS support
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed Dec 19, 2024
1 parent 66584d7 commit 06a3659
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 11 deletions.
1 change: 0 additions & 1 deletion .github/.wordlist.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
boyter
brightgreen
CentOS
COCOMO
codebase
contrib
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-demand_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu_focal, ubuntu_jammy, rocky_9, centos_7, opensuse_tumbleweed]
os: [ubuntu_focal, ubuntu_jammy, rocky_9, opensuse_tumbleweed]
provider: [all]
include:
- os: opensuse_leap
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/scheduled_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [centos_7, ubuntu_focal]
os: [ubuntu_focal]
qat: [true]
include:
- os: centos_8
qat: false
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # refs/tags/v4.1.7
- uses: ./.github/actions/vagrant-setup
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ installation of its dependencies, plugins and providers.
| Name | Version |
|:-----------|:---------------:|
| Ubuntu | 20.04/22.04 |
| CentOS | 7 |
| Rocky | 9 |
| openSUSE | Tumbleweed/Leap |

Expand Down
1 change: 0 additions & 1 deletion ci/update_distros.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ cat <<EOT >.distros_supported.yml
linux:
EOT

_vagrant_pull "centos_7" "centos/7"
_vagrant_pull "rocky_9" "community/rockylinux-9"
_vagrant_pull "ubuntu_focal" "generic/ubuntu2004"
_vagrant_pull "ubuntu_jammy" "generic/ubuntu2204"
Expand Down
3 changes: 0 additions & 3 deletions distros_supported.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
##############################################################################

linux:
- alias: centos_7
name: centos/7
version: "2004.01"
- alias: rocky_9
name: community/rockylinux-9
version: "1.0.0"
Expand Down

0 comments on commit 06a3659

Please sign in to comment.