Skip to content

chore: remove centos 7 from tests due to upstream EOL #574

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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: 0 additions & 5 deletions .github/workflows/molecule-ami-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ jobs:
image_name: al2023-ami*
owner_id: "137112412989"
variant: "2023"
- os: centos
architecture: x86_64
image_name: "CentOS Linux 7 x86_64*"
owner_id: "125523088429"
variant: "7"
- os: centos
architecture: x86_64
image_name: "CentOS Stream 8 x86_64*"
Expand Down
5 changes: 0 additions & 5 deletions molecule/agent-smoke-kmodule/molecule.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,6 @@ platforms:
volume_size: 30
delete_on_termination: true
volume_type: gp3
- name: centos-7-x86_64
image: ami-0aedf6b1cb669b4c7
instance_type: ${INSTANCE_TYPE_X86}
region: ${REGION}
vpc_subnet_id: ${VPC_SUBNET_ID}
provisioner:
lint:
name: ansible-lint
Expand Down
5 changes: 0 additions & 5 deletions molecule/agent-uninstall-clean-all/molecule.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,6 @@ platforms:
volume_size: 30
delete_on_termination: true
volume_type: gp3
- name: centos-7-x86_64
image: ami-0aedf6b1cb669b4c7
instance_type: ${INSTANCE_TYPE_X86}
region: ${REGION}
vpc_subnet_id: ${VPC_SUBNET_ID}
provisioner:
lint:
name: ansible-lint
Expand Down
Loading