Skip to content

INTEROP-9281: Fix OPP LP Interop SuiteRegEx patterns - #808

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift-eng:mainfrom
amiskin94:fix-opp-suiteregex
Aug 10, 2026
Merged

INTEROP-9281: Fix OPP LP Interop SuiteRegEx patterns#808
openshift-merge-bot[bot] merged 1 commit into
openshift-eng:mainfrom
amiskin94:fix-opp-suiteregex

Conversation

@amiskin94

Copy link
Copy Markdown
Contributor

Summary

  • Fix SuiteRegEx patterns for OPP CR components (ODF, Quay, ACM) to match actual JUnit suite names produced by the DR Reporter ExitTrap
  • ODF: ^lp-interop--OPP--pytest (was ^lp-interop--OPP--interop-tests-ocs)
  • Quay: ^lp-interop--OPP--QUAY with trailing space (was ^lp-interop--OPP--quay-tests)
  • ACM: 3 matchers — ^lp-interop--OPP--Observability, ^acm-opp-app$, ^lp-interop--OPP--acm (was ^lp-interop--OPP--acm-)

Validated against JUnit artifacts from job run 2085394982314708992.

Replaces #805 (closed — had unrelated data file churn from make mapping).

Test plan

  • CI checks pass (lint, mapping, unit)
  • Verify regex patterns match actual JUnit suite names from GCS artifacts

🤖 Generated with Claude Code

The SuiteRegEx patterns added in PR openshift-eng#799 were based on CI step names,
but the DR Reporter ExitTrap renames suites using the test framework's
own suite name. Update patterns to match actual JUnit output:

- ODF: pytest (not interop-tests-ocs)
- Quay: 'QUAY ' prefix with trailing space (not quay-tests)
- ACM: Three matchers for Observability, acm-opp-app, and catch-all
  acm prefix (not acm-)

Validated against JUnit artifacts from job run 2085394982314708992.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@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 8, 2026
@openshift-ci-robot

openshift-ci-robot commented Aug 8, 2026

Copy link
Copy Markdown

@amiskin94: This pull request references INTEROP-9281 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.

Details

In response to this:

Summary

  • Fix SuiteRegEx patterns for OPP CR components (ODF, Quay, ACM) to match actual JUnit suite names produced by the DR Reporter ExitTrap
  • ODF: ^lp-interop--OPP--pytest (was ^lp-interop--OPP--interop-tests-ocs)
  • Quay: ^lp-interop--OPP--QUAY with trailing space (was ^lp-interop--OPP--quay-tests)
  • ACM: 3 matchers — ^lp-interop--OPP--Observability, ^acm-opp-app$, ^lp-interop--OPP--acm (was ^lp-interop--OPP--acm-)

Validated against JUnit artifacts from job run 2085394982314708992.

Replaces #805 (closed — had unrelated data file churn from make mapping).

Test plan

  • CI checks pass (lint, mapping, unit)
  • Verify regex patterns match actual JUnit suite names from GCS artifacts

🤖 Generated with Claude Code

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 requested review from dgoodwin and sosiouxme August 8, 2026 05:28
@neisw

neisw commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Aug 10, 2026
@openshift-ci

openshift-ci Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: amiskin94, neisw

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

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 10, 2026
@openshift-merge-bot
openshift-merge-bot Bot merged commit cafab0c into openshift-eng:main Aug 10, 2026
4 checks passed
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. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants