-
Notifications
You must be signed in to change notification settings - Fork 724
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
OCPBUGS-52295: Update testing assertions for partition-for-var-log-audit #13142
Conversation
cc: @sluetze |
/test |
@rhmdnd: The
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. |
/test 4.18-e2e-aws-rhcos4-high |
We'll need to update another assertion here:
|
/test 4.18-e2e-aws-rhcos4-high |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The assertions for *-worker-partition-for-var-log
were forgotten.
And how about OCP versions from 4.12 to 4.15?
@@ -1302,8 +1300,7 @@ rule_results: | |||
default_result: NOT-APPLICABLE | |||
result_after_remediation: NOT-APPLICABLE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
e2e-high-worker-partition-for-var-log
was missed
@@ -1294,7 +1294,7 @@ rule_results: | |||
e2e-high-worker-partition-for-var-log: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
e2e-high-worker-partition-for-var-log
was forgotten
ComplianceAsCode#12910 converted the partition-for-var-log-audit and partition-for-var-log rules to MANUAL. This commit updates the testing assertions for RHCOS to match.
/test 4.18-e2e-aws-rhcos4-high |
Code Climate has analyzed commit 672afab 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 62.0% (0.0% change). View more on Code Climate. |
@yuumasato @Vincent056 should be ready for review. The latest failures were unrelated to this change. |
/test 4.17-e2e-aws-rhcos4-high |
@rhmdnd: The following tests failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
/lgtm |
#12910 converted the
partition-for-var-log-audit rule to MANUAL. This commit updates the
testing assertions for RHCOS to match.