Skip to content

INTEROP-9253: Rename ACM+Virt jobs to follow CR Reporting Guide naming convention - #83840

Open
sg-rh wants to merge 1 commit into
openshift:mainfrom
sg-rh:interop-9253-fix-job-naming
Open

INTEROP-9253: Rename ACM+Virt jobs to follow CR Reporting Guide naming convention#83840
sg-rh wants to merge 1 commit into
openshift:mainfrom
sg-rh:interop-9253-fix-job-naming

Conversation

@sg-rh

@sg-rh sg-rh commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Summary

Rename ACM+Virt CI Operator config files to use guide-compliant lp-interop variant pattern with cr--<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-aws
  • periodic-ci-...-acm-virt-ocp4.22-p2p-cclm-liv-mig-lp-interop-aws

New job names (guide-compliant):

  • 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 fix: OCP version format ocp4.22ocp-4.22 (missing dash).

Note: This rename requires corresponding updates to Vault job list (acm-virt-interop) and Sippy layeredProductPatterns — those will follow in separate PRs.

References

@coderabbitai ignore

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Aug 21, 2026
@openshift-ci-robot

openshift-ci-robot commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

@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.

Details

In response to this:

Summary

Rename ACM+Virt CI Operator config files to use guide-compliant lp-interop variant pattern with cr--<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-aws
  • periodic-ci-...-acm-virt-ocp4.22-p2p-cclm-liv-mig-lp-interop-aws

New job names (guide-compliant):

  • 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 fix: OCP version format ocp4.22ocp-4.22 (missing dash).

Note: This rename requires corresponding updates to Vault job list (acm-virt-interop) and Sippy layeredProductPatterns — those will follow in separate PRs.

References

@coderabbitai ignore

Made with Cursor

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.

@openshift-ci openshift-ci Bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Aug 21, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@sg-rh, pj-rehearse: unable to determine affected jobs. This could be due to a branch that needs to be rebased. ERROR:

couldn't prepare candidate: couldn't rebase candidate onto 2d0b7d0dbe5eb5745f9b753b4363cad3f73696cc due to conflicts
Interacting with pj-rehearse

Comment: /pj-rehearse to run up to 5 rehearsals
Comment: /pj-rehearse skip to opt-out of rehearsals
Comment: /pj-rehearse {test-name}, with each test separated by a space, to run one or more specific rehearsals
Comment: /pj-rehearse more to run up to 10 rehearsals
Comment: /pj-rehearse max to run up to 25 rehearsals
Comment: /pj-rehearse auto-ack to run up to 5 rehearsals, and add the rehearsals-ack label on success
Comment: /pj-rehearse list to get an up-to-date list of affected jobs
Comment: /pj-rehearse abort to abort all active rehearsals
Comment: /pj-rehearse network-access-allowed to allow rehearsals of tests that have the restrict_network_access field set to false. This must be executed by an openshift org member who is not the PR author

Once you are satisfied with the results of the rehearsals, comment: /pj-rehearse ack to unblock merge. When the rehearsals-ack label is present on your PR, merge will no longer be blocked by rehearsals.
If you would like the rehearsals-ack label removed, comment: /pj-rehearse reject to re-block merging.

@openshift-ci
openshift-ci Bot requested review from etirta and oharan2 August 21, 2026 20:36
@openshift-ci

openshift-ci Bot commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

[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

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@coderabbitai

coderabbitai Bot commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Tip

For best results, initiate chat on the files or code changes.

@openshift-ci-robot The INTEROP-9253 issue must have target version 5.1.0.

The issue owner must set this value in JIRA.

You are interacting with an AI system.

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 21, 2026
…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
@sg-rh
sg-rh force-pushed the interop-9253-fix-job-naming branch from 22d0029 to 8dad5be Compare August 21, 2026 20:39
@openshift-ci openshift-ci Bot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Aug 21, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@sg-rh: the pj-rehearse plugin accommodates running rehearsal tests for the changes in this PR. Expand 'Interacting with pj-rehearse' for usage details. The following rehearsable tests have been affected by this change:

Test name Repo Type Reason
pull-ci-RedHatQE-interop-testing-master-ocp-4.22-cclm-lpMainline-lp-interop-images RedHatQE/interop-testing presubmit Presubmit changed
pull-ci-RedHatQE-interop-testing-master-ocp-4.22-p2p-lpMainline-lp-interop-images RedHatQE/interop-testing presubmit Presubmit changed
periodic-ci-RedHatQE-interop-testing-master-acm-cnv-ocp-4.21-p2p-lp-interop-aws N/A periodic Periodic changed
periodic-ci-RedHatQE-interop-testing-master-cnv-odf-ocp-4.22-lpGA-lp-ocp-compat-cr--cnv--odf-aws N/A periodic Periodic changed
periodic-ci-RedHatQE-interop-testing-master-ibm-fusion-access-operator-ocp-4.23-lp-interop-cr-fusion-access-ibm N/A periodic Periodic changed
periodic-ci-RedHatQE-interop-testing-master-cnv-odf-ocp-4.23-lp-interop-aws-fips N/A periodic Periodic changed
periodic-ci-RedHatQE-interop-testing-master-cnv-odf-ocp-4.20-lp-interop-cnv-odf-tests-aws-ipi-ocp420 N/A periodic Periodic changed
periodic-ci-RedHatQE-interop-testing-master-cnv-odf-ocp4.19-lp-interop-cnv-odf-tests-aws-ipi-ocp419 N/A periodic Periodic changed
periodic-ci-RedHatQE-interop-testing-master-ibm-fusion-access-operator-ocp-4.21-lp-interop-cr-ibm-fusion-access-operator-cr-ocp421 N/A periodic Periodic changed
periodic-ci-RedHatQE-interop-testing-master-ibm-fusion-access-operator-ocp4.20-lp-interop-cr-ibm-fusion-access-operator-cr-ocp420 N/A periodic Periodic changed
periodic-ci-RedHatQE-interop-testing-master-cnv-odf-ocp-4.20-lp-interop-cnv-odf-tests-aws-ipi-ocp420-fips N/A periodic Periodic changed
periodic-ci-RedHatQE-interop-testing-master-ocp-4.22-cclm-lpMainline-lp-interop-cr--acm-virt--cclm-liv-mig-aws N/A periodic Periodic changed
periodic-ci-RedHatQE-interop-testing-master-cnv-odf-ocp-4.22-lpGA-lp-ocp-compat-aws-fips N/A periodic Periodic changed
periodic-ci-RedHatQE-interop-testing-master-cnv-odf-ocp4.19-lp-interop-cnv-odf-tests-aws-ipi-ocp419-fips N/A periodic Periodic changed
periodic-ci-RedHatQE-interop-testing-master-ibm-fusion-access-operator-ocp4.20-lp-interop-ibm-fusion-access-operator-ipi-ocp420 N/A periodic Periodic changed
periodic-ci-RedHatQE-interop-testing-master-cnv-odf-ocp-4.23-lp-interop-cr-cnv-odf-aws N/A periodic Periodic changed
periodic-ci-RedHatQE-interop-testing-master-ibm-fusion-access-operator-ocp4.21-lp-interop-ibm-fusion-access-operator-ipi-ocp421 N/A periodic Periodic changed
periodic-ci-RedHatQE-interop-testing-master-ibm-fusion-access-operator-ocp-4.23-lp-interop-ibm-fips N/A periodic Periodic changed
periodic-ci-RedHatQE-interop-testing-master-cnv-odf-ocp-4.20-lp-interop-cnv-component-readiness-aws-ipi-ocp420 N/A periodic Periodic changed
periodic-ci-RedHatQE-interop-testing-master-cnv-odf-ocp-4.20-lp-interop-cr-cnv-component-readiness-aws-ipi-ocp420 N/A periodic Periodic changed
periodic-ci-RedHatQE-interop-testing-master-ocp-4.22-p2p-lpMainline-lp-interop-cr--acm-virt--aws N/A periodic Periodic changed
periodic-ci-RedHatQE-interop-testing-master-cnv-odf-ocp-4.21-lp-interop-cr-cnv-component-readiness-aws-ipi-ocp421 N/A periodic Periodic changed
Interacting with pj-rehearse

Comment: /pj-rehearse to run up to 5 rehearsals
Comment: /pj-rehearse skip to opt-out of rehearsals
Comment: /pj-rehearse {test-name}, with each test separated by a space, to run one or more specific rehearsals
Comment: /pj-rehearse more to run up to 10 rehearsals
Comment: /pj-rehearse max to run up to 25 rehearsals
Comment: /pj-rehearse auto-ack to run up to 5 rehearsals, and add the rehearsals-ack label on success
Comment: /pj-rehearse list to get an up-to-date list of affected jobs
Comment: /pj-rehearse abort to abort all active rehearsals
Comment: /pj-rehearse network-access-allowed to allow rehearsals of tests that have the restrict_network_access field set to false. This must be executed by an openshift org member who is not the PR author

Once you are satisfied with the results of the rehearsals, comment: /pj-rehearse ack to unblock merge. When the rehearsals-ack label is present on your PR, merge will no longer be blocked by rehearsals.
If you would like the rehearsals-ack label removed, comment: /pj-rehearse reject to re-block merging.

@openshift-ci

openshift-ci Bot commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

@sg-rh: all tests passed!

Full PR test history. Your PR dashboard.

Details

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 kubernetes-sigs/prow repository. I understand the commands that are listed here.

@openshift-ci openshift-ci Bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Aug 22, 2026
@openshift-ci

openshift-ci Bot commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

PR needs rebase.

Details

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 kubernetes-sigs/prow repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants