Skip to content

MCO-1679: Add MCO periodics#64752

Merged
openshift-merge-bot[bot] merged 5 commits intoopenshift:masterfrom
yuqi-zhang:add-mco-periodics
Jun 26, 2025
Merged

MCO-1679: Add MCO periodics#64752
openshift-merge-bot[bot] merged 5 commits intoopenshift:masterfrom
yuqi-zhang:add-mco-periodics

Conversation

@yuqi-zhang
Copy link
Copy Markdown
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
Copy Markdown
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.

Details

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

djoshy commented May 12, 2025

/pj-rehearse

@openshift-ci-robot
Copy link
Copy Markdown
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
Copy Markdown
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.

Details

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
Copy Markdown
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.

Details

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
CHECK_MOD_LIST: "false"
test:
- ref: go-verify-deps
- as: e2e-aws-mco-disruptive
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Contributor Author

/pj-rehearse

Now that the suite exists, see if these can run

@openshift-ci-robot
Copy link
Copy Markdown
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
Copy Markdown
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?

- ref: windows-e2e-operator-test
workflow: ipi-aws-ovn-hybrid
- as: e2e-aws-mco-disruptive
interval: 48h
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Contributor Author

/pj-rehearse more

@openshift-ci-robot
Copy link
Copy Markdown
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
Copy Markdown
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
@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
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.19
to: machine-config-operator
releases:
initial:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

If you aren't doing upgrades you likely don't need intitial

@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
Copy Markdown
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
@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
@neisw
Copy link
Copy Markdown
Contributor

neisw commented Jun 26, 2025

/pj-rehearse ack

@openshift-ci-robot
Copy link
Copy Markdown
Contributor

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

@openshift-ci-robot openshift-ci-robot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Jun 26, 2025
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

/retest-required

Remaining retests: 0 against base HEAD 5be2f90 and 2 for PR HEAD c515db1 in total

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Jun 26, 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.

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.

Add periodics for MCO, intended to run MCO-disruptive tests. The 14
variants added are based on feature promotion requirements. Currently
set to run every 7 days until the tests are active.
@yuqi-zhang
Copy link
Copy Markdown
Contributor Author

rebased and re-make jobs to pass ordered-prow-config

@openshift-ci openshift-ci Bot removed the lgtm Indicates that a PR is ready to be merged. label Jun 26, 2025
@openshift-ci-robot openshift-ci-robot removed the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Jun 26, 2025
@openshift-ci-robot
Copy link
Copy Markdown
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.19-periodics-e2e-gcp-mco-disruptive 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.19-periodics-e2e-gcp-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-techpreview 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-aws-mco-disruptive 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.20-periodics-e2e-gcp-mco-disruptive-techpreview 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.19-periodics-e2e-metal-ipi-ovn-ipv6-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-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.20-periodics-e2e-azure-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.19-periodics-e2e-aws-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-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-ipv6-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-vsphere-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-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.

@neisw
Copy link
Copy Markdown
Contributor

neisw commented Jun 26, 2025

/lgtm
/pj-rehearse ack

@openshift-ci-robot
Copy link
Copy Markdown
Contributor

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

@openshift-ci-robot openshift-ci-robot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Jun 26, 2025
@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

@pablintino
Copy link
Copy Markdown
Contributor

/test prow-config-filenames

@openshift-merge-bot openshift-merge-bot Bot merged commit 511a975 into openshift:master Jun 26, 2025
15 checks passed
liweinan pushed a commit to liweinan/release that referenced this pull request Aug 5, 2025
* Add MCO periodics

Add periodics for MCO, intended to run MCO-disruptive tests. The 14
variants added are based on feature promotion requirements. Currently
set to run every 7 days until the tests are active.

* Add upi-installer to MCO periodics for vsphere

* Use build05 for MCO metal jobs

* Bump timeout for metal jobs

* Update cluster to build04 for ordered-prow-config
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. rehearsals-ack Signifies that rehearsal jobs have been acknowledged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants