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 CentOS 7 from Packit building and testing #12063

Merged
merged 1 commit into from
Jun 13, 2024
Merged
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
15 changes: 0 additions & 15 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
trigger: pull_request
targets:
- fedora-all-x86_64
- epel-7-x86_64
- centos-stream-8-x86_64
- centos-stream-9-x86_64

Expand All @@ -30,8 +29,6 @@ jobs:
identifier: /static-checks
tmt_plan: /static-checks
targets:
epel-7:
distros: [ centos-7 ]
centos-stream-8: {}
centos-stream-9: {}

Expand All @@ -40,9 +37,6 @@ jobs:
- <<: *test-static-checks
identifier: /hardening/host-os/ansible/anssi_bp28_high
tmt_plan: /hardening/host-os/ansible/anssi_bp28_high
targets:
centos-stream-8: {}
centos-stream-9: {}
# disable for now - it seems to be broken on CentOS Stream
#- <<: *test-static-checks
# identifier: /hardening/host-os/ansible/ccn_advanced
Expand Down Expand Up @@ -73,9 +67,6 @@ jobs:
- <<: *test-static-checks
identifier: /hardening/host-os/ansible/ism_o
tmt_plan: /hardening/host-os/ansible/ism_o
targets:
centos-stream-8: {}
centos-stream-9: {}
- <<: *test-static-checks
identifier: /hardening/host-os/ansible/ospp
tmt_plan: /hardening/host-os/ansible/ospp
Expand All @@ -89,9 +80,6 @@ jobs:
- <<: *test-static-checks
identifier: /hardening/host-os/oscap/anssi_bp28_high
tmt_plan: /hardening/host-os/oscap/anssi_bp28_high
targets:
centos-stream-8: {}
centos-stream-9: {}
- <<: *test-static-checks
identifier: /hardening/host-os/oscap/ccn_advanced
tmt_plan: /hardening/host-os/oscap/ccn_advanced
Expand Down Expand Up @@ -121,9 +109,6 @@ jobs:
- <<: *test-static-checks
identifier: /hardening/host-os/oscap/ism_o
tmt_plan: /hardening/host-os/oscap/ism_o
targets:
centos-stream-8: {}
centos-stream-9: {}
- <<: *test-static-checks
identifier: /hardening/host-os/oscap/ospp
tmt_plan: /hardening/host-os/oscap/ospp
Expand Down
Loading