-
Notifications
You must be signed in to change notification settings - Fork 736
OCPBUGS-38312: Add auto-remediation for rule service_systemd-coredump_disabled #13259
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: master
Are you sure you want to change the base?
Conversation
fc55a0e
to
08a502e
Compare
@xiaojiey Please fill the PR description. |
08a502e
to
ba5e922
Compare
/test e2e-rhcos4-moderate |
@xiaojiey: The specified target(s) for
Use
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Tested with 4.19.0-0.nightly-2025-03-30-191359, I can see the auto-remediation applied and return PASS |
ba5e922
to
99320ea
Compare
99320ea
to
8cb88e5
Compare
Update e2e test results
8cb88e5
to
8fb170f
Compare
/test 4.18-e2e-aws-rhcos4-moderate |
/test e2e-aws-rhcos4-moderate |
/test e2e-aws-rhcos4-high |
/test 4.12-e2e-aws-rhcos4-high |
Code Climate has analyzed commit 8fb170f and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 61.9% (0.0% change). View more on Code Climate. |
Description:
Add auto-remediation for rule service_systemd-coredump_disabled
Rationale:
The rule rule service_systemd-coredump_disabled with below machineconfig for ocp:
`apiVersion: machineconfiguration.openshift.io/v1
kind: MachineConfig
spec:
config:
ignition:
version: 3.1.0
systemd:
units:
enabled: false
mask: true
enabled: false
mask: true`
Review Hints: