Skip to content

Conversation

@hongkailiu
Copy link
Member

@hongkailiu hongkailiu commented Sep 17, 2025

The new test case for Cluster Version Operator checks if clusterversion
reports Failing=Unknown and use it as the indicator of long ClusterOperator
version update in a cluster upgrade.

The test adds the failure test cases for the component to which the
cluster operator belongs if it spots Failing=Unknown. The COs are
parsed from the Contition's message as there is no API exposing them.

@openshift-ci-robot
Copy link

openshift-ci-robot commented Sep 17, 2025

@hongkailiu: This pull request references OTA-1626 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 "4.21.0" version, but no target version was set.

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

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Sep 17, 2025
@hongkailiu hongkailiu changed the title OTA-1626: fail update suite if any ClusterOperator takes too long to update [wip]OTA-1626: fail update suite if any ClusterOperator takes too long to update Sep 17, 2025
@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Sep 17, 2025
@hongkailiu hongkailiu force-pushed the OTA-1626 branch 2 times, most recently from f251ec2 to 8d5bda7 Compare September 17, 2025 23:33
@openshift-trt
Copy link

openshift-trt bot commented Sep 18, 2025

Job Failure Risk Analysis for sha: 8d5bda7

Job Name Failure Risk
pull-ci-openshift-origin-main-e2e-openstack-ovn IncompleteTests
Tests for this run (102) are below the historical average (1641): IncompleteTests (not enough tests ran to make a reasonable risk analysis; this could be due to infra, installation, or upgrade problems)

Risk analysis has seen new tests most likely introduced by this PR.
Please ensure that new tests meet guidelines for naming and stability.

New tests seen in this PR at sha: 8d5bda7

  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker cleanup" [Total: 38, Pass: 38, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker collection" [Total: 32, Pass: 32, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker interval construction" [Total: 32, Pass: 32, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker preparation" [Total: 32, Pass: 32, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker setup" [Total: 32, Pass: 32, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker test evaluation" [Total: 32, Pass: 32, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker writing to storage" [Total: 38, Pass: 38, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][bz-Cluster Version Operator] cluster version should not report Failing=Unknown during a normal cluster upgrade" [Total: 32, Pass: 32, Fail: 0, Flake: 0]

@openshift-ci-robot
Copy link

openshift-ci-robot commented Sep 18, 2025

@hongkailiu: This pull request references OTA-1626 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 "4.21.0" version, but no target version was set.

In response to this:

The new test checks if clusterversion reports Failing=Unknown
and use it as the indicator of long ClusterOperator` version update
in a cluster upgrade.

The test adds the failure test cases for the component to which the
cluster operator belongs if it spots Failing=Unknown. The COs are
parsed from the Contition's message as there is no API exposing them.

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.

@hongkailiu
Copy link
Member Author

hongkailiu commented Sep 18, 2025

Just found this beautiful thing.

I guess we could also access the data there to fail the cases.
Pro:

  • The implementation would be possibly simpler since the events are collected.

Con:

  • Progressing=True: the starting time might be misleading vs CVO calculation.

PS.
In the linked test, kube-apiserver reports Progressing=True for 25m which would trigger a failure if we use 20m as the limit. It currently does not trigger Failing=Unknown which allows for 30m.

Screenshot 2025-09-18 at 11 35 10

@openshift-ci-robot
Copy link

openshift-ci-robot commented Sep 18, 2025

@hongkailiu: This pull request references OTA-1626 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 "4.21.0" version, but no target version was set.

In response to this:

The new test case for Cluster Version Operator checks if clusterversion
reports Failing=Unknown and use it as the indicator of long ClusterOperator
version update in a cluster upgrade.

The test adds the failure test cases for the component to which the
cluster operator belongs if it spots Failing=Unknown. The COs are
parsed from the Contition's message as there is no API exposing them.

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.

@hongkailiu hongkailiu changed the title [wip]OTA-1626: fail update suite if any ClusterOperator takes too long to update OTA-1626: fail update suite if any ClusterOperator takes too long to update Sep 18, 2025
@openshift-ci openshift-ci bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Sep 18, 2025
@openshift-trt
Copy link

openshift-trt bot commented Sep 18, 2025

Job Failure Risk Analysis for sha: 299fe10

Job Name Failure Risk
pull-ci-openshift-origin-main-e2e-aws-disruptive Low
Job run should complete before timeout
This test has passed 61.54% of 13 runs on release 4.21 [Architecture:amd64 FeatureSet:default Installer:ipi JobTier:hidden Network:ovn NetworkStack:ipv4 Owner:eng Platform:aws Procedure:none SecurityMode:default Topology:ha Upgrade:micro-downgrade] in the last week.

Risk analysis has seen new tests most likely introduced by this PR.
Please ensure that new tests meet guidelines for naming and stability.

New tests seen in this PR at sha: 299fe10

  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker cleanup" [Total: 37, Pass: 37, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker collection" [Total: 31, Pass: 31, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker interval construction" [Total: 31, Pass: 31, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker preparation" [Total: 31, Pass: 31, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker setup" [Total: 31, Pass: 31, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker test evaluation" [Total: 31, Pass: 31, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker writing to storage" [Total: 37, Pass: 37, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][bz-Cluster Version Operator] cluster version should not report Failing=Unknown during a normal cluster upgrade" [Total: 31, Pass: 31, Fail: 0, Flake: 0]

@petr-muller
Copy link
Member

/cc

@openshift-ci openshift-ci bot requested a review from petr-muller September 19, 2025 13:54
@openshift-ci openshift-ci bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Sep 19, 2025
@hongkailiu hongkailiu changed the title OTA-1626: fail update suite if any ClusterOperator takes too long to update OTA-1626: fail CI if any ClusterOperator takes too long to update Sep 20, 2025
@hongkailiu
Copy link
Member Author

/retest-required

@openshift-trt
Copy link

openshift-trt bot commented Oct 21, 2025

Risk analysis has seen new tests most likely introduced by this PR.
Please ensure that new tests meet guidelines for naming and stability.

New Test Risks for sha: 677c97e

Job Name New Test Risk
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker cleanup" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker collection" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker interval construction" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker preparation" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker setup" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker test evaluation" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker writing to storage" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][bz-Cluster Version Operator] cluster version should not report Failing=Unknown during a normal cluster upgrade" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-ovn High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker cleanup" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-ovn High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker collection" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-ovn High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker interval construction" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-ovn High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker preparation" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-ovn High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker setup" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-ovn High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker test evaluation" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-ovn High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker writing to storage" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-ovn High - "[Monitor:cluster-version-checker][bz-Cluster Version Operator] cluster version should not report Failing=Unknown during a normal cluster upgrade" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-ovn-rt-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker cleanup" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-ovn-rt-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker collection" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-ovn-rt-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker interval construction" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-ovn-rt-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker preparation" is a new test that was not present in all runs against the current commit.
(...showing 20 of 24 rows)

New tests seen in this PR at sha: 677c97e

  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker cleanup" [Total: 32, Pass: 32, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker collection" [Total: 30, Pass: 30, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker interval construction" [Total: 30, Pass: 30, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker preparation" [Total: 30, Pass: 30, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker setup" [Total: 30, Pass: 30, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker test evaluation" [Total: 30, Pass: 30, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker writing to storage" [Total: 32, Pass: 32, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][bz-Cluster Version Operator] cluster version should not report Failing=Unknown during a normal cluster upgrade" [Total: 30, Pass: 30, Fail: 0, Flake: 0]

@openshift-trt
Copy link

openshift-trt bot commented Oct 21, 2025

Risk analysis has seen new tests most likely introduced by this PR.
Please ensure that new tests meet guidelines for naming and stability.

New Test Risks for sha: 677c97e

Job Name New Test Risk
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker cleanup" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker collection" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker interval construction" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker preparation" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker setup" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker test evaluation" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker writing to storage" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][bz-Cluster Version Operator] cluster version should not report Failing=Unknown during a normal cluster upgrade" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-ovn-rt-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker cleanup" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-ovn-rt-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker collection" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-ovn-rt-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker interval construction" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-ovn-rt-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker preparation" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-ovn-rt-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker setup" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-ovn-rt-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker test evaluation" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-ovn-rt-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker writing to storage" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-ovn-rt-upgrade High - "[Monitor:cluster-version-checker][bz-Cluster Version Operator] cluster version should not report Failing=Unknown during a normal cluster upgrade" is a new test that was not present in all runs against the current commit.

New tests seen in this PR at sha: 677c97e

  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker cleanup" [Total: 32, Pass: 32, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker collection" [Total: 30, Pass: 30, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker interval construction" [Total: 30, Pass: 30, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker preparation" [Total: 30, Pass: 30, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker setup" [Total: 30, Pass: 30, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker test evaluation" [Total: 30, Pass: 30, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker writing to storage" [Total: 32, Pass: 32, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][bz-Cluster Version Operator] cluster version should not report Failing=Unknown during a normal cluster upgrade" [Total: 30, Pass: 30, Fail: 0, Flake: 0]

@openshift-ci-robot
Copy link

/retest-required

Remaining retests: 0 against base HEAD acabe0c and 0 for PR HEAD 677c97e in total

@openshift-ci-robot
Copy link

/hold

Revision 677c97e was retested 3 times: holding

@openshift-ci openshift-ci bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Oct 22, 2025
@openshift-trt
Copy link

openshift-trt bot commented Oct 22, 2025

Job Failure Risk Analysis for sha: 677c97e

Job Name Failure Risk
pull-ci-openshift-origin-main-e2e-aws-ovn-single-node-upgrade Medium
Job run should complete before timeout
This test has passed 87.97% of 6084 runs on release 4.21 [Overall] in the last week.

Risk analysis has seen new tests most likely introduced by this PR.
Please ensure that new tests meet guidelines for naming and stability.

New Test Risks for sha: 677c97e

Job Name New Test Risk
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker cleanup" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker collection" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker interval construction" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker preparation" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker setup" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker test evaluation" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker writing to storage" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][bz-Cluster Version Operator] cluster version should not report Failing=Unknown during a normal cluster upgrade" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-csi High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker cleanup" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-csi High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker collection" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-csi High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker interval construction" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-csi High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker preparation" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-csi High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker setup" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-csi High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker test evaluation" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-csi High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker writing to storage" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-csi High - "[Monitor:cluster-version-checker][bz-Cluster Version Operator] cluster version should not report Failing=Unknown during a normal cluster upgrade" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-ovn High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker cleanup" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-ovn High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker collection" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-ovn High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker interval construction" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-ovn High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker preparation" is a new test that was not present in all runs against the current commit.
(...showing 20 of 32 rows)

New tests seen in this PR at sha: 677c97e

  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker cleanup" [Total: 45, Pass: 45, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker collection" [Total: 43, Pass: 43, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker interval construction" [Total: 43, Pass: 43, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker preparation" [Total: 43, Pass: 43, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker setup" [Total: 43, Pass: 43, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker test evaluation" [Total: 43, Pass: 43, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker writing to storage" [Total: 45, Pass: 45, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][bz-Cluster Version Operator] cluster version should not report Failing=Unknown during a normal cluster upgrade" [Total: 43, Pass: 43, Fail: 0, Flake: 0]

@hongkailiu
Copy link
Member Author

/hold cancel
/retest-required

@openshift-ci openshift-ci bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Oct 22, 2025
@hongkailiu
Copy link
Member Author

/test e2e-gcp-ovn-upgrade

@openshift-trt
Copy link

openshift-trt bot commented Oct 22, 2025

Job Failure Risk Analysis for sha: 677c97e

Job Name Failure Risk
pull-ci-openshift-origin-main-e2e-aws-ovn-single-node-upgrade Medium
Job run should complete before timeout
This test has passed 87.99% of 6071 runs on release 4.21 [Overall] in the last week.

Risk analysis has seen new tests most likely introduced by this PR.
Please ensure that new tests meet guidelines for naming and stability.

New Test Risks for sha: 677c97e

Job Name New Test Risk
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker cleanup" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker collection" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker interval construction" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker preparation" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker setup" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker test evaluation" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker writing to storage" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][bz-Cluster Version Operator] cluster version should not report Failing=Unknown during a normal cluster upgrade" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-csi High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker cleanup" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-csi High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker collection" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-csi High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker interval construction" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-csi High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker preparation" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-csi High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker setup" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-csi High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker test evaluation" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-csi High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker writing to storage" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-csi High - "[Monitor:cluster-version-checker][bz-Cluster Version Operator] cluster version should not report Failing=Unknown during a normal cluster upgrade" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-ovn High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker cleanup" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-ovn High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker collection" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-ovn High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker interval construction" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-ovn High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker preparation" is a new test that was not present in all runs against the current commit.
(...showing 20 of 40 rows)

New tests seen in this PR at sha: 677c97e

  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker cleanup" [Total: 46, Pass: 46, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker collection" [Total: 44, Pass: 44, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker interval construction" [Total: 44, Pass: 44, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker preparation" [Total: 44, Pass: 44, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker setup" [Total: 44, Pass: 44, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker test evaluation" [Total: 44, Pass: 44, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker writing to storage" [Total: 46, Pass: 46, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][bz-Cluster Version Operator] cluster version should not report Failing=Unknown during a normal cluster upgrade" [Total: 44, Pass: 44, Fail: 0, Flake: 0]

@openshift-ci-robot
Copy link

/retest-required

Remaining retests: 0 against base HEAD 4faf768 and 2 for PR HEAD 677c97e in total

@openshift-trt
Copy link

openshift-trt bot commented Oct 22, 2025

Job Failure Risk Analysis for sha: 677c97e

Job Name Failure Risk
pull-ci-openshift-origin-main-e2e-aws-ovn-single-node-upgrade Medium
Job run should complete before timeout
This test has passed 88.89% of 5938 runs on release 4.21 [Overall] in the last week.

Risk analysis has seen new tests most likely introduced by this PR.
Please ensure that new tests meet guidelines for naming and stability.

New Test Risks for sha: 677c97e

Job Name New Test Risk
pull-ci-openshift-origin-main-e2e-aws-ovn-serial-2of2 High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker cleanup" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-serial-2of2 High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker collection" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-serial-2of2 High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker interval construction" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-serial-2of2 High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker preparation" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-serial-2of2 High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker setup" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-serial-2of2 High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker test evaluation" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-serial-2of2 High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker writing to storage" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-serial-2of2 High - "[Monitor:cluster-version-checker][bz-Cluster Version Operator] cluster version should not report Failing=Unknown during a normal cluster upgrade" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker cleanup" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker collection" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker interval construction" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker preparation" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker setup" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker test evaluation" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker writing to storage" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][bz-Cluster Version Operator] cluster version should not report Failing=Unknown during a normal cluster upgrade" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-csi High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker cleanup" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-csi High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker collection" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-csi High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker interval construction" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-csi High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker preparation" is a new test that was not present in all runs against the current commit.
(...showing 20 of 48 rows)

New tests seen in this PR at sha: 677c97e

  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker cleanup" [Total: 56, Pass: 56, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker collection" [Total: 54, Pass: 54, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker interval construction" [Total: 54, Pass: 54, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker preparation" [Total: 54, Pass: 54, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker setup" [Total: 54, Pass: 54, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker test evaluation" [Total: 54, Pass: 54, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker writing to storage" [Total: 56, Pass: 56, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][bz-Cluster Version Operator] cluster version should not report Failing=Unknown during a normal cluster upgrade" [Total: 54, Pass: 54, Fail: 0, Flake: 0]

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Oct 23, 2025

@hongkailiu: 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-aws-ovn-edge-zones 1d57092 link false /test e2e-aws-ovn-edge-zones
ci/prow/e2e-metal-ipi-virtualmedia 1d57092 link false /test e2e-metal-ipi-virtualmedia
ci/prow/e2e-metal-ipi-ovn-dualstack-local-gateway 1d57092 link false /test e2e-metal-ipi-ovn-dualstack-local-gateway
ci/prow/e2e-aws-ovn-kube-apiserver-rollout 1d57092 link false /test e2e-aws-ovn-kube-apiserver-rollout
ci/prow/e2e-aws-ovn-cgroupsv2 1d57092 link false /test e2e-aws-ovn-cgroupsv2
ci/prow/e2e-aws-ovn 1d57092 link false /test e2e-aws-ovn
ci/prow/e2e-gcp-ovn-techpreview 1d57092 link false /test e2e-gcp-ovn-techpreview
ci/prow/e2e-aws-disruptive 1d57092 link false /test e2e-aws-disruptive
ci/prow/e2e-aws-proxy 1d57092 link false /test e2e-aws-proxy
ci/prow/e2e-aws-ovn-single-node-serial 471c90c link false /test e2e-aws-ovn-single-node-serial
ci/prow/e2e-openstack-ovn 471c90c link false /test e2e-openstack-ovn
ci/prow/e2e-aws-ovn-single-node-upgrade 677c97e link false /test e2e-aws-ovn-single-node-upgrade
ci/prow/e2e-azure-ovn-upgrade 677c97e link false /test e2e-azure-ovn-upgrade

Full PR test history. Your PR dashboard.

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-trt
Copy link

openshift-trt bot commented Oct 23, 2025

Job Failure Risk Analysis for sha: 677c97e

Job Name Failure Risk
pull-ci-openshift-origin-main-e2e-aws-ovn-single-node-upgrade Medium
Job run should complete before timeout
This test has passed 88.85% of 5890 runs on release 4.21 [Overall] in the last week.

Risk analysis has seen new tests most likely introduced by this PR.
Please ensure that new tests meet guidelines for naming and stability.

New Test Risks for sha: 677c97e

Job Name New Test Risk
pull-ci-openshift-origin-main-e2e-aws-ovn-serial-2of2 High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker cleanup" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-serial-2of2 High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker collection" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-serial-2of2 High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker interval construction" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-serial-2of2 High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker preparation" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-serial-2of2 High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker setup" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-serial-2of2 High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker test evaluation" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-serial-2of2 High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker writing to storage" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-serial-2of2 High - "[Monitor:cluster-version-checker][bz-Cluster Version Operator] cluster version should not report Failing=Unknown during a normal cluster upgrade" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker cleanup" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker collection" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker interval construction" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker preparation" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker setup" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker test evaluation" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker writing to storage" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][bz-Cluster Version Operator] cluster version should not report Failing=Unknown during a normal cluster upgrade" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-csi High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker cleanup" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-csi High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker collection" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-csi High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker interval construction" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-csi High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker preparation" is a new test that was not present in all runs against the current commit.
(...showing 20 of 48 rows)

New tests seen in this PR at sha: 677c97e

  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker cleanup" [Total: 58, Pass: 58, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker collection" [Total: 56, Pass: 56, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker interval construction" [Total: 56, Pass: 56, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker preparation" [Total: 56, Pass: 56, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker setup" [Total: 56, Pass: 56, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker test evaluation" [Total: 56, Pass: 56, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker writing to storage" [Total: 58, Pass: 58, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][bz-Cluster Version Operator] cluster version should not report Failing=Unknown during a normal cluster upgrade" [Total: 56, Pass: 56, Fail: 0, Flake: 0]

1 similar comment
@openshift-trt
Copy link

openshift-trt bot commented Oct 23, 2025

Job Failure Risk Analysis for sha: 677c97e

Job Name Failure Risk
pull-ci-openshift-origin-main-e2e-aws-ovn-single-node-upgrade Medium
Job run should complete before timeout
This test has passed 88.85% of 5890 runs on release 4.21 [Overall] in the last week.

Risk analysis has seen new tests most likely introduced by this PR.
Please ensure that new tests meet guidelines for naming and stability.

New Test Risks for sha: 677c97e

Job Name New Test Risk
pull-ci-openshift-origin-main-e2e-aws-ovn-serial-2of2 High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker cleanup" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-serial-2of2 High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker collection" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-serial-2of2 High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker interval construction" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-serial-2of2 High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker preparation" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-serial-2of2 High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker setup" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-serial-2of2 High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker test evaluation" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-serial-2of2 High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker writing to storage" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-serial-2of2 High - "[Monitor:cluster-version-checker][bz-Cluster Version Operator] cluster version should not report Failing=Unknown during a normal cluster upgrade" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker cleanup" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker collection" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker interval construction" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker preparation" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker setup" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker test evaluation" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker writing to storage" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-aws-ovn-upgrade High - "[Monitor:cluster-version-checker][bz-Cluster Version Operator] cluster version should not report Failing=Unknown during a normal cluster upgrade" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-csi High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker cleanup" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-csi High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker collection" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-csi High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker interval construction" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-csi High - "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker preparation" is a new test that was not present in all runs against the current commit.
(...showing 20 of 48 rows)

New tests seen in this PR at sha: 677c97e

  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker cleanup" [Total: 58, Pass: 58, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker collection" [Total: 56, Pass: 56, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker interval construction" [Total: 56, Pass: 56, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker preparation" [Total: 56, Pass: 56, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker setup" [Total: 56, Pass: 56, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker test evaluation" [Total: 56, Pass: 56, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][Jira:"Cluster Version Operator"] monitor test cluster-version-checker writing to storage" [Total: 58, Pass: 58, Fail: 0, Flake: 0]
  • "[Monitor:cluster-version-checker][bz-Cluster Version Operator] cluster version should not report Failing=Unknown during a normal cluster upgrade" [Total: 56, Pass: 56, Fail: 0, Flake: 0]

@hongkailiu
Copy link
Member Author

/retest-required

@openshift-merge-bot openshift-merge-bot bot merged commit 618d3bd into openshift:main Oct 23, 2025
23 of 25 checks passed
hongkailiu added a commit to hongkailiu/origin that referenced this pull request Oct 23, 2025
Following up [1], the function `parseClusterOperatorNames`
raises up an error if it gets unknown operators which is a
result of CVO's producing a malformed message. It leads to
a failure associated to component "Cluster Version Operator".

[1]. openshift#30269 (comment)
hongkailiu added a commit to hongkailiu/origin that referenced this pull request Oct 23, 2025
Following up [1], the function `parseClusterOperatorNames`
raises up an error if it gets unknown operators which is a
result of CVO's producing a malformed message. It leads to
a failure associated to component "Cluster Version Operator".

[1]. openshift#30269 (comment)
hongkailiu added a commit to hongkailiu/origin that referenced this pull request Oct 23, 2025
Following up [1], the function `parseClusterOperatorNames`
raises up an error if it gets unknown operators which is a
result of CVO's producing a malformed message. It leads to
a failure associated to component "Cluster Version Operator".

[1]. openshift#30269 (comment)
xueqzhan added a commit to xueqzhan/origin that referenced this pull request Oct 24, 2025
xueqzhan added a commit to xueqzhan/origin that referenced this pull request Oct 24, 2025
xueqzhan added a commit to xueqzhan/origin that referenced this pull request Oct 24, 2025
openshift-merge-bot bot added a commit that referenced this pull request Oct 24, 2025
TRT-2373: Revert #30269 "OTA-1626: fail CI if any ClusterOperator takes too long to update"
hongkailiu added a commit to hongkailiu/origin that referenced this pull request Oct 27, 2025
openshift-merge-bot bot added a commit that referenced this pull request Oct 29, 2025
TRT-2373: Revert "Revert "Merge pull request #30269 from hongkailiu/OTA-1626""
hongkailiu added a commit to hongkailiu/origin that referenced this pull request Nov 3, 2025
Following up [1], the function `parseClusterOperatorNames`
raises up an error if it gets unknown operators which is a
result of CVO's producing a malformed message. It leads to
a failure associated to component "Cluster Version Operator".

[1]. openshift#30269 (comment)
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. verified Signifies that the PR passed pre-merge verification criteria

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants