Skip to content

MCO-1679: Add MCO periodics #64752

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

yuqi-zhang
Copy link
Contributor

@yuqi-zhang yuqi-zhang commented May 9, 2025

Add periodic MCO jobs to run the new suite defined in openshift/origin#29776

Added a total of 14 MCO periodic jobs aligned with feature graduation requirements in o/api: https://github.com/openshift/api/blob/9052dea866947c1b70a662aa0ff3d90fa662a93d/tools/codegen/cmd/featuregate-test-analyzer.go#L331-L370

Currently they are set to 48h intervals, but maybe we should run the metal jobs less frequently, and run techpreview more than graduated, to help us generate signal? Or should it be the other way around?

Side note: baremetalds-e2e-ovn-* workflows don't seem to have FEATURESET enabled, so copied

      DEVSCRIPTS_CONFIG: |
        IP_STACK=v4v6
        FEATURE_SET=TechPreviewNoUpgrade

from other techpreview jobs.

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label May 9, 2025
@openshift-ci-robot
Copy link
Contributor

openshift-ci-robot commented May 9, 2025

@yuqi-zhang: This pull request references MCO-1679 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.20.0" version, but no target version was set.

In response to this:

Add periodic MCO jobs to run the new suite defined in openshift/origin#29776

Adding GCP/AWS variants for now since they are where our bootimage tests are running.

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 pablintino and umohnani8 May 9, 2025 20:17
@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 9, 2025
@djoshy
Copy link
Contributor

djoshy commented May 12, 2025

/pj-rehearse

@openshift-ci-robot
Copy link
Contributor

@djoshy: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@yuqi-zhang yuqi-zhang force-pushed the add-mco-periodics branch from e119da9 to fea489f Compare May 13, 2025 21:55
@openshift-ci-robot
Copy link
Contributor

openshift-ci-robot commented May 13, 2025

@yuqi-zhang: This pull request references MCO-1679 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.20.0" version, but no target version was set.

In response to this:

Add periodic MCO jobs to run the new suite defined in openshift/origin#29776

Added a total of 14 MCO periodic jobs aligned with feature graduation requirements in o/api: https://github.com/openshift/api/blob/9052dea866947c1b70a662aa0ff3d90fa662a93d/tools/codegen/cmd/featuregate-test-analyzer.go#L331-L370

Side note: baremetalds-e2e-ovn-* workflows don't seem to have FEATURESET enabled, so copied

     DEVSCRIPTS_CONFIG: |
       IP_STACK=v4v6
       FEATURE_SET=TechPreviewNoUpgrade

from other techpreview jobs.

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

openshift-ci-robot commented May 13, 2025

@yuqi-zhang: This pull request references MCO-1679 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.20.0" version, but no target version was set.

In response to this:

Add periodic MCO jobs to run the new suite defined in openshift/origin#29776

Added a total of 14 MCO periodic jobs aligned with feature graduation requirements in o/api: https://github.com/openshift/api/blob/9052dea866947c1b70a662aa0ff3d90fa662a93d/tools/codegen/cmd/featuregate-test-analyzer.go#L331-L370

Currently they are set to 48h intervals, but maybe we should run the metal jobs less frequently, and run techpreview more than graduated, to help us generate signal? Or should it be the other way around?

Side note: baremetalds-e2e-ovn-* workflows don't seem to have FEATURESET enabled, so copied

     DEVSCRIPTS_CONFIG: |
       IP_STACK=v4v6
       FEATURE_SET=TechPreviewNoUpgrade

from other techpreview jobs.

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 yuqi-zhang force-pushed the add-mco-periodics branch from fea489f to 878bccb Compare May 13, 2025 22:56
@@ -578,6 +578,117 @@ tests:
CHECK_MOD_LIST: "false"
test:
- ref: go-verify-deps
- as: e2e-aws-mco-disruptive
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Question: Do these tests need to be defined for 4.21 as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good question, I'm not really sure what the guidance is there. I was under the impression that when we come to 4.21 branching we would set up the config aligned with main so I opted not to do it yet. If that's not the case I'm happy to copy the configs over as well.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure what the guidance is either, but keeping this as you have it for now sounds fair to me!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So actually you don't want periodics defined in main and for the release specific config you should have a separate periodic variant file similar to openshift-cluster-control-plane-machine-set-operator-release-4.20__periodics.yaml the 4.21 version will get created when 4.20 branches.

@yuqi-zhang yuqi-zhang force-pushed the add-mco-periodics branch from 878bccb to 820531a Compare May 15, 2025 23:41
@yuqi-zhang
Copy link
Contributor Author

Per suggestion, change the metal/vsphere jobs to run in early hours UTC/EST to reduce load on those platforms

@yuqi-zhang yuqi-zhang force-pushed the add-mco-periodics branch from 820531a to e232304 Compare May 21, 2025 20:31
@yuqi-zhang
Copy link
Contributor Author

/pj-rehearse

Now that the suite exists, see if these can run

@openshift-ci-robot
Copy link
Contributor

@yuqi-zhang: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@yuqi-zhang
Copy link
Contributor Author

Hmm, some of the installs failed. Of the successful ones:

Suite run returned error: suite "openshift/machine-config-operator/disruptive" does not contain any tests

That's good to see I think, since the suite is indeed empty.

@neisw would we be allowed to merge failing periodics for now? Or would we need to add tests via openshift/origin#29776 first?

@@ -598,6 +598,117 @@ tests:
test:
- ref: windows-e2e-operator-test
workflow: ipi-aws-ovn-hybrid
- as: e2e-aws-mco-disruptive
interval: 48h
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since you are looking to create these jobs before you have any tests, how about reducing the frequency this runs until you get the tests added. Unless you expect a quick turnaround there.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Modified to run every 7 days for now, but we do intend to add tests within the next few sprints.

ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws-3
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When you have the 4.20 release __periodics.yaml variant defined that will add the job-release label that is needed for Sippy / CR to pick up the job data

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ack, I think I misunderstood the configuration initially. Updated it to instead be 4.19/4.20 __periodic variants instead and regenerated the job config.

@yuqi-zhang yuqi-zhang force-pushed the add-mco-periodics branch from e232304 to 1058cb6 Compare June 4, 2025 02:38
@openshift-ci openshift-ci bot removed the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 4, 2025
@yuqi-zhang
Copy link
Contributor Author

Updated based on suggestions, the tests will run every 7 days for now, and moved the tests to __periodic files in the MCO config, for the 4.19 and 4.20 branch instead of 4.20 and main.

@yuqi-zhang
Copy link
Contributor Author

/pj-rehearse more

@openshift-ci-robot
Copy link
Contributor

@yuqi-zhang: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@yuqi-zhang
Copy link
Contributor Author

Hmm, the main jobs are still failing with

error running options: suite "openshift/machine-config-operator/disruptive" does not contain any testserror: suite "openshift/machine-config-operator/disruptive" does not contain any tests

which is expected, but the 4.19 and 4.20 both fail with

error converting to options: suite "openshift/machine-config-operator/disruptive" does not existerror: suite "openshift/machine-config-operator/disruptive" does not exist

4.19 I would expect, but openshift/origin#29800 is in the release-4.20 branch since that's fast-forwarded. Anything we need to do specifically there?

@yuqi-zhang yuqi-zhang force-pushed the add-mco-periodics branch from 1058cb6 to 3b5c8a2 Compare June 6, 2025 05:12
Copy link
Contributor

openshift-ci bot commented Jun 6, 2025

[APPROVALNOTIFIER] This PR is APPROVED

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

The full list of commands accepted by this bot can be found here.

The pull request process is described here

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 6, 2025
@openshift-ci-robot
Copy link
Contributor

@yuqi-zhang: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-ci-robot
Copy link
Contributor

@yuqi-zhang: requesting more than one rehearsal in one comment is not supported. If you would like to rehearse multiple specific jobs, please separate the job names by a space in a single command.

3 similar comments
@openshift-ci-robot
Copy link
Contributor

@yuqi-zhang: requesting more than one rehearsal in one comment is not supported. If you would like to rehearse multiple specific jobs, please separate the job names by a space in a single command.

