INTEROP-9253: Rename ACM+Virt jobs to follow CR Reporting Guide naming convention - #83840
INTEROP-9253: Rename ACM+Virt jobs to follow CR Reporting Guide naming convention#83840sg-rh wants to merge 1 commit into
Conversation
|
@sg-rh: This pull request references INTEROP-9253 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.1.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. |
|
@sg-rh, 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: sg-rh 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 |
|
Tip For best results, initiate chat on the files or code changes.
The issue owner must set this value in JIRA. You are interacting with an AI system. |
…g convention Rename CI Operator config files to use guide-compliant lp-interop variant pattern, ensuring unique job name sub-strings for Sippy matching and TestGrid reporting. Old names (generic, non-unique): - periodic-ci-...-acm-cnv-ocp-4.22-p2p-lp-interop-aws - periodic-ci-...-acm-virt-ocp4.22-p2p-cclm-liv-mig-lp-interop-aws New names (guide-compliant with cr--<product>--<testVariant>): - periodic-ci-...-ocp-4.22-p2p-lpMainline-lp-interop-cr--acm-virt--aws - periodic-ci-...-ocp-4.22-cclm-lpMainline-lp-interop-cr--acm-virt--cclm-liv-mig-aws Additional fixes: - Fix OCP version format: ocp4.22 -> ocp-4.22 (dash added) Reference: https://github.com/CSPI-QE/ocp-ci-docs/blob/main/docs/OCP_CI_Tutorials/Reporting/Reporting_Guide.md#component-readiness
22d0029 to
8dad5be
Compare
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@sg-rh: 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. |
|
PR needs rebase. 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. |
Summary
Rename ACM+Virt CI Operator config files to use guide-compliant
lp-interopvariant pattern withcr--<product>--<testVariant>in.tests[].as, ensuring unique job name sub-strings for Sippy matching and TestGrid reporting.Old job names (generic, non-unique sub-strings):
periodic-ci-...-acm-cnv-ocp-4.22-p2p-lp-interop-awsperiodic-ci-...-acm-virt-ocp4.22-p2p-cclm-liv-mig-lp-interop-awsNew job names (guide-compliant):
periodic-ci-...-ocp-4.22-p2p-lpMainline-lp-interop-cr--acm-virt--awsperiodic-ci-...-ocp-4.22-cclm-lpMainline-lp-interop-cr--acm-virt--cclm-liv-mig-awsAdditional fix: OCP version format
ocp4.22→ocp-4.22(missing dash).Note: This rename requires corresponding updates to Vault job list (
acm-virt-interop) and SippylayeredProductPatterns— those will follow in separate PRs.References
@coderabbitai ignore