- 
                Notifications
    
You must be signed in to change notification settings  - Fork 754
 
CMP-3540: Remove SDN proxy kubeconfig assertions from 4.17+ assertion files #13987
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
CMP-3540: Remove SDN proxy kubeconfig assertions from 4.17+ assertion files #13987
Conversation
| 
           /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-ocp4-cis  | 
    
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.
@rhmdnd So if I understand correctly, the rules are still evaluated, but result in NOT-APPLICABLE.
After ocp4e2e refactor we started looping through ComplianceCheckResutls, and rules resulting in NOT-APPLICABLE don't generate a CCR. Is that correct?
If so it probably makes sense to remove all rules resulting in NOT-APPLICABLE.
c84045d    to
    51d4af4      
    Compare
  
    | 
           Rebasing to freshen up the test results  | 
    
| 
           /test e2e-aws-openshift-node-compliance  | 
    
          
 I think it depends on how we want to view the results. Keeping the   | 
    
51d4af4    to
    1aae4e2      
    Compare
  
    … files OpenShift uses OVN Kubernetes on 4.17, and the SDN rules are not applicable in those versions such that they're not run in profiles that use them. This commit removes the assertions that expect them to be there on those versions.
1aae4e2    to
    fba218c      
    Compare
  
    | 
           /test 4.18-e2e-aws-ocp4-cis  | 
    
| 
           /test 4.18-e2e-aws-ocp4-cis-node  | 
    
| 
           @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.  | 
    
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.
/lgtm
          
 Yeah, let's remove these   | 
    
OpenShift uses OVN Kubernetes on 4.17, and the SDN rules are not
applicable in those versions such that they're not run in profiles that
use them. This commit removes the assertions that expect them to be
there on those versions.