Skip to content

Add nightly-4.22-upgrade-from-stable-4.22 variant for stable-to-nightly upgrade testing#77382

Open
rioliu-rh wants to merge 1 commit intoopenshift:mainfrom
rioliu-rh:nightly-4.22-upgrade-from-stable-4.22
Open

Add nightly-4.22-upgrade-from-stable-4.22 variant for stable-to-nightly upgrade testing#77382
rioliu-rh wants to merge 1 commit intoopenshift:mainfrom
rioliu-rh:nightly-4.22-upgrade-from-stable-4.22

Conversation

@rioliu-rh
Copy link
Copy Markdown
Contributor

@rioliu-rh rioliu-rh commented Apr 3, 2026

Summary

Add a new ci-operator config variant automated-release-nightly-4.22-upgrade-from-stable-4.22 to support testing the upgrade path from 4.22 stable (EC) to 4.22 latest nightly.

Problem

The existing automated-release-stable-4.22-upgrade-from-stable-4.22 variant was being used for nightly upgrade testing, but it explicitly sets OPENSHIFT_INSTALL_EXPERIMENTAL_DISABLE_IMAGE_POLICY: "", which overrides the step default of "true". This causes the ipi-install step to enforce Sigstore image signature policy, which blocks the subsequent upgrade to the unsigned nightly target image — resulting in the openshift-config-operator pod failing to roll out and the upgrade stalling at 0%.

Changes

  • New variant automated-release-nightly-4.22-upgrade-from-stable-4.22 with:
    • releases.latest: 4.22 stable prerelease (install base)
    • releases.target: 4.22 nightly candidate (upgrade target)
    • No OPENSHIFT_INSTALL_EXPERIMENTAL_DISABLE_IMAGE_POLICY override — step default "true" allows unsigned nightly images
  • Generated Prow jobs for aws-ipi-f999, azure-ipi-fips-f999, azure-upi-f999, gcp-ipi-f999

Jira

https://redhat.atlassian.net/browse/OCPERT-352

…ly upgrade testing

The existing stable-4.22-upgrade-from-stable-4.22 variant sets
OPENSHIFT_INSTALL_EXPERIMENTAL_DISABLE_IMAGE_POLICY to empty string,
which is correct for stable-to-stable upgrades where both images are
signed. However this makes it unsuitable for stable-to-nightly upgrades
where the nightly target image is unsigned.

The new variant uses the step default (true) for that env var and sets
releases.target to candidate nightly stream.
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci bot commented Apr 3, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: rioliu-rh

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

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 3, 2026
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@rioliu-rh: 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
periodic-ci-openshift-openshift-tests-private-release-4.22-automated-release-nightly-4.22-upgrade-from-stable-4.22-aws-ipi-f999 N/A periodic Periodic changed
periodic-ci-openshift-openshift-tests-private-release-4.22-automated-release-nightly-4.22-upgrade-from-stable-4.22-azure-upi-f999 N/A periodic Periodic changed
periodic-ci-openshift-openshift-tests-private-release-4.22-automated-release-nightly-4.22-upgrade-from-stable-4.22-gcp-ipi-f999 N/A periodic Periodic changed
periodic-ci-openshift-openshift-tests-private-release-4.22-automated-release-nightly-4.22-upgrade-from-stable-4.22-azure-ipi-fips-f999 N/A periodic Periodic changed

Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals.

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.

@rioliu-rh
Copy link
Copy Markdown
Contributor Author

/pj-rehearse periodic-ci-openshift-openshift-tests-private-release-4.22-automated-release-nightly-4.22-upgrade-from-stable-4.22-aws-ipi-f999

@openshift-ci-robot
Copy link
Copy Markdown
Contributor

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

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci bot commented Apr 3, 2026

@rioliu-rh: all tests passed!

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.

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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants