CMP-4329: Use aws-stackrox for CO aws arm results#80309
Conversation
|
@vickeybrown: This pull request references CMP-4329 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 task 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. |
WalkthroughTwo ARM64 AWS e2e jobs in the ComplianceAsCode compliance operator CI configuration are updated to target a new cluster infrastructure. The jobs ChangesARM64 AWS e2e job cluster migration
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: vickeybrown 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]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@vickeybrown: 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. |
CO is a core piece of ACS functionality. Attempting to move CI into the
stackrox cluster profile for AWS testing.
Summary by CodeRabbit
This PR updates the OpenShift CI configuration for the ComplianceAsCode/compliance-operator repository, specifically targeting the ARM64 AWS e2e test jobs (
e2e-aws-parallel-armande2e-aws-serial-arm).The changes switch the test execution environment from the
quay-awscluster profile toaws-stackrox, and update the base domain fromquay.devcluster.openshift.comtoperfscale.rox.systems. This allows the Compliance Operator's ARM-based AWS tests to run in an AWS cluster that has StackRox (an ACS component) preconfigured, creating a test environment that more accurately reflects production ACS deployments and improving test fidelity for ACS-related validations.