CMP-4475: Add e2e CI job for OCP-Virt cis-vm-extension profile#81659
CMP-4475: Add e2e CI job for OCP-Virt cis-vm-extension profile#81659taimurhafeez wants to merge 2 commits into
Conversation
|
@taimurhafeez: This pull request references CMP-4475 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "5.0.0" version, but no target version was set. DetailsIn 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 openshift-eng/jira-lifecycle-plugin repository. |
|
Skipping CI for Draft Pull Request. |
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
WalkthroughAdds a new end-to-end test entry, e2e-aws-ocp4-cis-vm-extension, to the ComplianceAsCode ocp4e2e YAML configuration, specifying cluster profile, environment variables, exported command, CPU resource request, and workflow selection. ChangesE2E Test Configuration Addition
Estimated code review effort: 1 (Trivial) | ~3 minutes 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: taimurhafeez The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
| - as: test | ||
| cli: latest | ||
| commands: | | ||
| export SKIP_CONTAINER_PUSH=true |
There was a problem hiding this comment.
SKIP_CONTAINER_PUSH is a no-op here — ocp4e2e removed support for it back in 2021 (f78461e, "Remove SKIP_CONTAINER_PUSH support"), and current main doesn't read it anywhere. It's copied from the other lanes, so it's harmless, but has no effect on this job. Not blocking — we could drop it from all the ocp4e2e lanes in a separate cleanup PR.
Summary
e2e-aws-ocp4-cis-vm-extensionfor the ComplianceAsCode/ocp4e2e repo-install-virtand-cel-content-fileflags from ocp4e2e PR #78Dependencies
Test plan
ComplianceAsCode/ocp4e2eafter merge/test e2e-aws-ocp4-cis-vm-extensiononce CEL ProfileBundle support is complete🤖 Generated with Claude Code
Summary by CodeRabbit
Adds a new OpenShift CI Prow job for
ComplianceAsCode/ocp4e2ethat runs the CIS VM Extension compliance profile on AWS with OpenShift Virtualization enabled. The job is configured to use theipi-awsworkflow, set the required environment formake e2e-profile, and point at the new CEL content file needed for this profile.This expands CI coverage for compliance testing in virtualized AWS clusters, but it still depends on the upstream
ocp4e2esupport for the new flags and the pending compliance-operator/CEL ProfileBundle wiring before it can pass reliably.