Skip to content

Commit

Permalink
Remove EL7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Sep 6, 2024
1 parent b0131b2 commit 76e1cc2
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 51 deletions.
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

0 comments on commit 76e1cc2

Please sign in to comment.