Skip to content

Conversation

isabella-janssen
Copy link
Member

@isabella-janssen isabella-janssen commented Oct 17, 2025

- What I did
This adds three regression tests for the ImageModeStatusReporting feature gate.

  • MCO-1716: MachineConfigNode properties should match the associated node properties when OCB is enabled in a custom MCP
    • This test checks that the new image mode status reporting fields, namely the desired and current config image values, are set when on-cluster image mode is enabled in a custom MCP.
  • MCO-1715: MachineConfigNode conditions should properly transition on an image based update when OCB is enabled in a custom MCP
  • MCO-1714: MachineConfigNode conditions should properly transition on a non-image based update when OCB is enabled in a custom MCP

- How to verify it
To test locally:

$ make all
$ <path_to_machine-config-tests-ext> run-test "[sig-mco][Suite:openshift/machine-config-operator/disruptive][Serial][Disruptive][OCPFeatureGate:ImageModeStatusReporting] MachineConfigNode properties should match the associated node properties when OCB is enabled in a custom MCP [apigroup:machineconfiguration.openshift.io]"
$ <path_to_machine-config-tests-ext> run-test "[sig-mco][Suite:openshift/machine-config-operator/disruptive][Serial][Disruptive][OCPFeatureGate:ImageModeStatusReporting] MachineConfigNode conditions should properly transition on an image based update when OCB is enabled in a custom MCP [apigroup:machineconfiguration.openshift.io]"
$ <path_to_machine-config-tests-ext> run-test "[sig-mco][Suite:openshift/machine-config-operator/disruptive][Serial][Disruptive][OCPFeatureGate:ImageModeStatusReporting] MachineConfigNode conditions should properly transition on a non-image based update when OCB is enabled in a custom MCP [apigroup:machineconfiguration.openshift.io]"

To test in a payload rehersal:
Check the results of the tech preview MCO disruptive suite runs:

  • periodic-ci-openshift-machine-config-operator-release-4.21-periodics-e2e-vsphere-mco-disruptive-techpreview
  • periodic-ci-openshift-machine-config-operator-release-4.21-periodics-e2e-metal-ipi-ovn-ipv4-mco-disruptive-techpreview
  • periodic-ci-openshift-machine-config-operator-release-4.21-periodics-e2e-metal-ipi-ovn-ipv6-mco-disruptive-techpreview
  • periodic-ci-openshift-machine-config-operator-release-4.21-periodics-e2e-metal-ipi-ovn-dualstack-mco-disruptive-techpreview
  • periodic-ci-openshift-machine-config-operator-release-4.21-periodics-e2e-aws-mco-disruptive-techpreview
  • periodic-ci-openshift-machine-config-operator-release-4.21-periodics-e2e-gcp-mco-disruptive-techpreview
  • periodic-ci-openshift-machine-config-operator-release-4.21-periodics-e2e-azure-mco-disruptive-techpreview

- Description for the changelog
MCO-1714: MCO-1715: MCO-1716: Add 3 regression tests for ImageModeStatusReporting FeatureGate

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

openshift-ci bot commented Oct 17, 2025

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Oct 17, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: isabella-janssen

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 Oct 17, 2025
@isabella-janssen
Copy link
Member Author

/payload-job periodic-ci-openshift-machine-config-operator-release-4.21-periodics-e2e-gcp-mco-disruptive-techpreview

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Oct 17, 2025

@isabella-janssen: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command

  • periodic-ci-openshift-machine-config-operator-release-4.21-periodics-e2e-gcp-mco-disruptive-techpreview

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/95168410-ab8b-11f0-8431-c8fef12fe441-0

@isabella-janssen
Copy link
Member Author

/payload-job periodic-ci-openshift-machine-config-operator-release-4.21-periodics-e2e-gcp-mco-disruptive-techpreview periodic-ci-openshift-machine-config-operator-release-4.21-periodics-e2e-aws-mco-disruptive-techpreview

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Oct 20, 2025

@isabella-janssen: trigger 2 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command

  • periodic-ci-openshift-machine-config-operator-release-4.21-periodics-e2e-gcp-mco-disruptive-techpreview
  • periodic-ci-openshift-machine-config-operator-release-4.21-periodics-e2e-aws-mco-disruptive-techpreview

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/8beb0310-adc6-11f0-8fcf-26f95e5d952e-0

@isabella-janssen
Copy link
Member Author

/payload-job periodic-ci-openshift-machine-config-operator-release-4.21-periodics-e2e-gcp-mco-disruptive-techpreview periodic-ci-openshift-machine-config-operator-release-4.21-periodics-e2e-aws-mco-disruptive-techpreview

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Oct 21, 2025

@isabella-janssen: trigger 2 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command

  • periodic-ci-openshift-machine-config-operator-release-4.21-periodics-e2e-gcp-mco-disruptive-techpreview
  • periodic-ci-openshift-machine-config-operator-release-4.21-periodics-e2e-aws-mco-disruptive-techpreview

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/3c3be970-ae88-11f0-9906-629cd38ec285-0

@isabella-janssen isabella-janssen changed the title (WIP) <ticket-id>: Add regression tests for image mode status reporting in MCN resource MCO-1714: MCO-1715: MCO-XXXX: Add regression tests for image mode status reporting in MCN resource Oct 22, 2025
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Oct 22, 2025
@openshift-ci-robot
Copy link
Contributor

openshift-ci-robot commented Oct 22, 2025

@isabella-janssen: This pull request references MCO-1714 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:

- What I did
This adds three regression tests for the ImageModeStatusReporting feature gate.

- How to verify it

  • MCO-XXXX: MachineConfigNode properties should match the associated node properties when OCB is enabled in a custom MCP
    • This test checks that the new image mode status reporting fields, namely the desired and current config image values, are set when on-cluster image mode is enabled in a custom MCP.
  • MCO-1715: MachineConfigNode conditions should properly transition on an image based update when OCB is enabled in a custom MCP
  • MCO-1714: MachineConfigNode conditions should properly transition on a non-image based update when OCB is enabled in a custom MCP

- Description for the changelog

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.

@isabella-janssen isabella-janssen changed the title MCO-1714: MCO-1715: MCO-XXXX: Add regression tests for image mode status reporting in MCN resource MCO-1714: MCO-1715: MCO-XXXX: Add 3/5 regression tests for image mode status reporting in MCN resource Oct 22, 2025
@isabella-janssen isabella-janssen changed the title MCO-1714: MCO-1715: MCO-XXXX: Add 3/5 regression tests for image mode status reporting in MCN resource MCO-1714: MCO-1715: MCO-XXXX: Add 3/5 regression tests for ImageModeStatusReporting FeatureGate Oct 22, 2025
@openshift-ci-robot
Copy link
Contributor

openshift-ci-robot commented Oct 22, 2025

@isabella-janssen: This pull request references MCO-1714 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:

- What I did
This adds three regression tests for the ImageModeStatusReporting feature gate.

- How to verify it

  • MCO-XXXX: MachineConfigNode properties should match the associated node properties when OCB is enabled in a custom MCP
    • This test checks that the new image mode status reporting fields, namely the desired and current config image values, are set when on-cluster image mode is enabled in a custom MCP.
  • MCO-1715: MachineConfigNode conditions should properly transition on an image based update when OCB is enabled in a custom MCP
  • MCO-1714: MachineConfigNode conditions should properly transition on a non-image based update when OCB is enabled in a custom MCP

- Description for the changelog

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.

@isabella-janssen isabella-janssen changed the title MCO-1714: MCO-1715: MCO-XXXX: Add 3/5 regression tests for ImageModeStatusReporting FeatureGate MCO-1714: MCO-1715: MCO-1716: Add 3/5 regression tests for ImageModeStatusReporting FeatureGate Oct 22, 2025
@openshift-ci-robot
Copy link
Contributor

openshift-ci-robot commented Oct 22, 2025

@isabella-janssen: This pull request references MCO-1714 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:

- What I did
This adds three regression tests for the ImageModeStatusReporting feature gate.

  • MCO-1716: MachineConfigNode properties should match the associated node properties when OCB is enabled in a custom MCP
    • This test checks that the new image mode status reporting fields, namely the desired and current config image values, are set when on-cluster image mode is enabled in a custom MCP.
  • MCO-1715: MachineConfigNode conditions should properly transition on an image based update when OCB is enabled in a custom MCP
  • MCO-1714: MachineConfigNode conditions should properly transition on a non-image based update when OCB is enabled in a custom MCP

- How to verify it
To test locally:

$ make all
$ <path_to_machine-config-tests-ext> run-test "[sig-mco][Suite:openshift/machine-config-operator/disruptive][Serial][Disruptive][OCPFeatureGate:ImageModeStatusReporting] MachineConfigNode properties should match the associated node properties when OCB is enabled in a custom MCP [apigroup:machineconfiguration.openshift.io]"
$ <path_to_machine-config-tests-ext> run-test "[sig-mco][Suite:openshift/machine-config-operator/disruptive][Serial][Disruptive][OCPFeatureGate:ImageModeStatusReporting] MachineConfigNode conditions should properly transition on an image based update when OCB is enabled in a custom MCP [apigroup:machineconfiguration.openshift.io]"
$ <path_to_machine-config-tests-ext> run-test "[sig-mco][Suite:openshift/machine-config-operator/disruptive][Serial][Disruptive][OCPFeatureGate:ImageModeStatusReporting] MachineConfigNode conditions should properly transition on a non-image based update when OCB is enabled in a custom MCP [apigroup:machineconfiguration.openshift.io]"

To test in a payload rehersal:
Check the results of the tech preview MCO disruptive suite runs:

  • periodic-ci-openshift-machine-config-operator-release-4.21-periodics-e2e-vsphere-mco-disruptive-techpreview
  • periodic-ci-openshift-machine-config-operator-release-4.21-periodics-e2e-metal-ipi-ovn-ipv4-mco-disruptive-techpreview
  • periodic-ci-openshift-machine-config-operator-release-4.21-periodics-e2e-metal-ipi-ovn-ipv6-mco-disruptive-techpreview
  • periodic-ci-openshift-machine-config-operator-release-4.21-periodics-e2e-metal-ipi-ovn-dualstack-mco-disruptive-techpreview
  • periodic-ci-openshift-machine-config-operator-release-4.21-periodics-e2e-aws-mco-disruptive-techpreview
  • periodic-ci-openshift-machine-config-operator-release-4.21-periodics-e2e-gcp-mco-disruptive-techpreview
  • periodic-ci-openshift-machine-config-operator-release-4.21-periodics-e2e-azure-mco-disruptive-techpreview

- Description for the changelog
MCO-1714: MCO-1715: MCO-1716: Add 3 regression tests for ImageModeStatusReporting FeatureGate

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.

@isabella-janssen isabella-janssen changed the title MCO-1714: MCO-1715: MCO-1716: Add 3/5 regression tests for ImageModeStatusReporting FeatureGate MCO-1714: MCO-1715: MCO-1716: Add 3 regression tests for ImageModeStatusReporting FeatureGate Oct 22, 2025
@openshift-ci-robot
Copy link
Contributor

openshift-ci-robot commented Oct 22, 2025

@isabella-janssen: This pull request references MCO-1714 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:

- What I did
This adds three regression tests for the ImageModeStatusReporting feature gate.

  • MCO-1716: MachineConfigNode properties should match the associated node properties when OCB is enabled in a custom MCP
    • This test checks that the new image mode status reporting fields, namely the desired and current config image values, are set when on-cluster image mode is enabled in a custom MCP.
  • MCO-1715: MachineConfigNode conditions should properly transition on an image based update when OCB is enabled in a custom MCP
  • MCO-1714: MachineConfigNode conditions should properly transition on a non-image based update when OCB is enabled in a custom MCP

- How to verify it
To test locally:

$ make all
$ <path_to_machine-config-tests-ext> run-test "[sig-mco][Suite:openshift/machine-config-operator/disruptive][Serial][Disruptive][OCPFeatureGate:ImageModeStatusReporting] MachineConfigNode properties should match the associated node properties when OCB is enabled in a custom MCP [apigroup:machineconfiguration.openshift.io]"
$ <path_to_machine-config-tests-ext> run-test "[sig-mco][Suite:openshift/machine-config-operator/disruptive][Serial][Disruptive][OCPFeatureGate:ImageModeStatusReporting] MachineConfigNode conditions should properly transition on an image based update when OCB is enabled in a custom MCP [apigroup:machineconfiguration.openshift.io]"
$ <path_to_machine-config-tests-ext> run-test "[sig-mco][Suite:openshift/machine-config-operator/disruptive][Serial][Disruptive][OCPFeatureGate:ImageModeStatusReporting] MachineConfigNode conditions should properly transition on a non-image based update when OCB is enabled in a custom MCP [apigroup:machineconfiguration.openshift.io]"

To test in a payload rehersal:
Check the results of the tech preview MCO disruptive suite runs:

  • periodic-ci-openshift-machine-config-operator-release-4.21-periodics-e2e-vsphere-mco-disruptive-techpreview
  • periodic-ci-openshift-machine-config-operator-release-4.21-periodics-e2e-metal-ipi-ovn-ipv4-mco-disruptive-techpreview
  • periodic-ci-openshift-machine-config-operator-release-4.21-periodics-e2e-metal-ipi-ovn-ipv6-mco-disruptive-techpreview
  • periodic-ci-openshift-machine-config-operator-release-4.21-periodics-e2e-metal-ipi-ovn-dualstack-mco-disruptive-techpreview
  • periodic-ci-openshift-machine-config-operator-release-4.21-periodics-e2e-aws-mco-disruptive-techpreview
  • periodic-ci-openshift-machine-config-operator-release-4.21-periodics-e2e-gcp-mco-disruptive-techpreview
  • periodic-ci-openshift-machine-config-operator-release-4.21-periodics-e2e-azure-mco-disruptive-techpreview

- Description for the changelog
MCO-1714: MCO-1715: MCO-1716: Add 3 regression tests for ImageModeStatusReporting FeatureGate

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.

@isabella-janssen
Copy link
Member Author

/payload-job periodic-ci-openshift-machine-config-operator-release-4.21-periodics-e2e-gcp-mco-disruptive-techpreview

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Oct 22, 2025

@isabella-janssen: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command

  • periodic-ci-openshift-machine-config-operator-release-4.21-periodics-e2e-gcp-mco-disruptive-techpreview

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/77c85580-af8e-11f0-9627-820b17069e7e-0

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. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. 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.

2 participants