Use aws-stackrox for all CO aws parallel and serial jobs#80903
Conversation
|
Caution Review failedAn error occurred during the review process. Please try again later. WalkthroughThe ComplianceAsCode compliance-operator master CI config is updated to use the ChangesAWS Cluster Profile Migration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
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)
Comment |
|
cc: @davdhacs for awareness |
|
@vickeybrown already has a PR for some of this in #80309 - merging that and then I'll rebase. |
Extends the cluster profile change from openshift#79978 to the serial e2e jobs: e2e-aws-serial and e2e-aws-serial-arm. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
738049b to
8008463
Compare
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rhmdnd, vickeybrown The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/pj-rehearse |
|
@vickeybrown: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@rhmdnd: 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. |
Extends the cluster profile change from #79978 to the remaining
parallel and serial e2e jobs: e2e-aws-serial, e2e-aws-parallel-arm,
and e2e-aws-serial-arm.
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com
Summary by CodeRabbit
This PR updates the CI ComplianceAsCode configuration for the
compliance-operator(inci-operator/config/ComplianceAsCode/compliance-operator/ComplianceAsCode-compliance-operator-master.yaml) to align additional AWS e2e jobs with the newer cluster setup.In practical terms, the AWS e2e jobs are switched to use the
aws-stackroxcluster profile instead ofquay-aws, and they now setenv.BASE_DOMAINtoperfscale.rox.systemsinstead ofquay.devcluster.openshift.com(coveringe2e-aws-serialande2e-aws-serial-arm, and extending the same approach to the ARM AWS e2e variant as part of the full AWS test suite consistency work). Thee2e-aws-serial-armstep keeps its existingOPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDEdependency.Coordination-wise, the author notes overlap with a related change and plans to rebase once the other PR is merged to avoid conflicts and redundant edits.