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. |
WalkthroughAdds an AWS end-to-end compliance test entry for the CIS VM extension profile, including its cluster profile, environment variables, command, CPU 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 |
| - 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.
d9d4cbf to
173a829
Compare
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse ack |
|
@Vincent056: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse |
|
@Vincent056: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
Failure seems specific to profile construction, which is outside this PR and something we can fix in the content repo I think. /lgtm |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: rhmdnd, 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 |
|
/test release-controller-config |
|
/retest-required |
|
/pj-rehearse |
|
/pj-rehearse pull-ci-ComplianceAsCode-ocp4e2e-main-e2e-aws-ocp4-cis-vm-extension |
|
@taimurhafeez: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
1 similar comment
|
@taimurhafeez: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse pull-ci-ComplianceAsCode-ocp4e2e-main-e2e-aws-ocp4-cis-vm-extension |
|
@taimurhafeez: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@taimurhafeez: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. |
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 test entry for
ComplianceAsCode/ocp4e2enamede2e-aws-ocp4-cis-vm-extension, running the CIS VM Extension compliance profile on thequay-awscluster profile (BASE_DOMAIN: quay.devcluster.openshift.com) using theipi-awsworkflow. The job enables OpenShift Virtualization (INSTALL_VIRT=true), setsPROFILE=cis-vm-extensionandPRODUCT=ocp4, and points the run at the VM-extension CEL content file (CEL_CONTENT_FILE=ocp4-cel-content.yaml) before executingmake e2e-profile(withcpurequests set to100m).This expands virtualized AWS compliance test coverage, and it relies on the upstream
ocp4e2echanges (including the-install-virtand-cel-content-filesupport referenced from ocp4e2e) plus pending compliance-operator/CEL ProfileBundle API wiring (targeting at least v1.9.0) for the job to pass reliably.