@openshift-ci-robot
Copy link
Contributor

@yuqi-zhang: requesting more than one rehearsal in one comment is not supported. If you would like to rehearse multiple specific jobs, please separate the job names by a space in a single command.

@openshift-ci-robot
Copy link
Contributor

@yuqi-zhang: requesting more than one rehearsal in one comment is not supported. If you would like to rehearse multiple specific jobs, please separate the job names by a space in a single command.

@yuqi-zhang
Copy link
Contributor Author

/pj-rehearse periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-vsphere-mco-disruptive periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-metal-ipi-ovn-ipv6-mco-disruptive periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-azure-mco-disruptive-techpreview periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-gcp-mco-disruptive-techpreview

@openshift-ci-robot
Copy link
Contributor

@yuqi-zhang: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@yuqi-zhang
Copy link
Contributor Author

@yuqi-zhang
Copy link
Contributor Author

/pj-rehearse periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-vsphere-mco-disruptive periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-metal-ipi-ovn-ipv6-mco-disruptive-techpreview periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-azure-mco-disruptive-techpreview periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-gcp-mco-disruptive-techpreview periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-aws-mco-disruptive-techpreview

@openshift-ci-robot
Copy link
Contributor

@yuqi-zhang: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@yuqi-zhang
Copy link
Contributor Author

We had our first test passes! Added a fix for vsphere, metal continues to fail due to resource quota.

Trying again:

/pj-rehearse periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-vsphere-mco-disruptive-techpreview periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-metal-ipi-ovn-ipv6-mco-disruptive-techpreview periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-azure-mco-disruptive-techpreview periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-gcp-mco-disruptive-techpreview periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-aws-mco-disruptive-techpreview periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-metal-ipi-ovn-ipv4-mco-disruptive-techpreview periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-metal-ipi-ovn-dualstack-mco-disruptive-techpreview

@openshift-ci-robot
Copy link
Contributor

@yuqi-zhang: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@yuqi-zhang
Copy link
Contributor Author

Ah, the metal jobs need to run off build05 I just realized. Updated and trying the failing jobs. VSphere, AWS and GCP have passed:

/pj-rehearse periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-metal-ipi-ovn-ipv6-mco-disruptive-techpreview periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-azure-mco-disruptive-techpreview periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-metal-ipi-ovn-ipv4-mco-disruptive-techpreview periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-metal-ipi-ovn-dualstack-mco-disruptive-techpreview

@openshift-ci-robot
Copy link
Contributor

@yuqi-zhang: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-ci-robot
Copy link
Contributor

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

could not load configuration from base revision of release repo: could not checkout worktree: '[git checkout e4c2c978b9786658510e73580315062ed8c9fb0c]' failed with out:  and error exec: Stdout already set
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-robot
Copy link
Contributor

@yuqi-zhang: job(s): either don't exist or were not found to be affected, and cannot be rehearsed

@yuqi-zhang
Copy link
Contributor Author

The ipv4 metal job passed, and the tests were passing on the other metal jobs. Bumped the timeouts just in case but @neisw I think this is ready to go.

The 4.19 jobs will need openshift/origin#29918 , I've backported those, PTAL. I think the final goal is to get these to 4.18, but let's just do 4.19/4.20 for now to get some signal

@openshift-ci-robot
Copy link
Contributor

