diff --git a/.github/.wordlist.txt b/.github/.wordlist.txt index 9f57e2a..ee404fa 100644 --- a/.github/.wordlist.txt +++ b/.github/.wordlist.txt @@ -1,6 +1,5 @@ boyter brightgreen -CentOS COCOMO codebase contrib diff --git a/.github/workflows/on-demand_ci.yml b/.github/workflows/on-demand_ci.yml index 88cdddd..b31429a 100644 --- a/.github/workflows/on-demand_ci.yml +++ b/.github/workflows/on-demand_ci.yml @@ -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 diff --git a/.github/workflows/scheduled_ci.yml b/.github/workflows/scheduled_ci.yml index 051b5d4..b015c2b 100644 --- a/.github/workflows/scheduled_ci.yml +++ b/.github/workflows/scheduled_ci.yml @@ -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 diff --git a/README.md b/README.md index b590ff1..421eac4 100644 --- a/README.md +++ b/README.md @@ -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 | diff --git a/ci/update_distros.sh b/ci/update_distros.sh index a6322d7..ed28889 100755 --- a/ci/update_distros.sh +++ b/ci/update_distros.sh @@ -84,7 +84,6 @@ cat <.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" diff --git a/distros_supported.yml b/distros_supported.yml index 916ee06..e5082f6 100644 --- a/distros_supported.yml +++ b/distros_supported.yml @@ -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"