Skip to content

OCPBUGS-57436: Add MCO test suite to 4.19#29918

Merged
openshift-merge-bot[bot] merged 3 commits intoopenshift:release-4.19from
yuqi-zhang:backport-mco-suite-to-419
Jun 26, 2025
Merged

OCPBUGS-57436: Add MCO test suite to 4.19#29918
openshift-merge-bot[bot] merged 3 commits intoopenshift:release-4.19from
yuqi-zhang:backport-mco-suite-to-419

Conversation

@yuqi-zhang
Copy link
Copy Markdown
Contributor

Manual cherrypick of #29776

Add an empty MCO suite, for testing purposes. Future tests will be moved
over from serial and added via MCO OTE.
Many MCO tests require node disruption, so it was determined that these
would best live as a separate suite.

Create the MCO suite and move existing MCO tests in origin to it. The
next goal is to add On Cluster Layering tests to this as well,
potentially via OTE.
@yuqi-zhang
Copy link
Copy Markdown
Contributor Author

/jira cherrypick OCPBUGS-57435

@openshift-ci-robot
Copy link
Copy Markdown

@yuqi-zhang: Jira Issue OCPBUGS-57435 has been cloned as Jira Issue OCPBUGS-57436. Will retitle bug to link to clone.
/retitle OCPBUGS-57436: Add MCO test suite to 4.19

Details

In response to this:

/jira cherrypick OCPBUGS-57435

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 changed the title Add MCO test suite to 4.19 OCPBUGS-57436: Add MCO test suite to 4.19 Jun 13, 2025
@openshift-ci-robot openshift-ci-robot added jira/severity-moderate Referenced Jira bug's severity is moderate for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. labels Jun 13, 2025
@openshift-ci-robot
Copy link
Copy Markdown

@yuqi-zhang: This pull request references Jira Issue OCPBUGS-57436, which is invalid:

  • expected dependent Jira Issue OCPBUGS-57435 to be in one of the following states: MODIFIED, ON_QA, VERIFIED, but it is Closed (Done) instead
  • expected dependent Jira Issue OCPBUGS-57435 to target a version in 4.20.0, but no target version was set

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

The bug has been updated to refer to the pull request using the external bug tracker.

Details

In response to this:

Manual cherrypick of #29776

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 cheesesashimi and deads2k June 13, 2025 00:58
@yuqi-zhang
Copy link
Copy Markdown
Contributor Author

/jira refresh

@openshift-ci-robot openshift-ci-robot added jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. and removed jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. labels Jun 13, 2025
@openshift-ci-robot
Copy link
Copy Markdown

@yuqi-zhang: This pull request references Jira Issue OCPBUGS-57436, which is valid. The bug has been moved to the POST state.

7 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.19.0) matches configured target version for branch (4.19.0)
  • bug is in the state New, which is one of the valid states (NEW, ASSIGNED, POST)
  • release note type set to "Release Note Not Required"
  • dependent bug Jira Issue OCPBUGS-57435 is in the state Verified, which is one of the valid states (MODIFIED, ON_QA, VERIFIED)
  • dependent Jira Issue OCPBUGS-57435 targets the "4.20.0" version, which is one of the valid target versions: 4.20.0
  • bug has dependents

Requesting review from QA contact:
/cc @sergiordlr

Details

In response to this:

/jira refresh

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 a review from sergiordlr June 13, 2025 01:03
@yuqi-zhang
Copy link
Copy Markdown
Contributor Author

/retest-required

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Jun 13, 2025

@yuqi-zhang: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-gcp-ovn-rt-upgrade c1fe89b link false /test e2e-gcp-ovn-rt-upgrade
ci/prow/e2e-aws-ovn-kube-apiserver-rollout c1fe89b link false /test e2e-aws-ovn-kube-apiserver-rollout
ci/prow/okd-scos-e2e-aws-ovn c1fe89b link false /test okd-scos-e2e-aws-ovn
ci/prow/e2e-aws-ovn-single-node-upgrade c1fe89b link false /test e2e-aws-ovn-single-node-upgrade
ci/prow/e2e-openstack-ovn c1fe89b link false /test e2e-openstack-ovn

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.

@neisw
Copy link
Copy Markdown
Contributor

neisw commented Jun 26, 2025

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jun 26, 2025
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Jun 26, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: neisw, yuqi-zhang

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 Jun 26, 2025
@openshift-ci-robot
Copy link
Copy Markdown

/retest-required

Remaining retests: 0 against base HEAD cedf1a1 and 2 for PR HEAD c1fe89b in total

@openshift-merge-bot openshift-merge-bot Bot merged commit 253764f into openshift:release-4.19 Jun 26, 2025
28 of 33 checks passed
@openshift-ci-robot
Copy link
Copy Markdown

@yuqi-zhang: Jira Issue OCPBUGS-57436: All pull requests linked via external trackers have merged:

Jira Issue OCPBUGS-57436 has been moved to the MODIFIED state.

Details

In response to this:

Manual cherrypick of #29776

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.

@yuqi-zhang
Copy link
Copy Markdown
Contributor Author

/cherry-pick release-4.18

@openshift-bot
Copy link
Copy Markdown
Contributor

[ART PR BUILD NOTIFIER]

Distgit: openshift-enterprise-tests
This PR has been included in build openshift-enterprise-tests-container-v4.19.0-202506261538.p0.g253764f.assembly.stream.el9.
All builds following this will include this PR.

@openshift-merge-robot
Copy link
Copy Markdown
Contributor

Fix included in accepted release 4.19.0-0.nightly-2025-06-27-173846

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/severity-moderate Referenced Jira bug's severity is moderate for the branch this PR is targeting. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. 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.

5 participants