Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove EL7 support #161

Merged
merged 1 commit into from
Oct 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
fail-fast: false
matrix:
include:
- ruby: 2.7.7
- ruby: 2.7.8
puppet: 7
fixtures: .fixtures.yml
allow_failure: false
- ruby: 3.2.2
- ruby: 3.2.3
puppet: 8
fixtures: .fixtures.yml
allow_failure: false
Expand Down Expand Up @@ -50,7 +50,6 @@ jobs:
fail-fast: false
matrix:
set:
- "el7"
- "el8"
- "el9"
- "amazon2023"
Expand Down
6 changes: 2 additions & 4 deletions .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Rakefile:
- '0 6 * * 1'
acceptance_matrix:
set:
- el7
- ---el7
- el8
- el9
- amazon2023
Expand All @@ -22,9 +22,7 @@ Rakefile:
appveyor.yml:
delete: true
spec/acceptance/nodesets/el7.yml:
default_module_install_opts:
ignore-dependencies: ~
force: ~
delete: true
spec/acceptance/nodesets/el8.yml:
default_module_install_opts:
ignore-dependencies: ~
Expand Down
3 changes: 0 additions & 3 deletions data/os/RedHat/7.yaml

This file was deleted.

9 changes: 1 addition & 8 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@
}
],
"operatingsystem_support": [
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7"
]
},
{
"operatingsystem": "Rocky",
"operatingsystemrelease": [
Expand All @@ -69,7 +63,6 @@
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7",
"8",
"9"
]
Expand Down Expand Up @@ -107,5 +100,5 @@
],
"pdk-version": "2.7.1",
"template-url": "https://github.com/treydock/pdk-templates.git#master",
"template-ref": "heads/master-0-g5a59870"
"template-ref": "heads/master-0-g50afcd2"
}
29 changes: 0 additions & 29 deletions spec/acceptance/nodesets/el7.yml

This file was deleted.

4 changes: 2 additions & 2 deletions spec/acceptance/nodesets/el8.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
HOSTS:
rocky-8:
el8:
roles:
- agent
platform: el-8-x86_64
hypervisor: docker
image: almalinux:8
image: rockylinux:8
docker_preserve_image: true
docker_cmd:
- '/usr/sbin/init'
Expand Down
4 changes: 2 additions & 2 deletions spec/acceptance/nodesets/el9.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
HOSTS:
almalinux-9:
el9:
roles:
- agent
platform: el-9-x86_64
hypervisor: docker
image: almalinux:9
image: rockylinux:9
docker_preserve_image: true
docker_cmd:
- '/usr/sbin/init'
Expand Down
Loading