CMP-3881: Change job names from config to scan-config#80918
Conversation
…po got changed from config to scan-config
|
@taimurhafeez: This pull request references CMP-3881 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. |
WalkthroughIn the compliance-operator master CI config, the job step previously named ChangesCI Job Rename
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 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 |
|
[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: |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: taimurhafeez, yuumasato 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 ack |
|
@yuumasato: 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. |
Previously, jobs were added for new suites and one of those was
config. However, in PR where suite is being added, suite name has been modified fromconfigtoscan-config.This PR modifies jobs names to reflect the change accordingly.
Summary by CodeRabbit
This PR updates CI job configuration for the ComplianceAsCode compliance-operator repository to align with recent naming changes in the compliance-operator codebase.
Practical Impact:
The e2e test job for the compliance-operator's AWS environment has been renamed from
e2e-aws-configtoe2e-aws-scan-config, with the corresponding make target updated frommake e2e-configtomake e2e-scan-config. This change ensures the OpenShift CI system invokes the correct test target that matches the compliance-operator's updated suite naming convention (fromconfigtoscan-config).Configuration Updated:
ci-operator/config/ComplianceAsCode/compliance-operator/ComplianceAsCode-compliance-operator-master.yamle2e-aws-config→e2e-aws-scan-configmake e2e-config→make e2e-scan-configThis is a coordination between two repositories where the release repository's CI job definitions now properly reference the compliance-operator's current test suite naming.