[REHEARSALNOTIFIER]
@yuqi-zhang: 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-openshift-machine-config-operator-release-4.19-periodics-images openshift/machine-config-operator presubmit Presubmit changed
pull-ci-openshift-machine-config-operator-release-4.20-periodics-images openshift/machine-config-operator presubmit Presubmit changed
periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-metal-ipi-ovn-ipv6-mco-disruptive N/A periodic Periodic changed
periodic-ci-openshift-machine-config-operator-release-4.19-periodics-e2e-vsphere-mco-disruptive-techpreview N/A periodic Periodic changed
periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-azure-mco-disruptive N/A periodic Periodic changed
periodic-ci-openshift-machine-config-operator-release-4.19-periodics-e2e-gcp-mco-disruptive-techpreview N/A periodic Periodic changed
periodic-ci-openshift-machine-config-operator-release-4.19-periodics-e2e-azure-mco-disruptive N/A periodic Periodic changed
periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-aws-mco-disruptive N/A periodic Periodic changed
periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-aws-mco-disruptive-techpreview N/A periodic Periodic changed
periodic-ci-openshift-machine-config-operator-release-4.19-periodics-e2e-gcp-mco-disruptive N/A periodic Periodic changed
periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-metal-ipi-ovn-dualstack-mco-disruptive-techpreview N/A periodic Periodic changed
periodic-ci-openshift-machine-config-operator-release-4.19-periodics-e2e-metal-ipi-ovn-dualstack-mco-disruptive N/A periodic Periodic changed
periodic-ci-openshift-machine-config-operator-release-4.19-periodics-e2e-metal-ipi-ovn-ipv6-mco-disruptive N/A periodic Periodic changed
periodic-ci-openshift-machine-config-operator-release-4.19-periodics-e2e-metal-ipi-ovn-dualstack-mco-disruptive-techpreview N/A periodic Periodic changed
periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-vsphere-mco-disruptive N/A periodic Periodic changed
periodic-ci-openshift-machine-config-operator-release-4.19-periodics-e2e-aws-mco-disruptive-techpreview N/A periodic Periodic changed
periodic-ci-openshift-machine-config-operator-release-4.19-periodics-e2e-azure-mco-disruptive-techpreview N/A periodic Periodic changed
periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-metal-ipi-ovn-ipv4-mco-disruptive-techpreview N/A periodic Periodic changed
periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-metal-ipi-ovn-dualstack-mco-disruptive N/A periodic Periodic changed
periodic-ci-openshift-machine-config-operator-release-4.19-periodics-e2e-metal-ipi-ovn-ipv4-mco-disruptive-techpreview N/A periodic Periodic changed
periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-vsphere-mco-disruptive-techpreview N/A periodic Periodic changed
periodic-ci-openshift-machine-config-operator-release-4.19-periodics-e2e-metal-ipi-ovn-ipv4-mco-disruptive N/A periodic Periodic changed
periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-gcp-mco-disruptive-techpreview N/A periodic Periodic changed
periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-azure-mco-disruptive-techpreview N/A periodic Periodic changed
periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-metal-ipi-ovn-ipv4-mco-disruptive N/A periodic Periodic changed

A total of 30 jobs have been affected by this change. The above listing is non-exhaustive and limited to 25 jobs.

A full list of affected jobs can be found here

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.

@yuqi-zhang
Copy link
Contributor Author

Running again to make sure

/pj-rehearse periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-vsphere-mco-disruptive-techpreview periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-metal-ipi-ovn-ipv6-mco-disruptive-techpreview periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-azure-mco-disruptive-techpreview periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-gcp-mco-disruptive-techpreview periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-aws-mco-disruptive-techpreview periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-metal-ipi-ovn-ipv4-mco-disruptive-techpreview periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-metal-ipi-ovn-dualstack-mco-disruptive-techpreview

@openshift-ci-robot
Copy link
Contributor

@yuqi-zhang: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

Copy link
Contributor

openshift-ci bot commented Jun 17, 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/rehearse/periodic-ci-openshift-machine-config-operator-release-4.20-e2e-aws-mco-disruptive e119da9 link unknown /pj-rehearse periodic-ci-openshift-machine-config-operator-release-4.20-e2e-aws-mco-disruptive
ci/rehearse/periodic-ci-openshift-machine-config-operator-main-e2e-aws-mco-disruptive e119da9 link unknown /pj-rehearse periodic-ci-openshift-machine-config-operator-main-e2e-aws-mco-disruptive
ci/rehearse/periodic-ci-openshift-machine-config-operator-main-e2e-gcp-mco-disruptive e119da9 link unknown /pj-rehearse periodic-ci-openshift-machine-config-operator-main-e2e-gcp-mco-disruptive
ci/rehearse/periodic-ci-openshift-machine-config-operator-main-e2e-aws-mco-disruptive-techpreview e232304 link unknown /pj-rehearse periodic-ci-openshift-machine-config-operator-main-e2e-aws-mco-disruptive-techpreview
ci/rehearse/periodic-ci-openshift-machine-config-operator-release-4.20-e2e-gcp-mco-disruptive e232304 link unknown /pj-rehearse periodic-ci-openshift-machine-config-operator-release-4.20-e2e-gcp-mco-disruptive
ci/rehearse/periodic-ci-openshift-machine-config-operator-main-e2e-gcp-mco-disruptive-techpreview e232304 link unknown /pj-rehearse periodic-ci-openshift-machine-config-operator-main-e2e-gcp-mco-disruptive-techpreview
ci/rehearse/periodic-ci-openshift-machine-config-operator-main-e2e-azure-mco-disruptive e232304 link unknown /pj-rehearse periodic-ci-openshift-machine-config-operator-main-e2e-azure-mco-disruptive
ci/rehearse/periodic-ci-openshift-machine-config-operator-main-e2e-metal-ipi-ovn-ipv4-mco-disruptive e232304 link unknown /pj-rehearse periodic-ci-openshift-machine-config-operator-main-e2e-metal-ipi-ovn-ipv4-mco-disruptive
ci/rehearse/periodic-ci-openshift-machine-config-operator-release-4.19-periodics-e2e-metal-ipi-ovn-ipv4-mco-disruptive 1058cb6 link unknown /pj-rehearse periodic-ci-openshift-machine-config-operator-release-4.19-periodics-e2e-metal-ipi-ovn-ipv4-mco-disruptive
ci/rehearse/periodic-ci-openshift-machine-config-operator-release-4.19-periodics-e2e-gcp-mco-disruptive df2c3ca link unknown /pj-rehearse periodic-ci-openshift-machine-config-operator-release-4.19-periodics-e2e-gcp-mco-disruptive
ci/rehearse/periodic-ci-openshift-machine-config-operator-release-4.19-periodics-e2e-azure-mco-disruptive df2c3ca link unknown /pj-rehearse periodic-ci-openshift-machine-config-operator-release-4.19-periodics-e2e-azure-mco-disruptive
ci/rehearse/periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-azure-mco-disruptive df2c3ca link unknown /pj-rehearse periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-azure-mco-disruptive
ci/rehearse/periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-aws-mco-disruptive df2c3ca link unknown /pj-rehearse periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-aws-mco-disruptive
ci/rehearse/periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-metal-ipi-ovn-ipv6-mco-disruptive df2c3ca link unknown /pj-rehearse periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-metal-ipi-ovn-ipv6-mco-disruptive
ci/rehearse/periodic-ci-openshift-machine-config-operator-release-4.19-periodics-e2e-aws-mco-disruptive df2c3ca link unknown /pj-rehearse periodic-ci-openshift-machine-config-operator-release-4.19-periodics-e2e-aws-mco-disruptive
ci/rehearse/periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-metal-ipi-ovn-ipv4-mco-disruptive df2c3ca link unknown /pj-rehearse periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-metal-ipi-ovn-ipv4-mco-disruptive
ci/rehearse/periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-vsphere-mco-disruptive df2c3ca link unknown /pj-rehearse periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-vsphere-mco-disruptive

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.

@yuqi-zhang
Copy link
Contributor Author

/pj-rehearse periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-metal-ipi-ovn-ipv6-mco-disruptive-techpreview periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-metal-ipi-ovn-dualstack-mco-disruptive-techpreview periodic-ci-openshift-machine-config-operator-release-4.20-periodics-e2e-gcp-mco-disruptive-techpreview

@openshift-ci-robot
Copy link
Contributor

@yuqi-zhang: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@yuqi-zhang
Copy link
Contributor Author

yuqi-zhang commented Jun 17, 2025

/hold

To make sure the new test this exercises works. Also so this doesn't disturb release signal for MCN/PIS.

@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 Jun 17, 2025
@yuqi-zhang
Copy link
Contributor Author

/hold cancel

openshift/api#2288 has merged so this shouldn't cause any issues, and all 7 platforms have passed

@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 Jun 19, 2025
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants