-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Merged
openshift-merge-bot
merged 5 commits into
openshift:master
from
yuqi-zhang:add-mco-periodics
Jun 26, 2025
Merged
MCO-1679: Add MCO periodics #64752
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
e21ff3e
Add MCO periodics
yuqi-zhang 77a1d0d
Add upi-installer to MCO periodics for vsphere
yuqi-zhang 0a87c80
Use build05 for MCO metal jobs
yuqi-zhang 5797b38
Bump timeout for metal jobs
yuqi-zhang 658f9df
Update cluster to build04 for ordered-prow-config
yuqi-zhang File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
212 changes: 212 additions & 0 deletions
212
...ft/machine-config-operator/openshift-machine-config-operator-release-4.19__periodics.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,212 @@ | ||
| base_images: | ||
| assisted-image-service: | ||
| name: ocm-2.14 | ||
| namespace: edge-infrastructure | ||
| tag: assisted-image-service | ||
| assisted-installer: | ||
| name: ocm-2.14 | ||
| namespace: edge-infrastructure | ||
| tag: assisted-installer | ||
| assisted-installer-agent: | ||
| name: ocm-2.14 | ||
| namespace: edge-infrastructure | ||
| tag: assisted-installer-agent | ||
| assisted-installer-controller: | ||
| name: ocm-2.14 | ||
| namespace: edge-infrastructure | ||
| tag: assisted-installer-controller | ||
| assisted-service: | ||
| name: ocm-2.14 | ||
| namespace: edge-infrastructure | ||
| tag: assisted-service | ||
| assisted-test-infra: | ||
| name: ocm-2.14 | ||
| namespace: edge-infrastructure | ||
| tag: assisted-test-infra | ||
| dev-scripts: | ||
| name: test | ||
| namespace: ocp-kni | ||
| tag: dev-scripts | ||
| hypershift-operator: | ||
| name: hypershift-operator | ||
| namespace: hypershift | ||
| tag: latest | ||
| hypershift-tests: | ||
| name: hypershift-tests | ||
| namespace: hypershift | ||
| tag: latest | ||
| ocp_4.19_base-rhel9: | ||
| name: "4.19" | ||
| namespace: ocp | ||
| tag: base-rhel9 | ||
| ocp_builder_rhel-8-golang-1.23-openshift-4.19: | ||
| name: builder | ||
| namespace: ocp | ||
| tag: rhel-8-golang-1.23-openshift-4.19 | ||
| ocp_builder_rhel-9-golang-1.23-openshift-4.19: | ||
| name: builder | ||
| namespace: ocp | ||
| tag: rhel-9-golang-1.23-openshift-4.19 | ||
| ocp_os: | ||
| name: "4.19" | ||
| namespace: ocp | ||
| tag: rhel-coreos | ||
| upi-installer: | ||
| name: "4.19" | ||
| namespace: ocp | ||
| tag: upi-installer | ||
| build_root: | ||
| from_repository: true | ||
| images: | ||
| - dockerfile_path: Dockerfile.rhel7 | ||
| inputs: | ||
| ocp_4.19_base-rhel9: | ||
| as: | ||
| - registry.ci.openshift.org/ocp/4.19:base-rhel9 | ||
| ocp_builder_rhel-8-golang-1.23-openshift-4.19: | ||
| as: | ||
| - registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.23-openshift-4.19 | ||
| ocp_builder_rhel-9-golang-1.23-openshift-4.19: | ||
| as: | ||
| - registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.19 | ||
| to: machine-config-operator | ||
| releases: | ||
| latest: | ||
| candidate: | ||
| product: ocp | ||
| stream: nightly | ||
| version: "4.19" | ||
| resources: | ||
| '*': | ||
| requests: | ||
| cpu: 100m | ||
| memory: 200Mi | ||
| tests: | ||
| - as: e2e-aws-mco-disruptive | ||
| interval: 168h | ||
| steps: | ||
| cluster_profile: aws-3 | ||
| env: | ||
| TEST_SUITE: openshift/machine-config-operator/disruptive | ||
| workflow: openshift-e2e-aws | ||
| - as: e2e-azure-mco-disruptive | ||
| interval: 168h | ||
| steps: | ||
| cluster_profile: azure4 | ||
| env: | ||
| TEST_SUITE: openshift/machine-config-operator/disruptive | ||
| workflow: openshift-e2e-azure | ||
| - as: e2e-gcp-mco-disruptive | ||
| interval: 168h | ||
| steps: | ||
| cluster_profile: gcp-3 | ||
| env: | ||
| TEST_SUITE: openshift/machine-config-operator/disruptive | ||
| workflow: openshift-e2e-gcp | ||
| - as: e2e-vsphere-mco-disruptive | ||
| cron: 0 6 * * 1 | ||
| steps: | ||
| cluster_profile: vsphere-elastic | ||
| env: | ||
| TEST_SUITE: openshift/machine-config-operator/disruptive | ||
| workflow: openshift-e2e-vsphere | ||
| - as: e2e-metal-ipi-ovn-ipv4-mco-disruptive | ||
| cluster: build05 | ||
| cron: 0 6 * * 1 | ||
| steps: | ||
| cluster_profile: equinix-ocp-metal | ||
| env: | ||
| TEST_SUITE: openshift/machine-config-operator/disruptive | ||
| workflow: baremetalds-e2e-ovn-ipv4 | ||
| timeout: 6h0m0s | ||
| - as: e2e-metal-ipi-ovn-ipv6-mco-disruptive | ||
| cluster: build05 | ||
| cron: 0 6 * * 1 | ||
| steps: | ||
| cluster_profile: equinix-ocp-metal | ||
| env: | ||
| TEST_SUITE: openshift/machine-config-operator/disruptive | ||
| workflow: baremetalds-e2e-ovn-ipv6 | ||
| timeout: 6h0m0s | ||
| - as: e2e-metal-ipi-ovn-dualstack-mco-disruptive | ||
| cluster: build05 | ||
| cron: 0 6 * * 1 | ||
| steps: | ||
| cluster_profile: equinix-ocp-metal | ||
| env: | ||
| TEST_SUITE: openshift/machine-config-operator/disruptive | ||
| workflow: baremetalds-e2e-ovn-dualstack | ||
| timeout: 6h0m0s | ||
| - as: e2e-aws-mco-disruptive-techpreview | ||
| interval: 168h | ||
| steps: | ||
| cluster_profile: aws-3 | ||
| env: | ||
| FEATURE_SET: TechPreviewNoUpgrade | ||
| TEST_SUITE: openshift/machine-config-operator/disruptive | ||
| workflow: openshift-e2e-aws | ||
| - as: e2e-azure-mco-disruptive-techpreview | ||
| interval: 168h | ||
| steps: | ||
| cluster_profile: azure4 | ||
| env: | ||
| FEATURE_SET: TechPreviewNoUpgrade | ||
| TEST_SUITE: openshift/machine-config-operator/disruptive | ||
| workflow: openshift-e2e-azure | ||
| - as: e2e-gcp-mco-disruptive-techpreview | ||
| interval: 168h | ||
| steps: | ||
| cluster_profile: gcp-3 | ||
| env: | ||
| FEATURE_SET: TechPreviewNoUpgrade | ||
| TEST_SUITE: openshift/machine-config-operator/disruptive | ||
| workflow: openshift-e2e-gcp | ||
| - as: e2e-vsphere-mco-disruptive-techpreview | ||
| cron: 0 8 * * 1 | ||
| steps: | ||
| cluster_profile: vsphere-elastic | ||
| env: | ||
| FEATURE_SET: TechPreviewNoUpgrade | ||
| TEST_SUITE: openshift/machine-config-operator/disruptive | ||
| workflow: openshift-e2e-vsphere | ||
| - as: e2e-metal-ipi-ovn-ipv4-mco-disruptive-techpreview | ||
| cluster: build05 | ||
| cron: 0 8 * * 1 | ||
| steps: | ||
| cluster_profile: equinix-ocp-metal | ||
| env: | ||
| DEVSCRIPTS_CONFIG: | | ||
| IP_STACK=v4 | ||
| FEATURE_SET=TechPreviewNoUpgrade | ||
| TEST_SUITE: openshift/machine-config-operator/disruptive | ||
| workflow: baremetalds-e2e-ovn-ipv4 | ||
| timeout: 6h0m0s | ||
| - as: e2e-metal-ipi-ovn-ipv6-mco-disruptive-techpreview | ||
| cluster: build05 | ||
| cron: 0 8 * * 1 | ||
| steps: | ||
| cluster_profile: equinix-ocp-metal | ||
| env: | ||
| DEVSCRIPTS_CONFIG: | | ||
| IP_STACK=v6 | ||
| FEATURE_SET=TechPreviewNoUpgrade | ||
| TEST_SUITE: openshift/machine-config-operator/disruptive | ||
| workflow: baremetalds-e2e-ovn-ipv6 | ||
| timeout: 6h0m0s | ||
| - as: e2e-metal-ipi-ovn-dualstack-mco-disruptive-techpreview | ||
| cluster: build05 | ||
| cron: 0 8 * * 1 | ||
| steps: | ||
| cluster_profile: equinix-ocp-metal | ||
| env: | ||
| DEVSCRIPTS_CONFIG: | | ||
| IP_STACK=v4v6 | ||
| FEATURE_SET=TechPreviewNoUpgrade | ||
| TEST_SUITE: openshift/machine-config-operator/disruptive | ||
| workflow: baremetalds-e2e-ovn-dualstack | ||
| timeout: 6h0m0s | ||
| zz_generated_metadata: | ||
| branch: release-4.19 | ||
| org: openshift | ||
| repo: machine-config-operator | ||
| variant: periodics | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this needs be from a nightly like cluster-control-plane-machine-set-operator has defined