Skip to content

NO-JIRA Fix test-private values to reflect proper version numbers#77276

Merged
openshift-merge-bot[bot] merged 2 commits intoopenshift:mainfrom
dhensel-rh:fixtest-private
Apr 2, 2026
Merged

NO-JIRA Fix test-private values to reflect proper version numbers#77276
openshift-merge-bot[bot] merged 2 commits intoopenshift:mainfrom
dhensel-rh:fixtest-private

Conversation

@dhensel-rh
Copy link
Copy Markdown
Contributor

There are two yaml values that need to be updated since they appear to have hard-code values

openshift-release-main__nightly-4.23.yaml
openshift-release-main__nightly-5-0.yaml

This is related to the fix in #77114

jmguzik and others added 2 commits April 1, 2026 17:07
…nshift#74759)

The job was failing with a 422 error when trying to create PRs against
openshift/release#master because that branch no longer exists after
being renamed to main.

Updates --pr-base-branch argument to match the extra_refs base_ref.
@dhensel-rh
Copy link
Copy Markdown
Contributor Author

@liangxia could you please review the PR here ?

@openshift-ci openshift-ci bot requested review from petr-muller and stbenjam April 2, 2026 00:28
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@dhensel-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-release-main-nightly-5.0-e2e-metal-ovn-sno-cert-rotation-suspend-60d N/A periodic Ci-operator config changed
periodic-ci-openshift-release-main-nightly-4.23-e2e-external-aws N/A periodic Ci-operator config changed
periodic-ci-openshift-release-main-nightly-5.0-e2e-vsphere-ovn-disk-setup-techpreview N/A periodic Ci-operator config changed
periodic-ci-openshift-release-main-nightly-5.0-upgrade-from-stable-4.21-e2e-aws-ovn-upgrade-paused N/A periodic Ci-operator config changed
periodic-ci-openshift-release-main-nightly-5.0-e2e-metal-ovn-sno-cert-rotation-shutdown-10y-age-90d N/A periodic Ci-operator config changed
periodic-ci-openshift-release-main-nightly-4.23-e2e-metal-ovn-sno-cert-rotation-shutdown-2y-age-90d N/A periodic Ci-operator config changed
periodic-ci-openshift-release-main-nightly-4.23-e2e-metal-ovn-two-node-arbiter-upgrade-workers N/A periodic Ci-operator config changed
periodic-ci-openshift-release-main-nightly-5.0-e2e-metal-ovn-two-node-fencing-dualstack-degraded-techpreview N/A periodic Ci-operator config changed
periodic-ci-openshift-release-main-nightly-5.0-e2e-metal-ovn-sno-cert-rotation-shutdown-3y-age-90d N/A periodic Ci-operator config changed
periodic-ci-openshift-release-main-nightly-5.0-e2e-metal-ovn-sno-cert-rotation-suspend-360d N/A periodic Ci-operator config changed
periodic-ci-openshift-release-main-nightly-4.23-e2e-azure-ovn-kube-apiserver-rollout N/A periodic Ci-operator config changed
periodic-ci-openshift-release-main-nightly-5.0-e2e-metal-ovn-single-node-rt-upgrade N/A periodic Ci-operator config changed
periodic-ci-openshift-release-main-nightly-4.23-e2e-vsphere-ovn-serial N/A periodic Ci-operator config changed
periodic-ci-openshift-release-main-nightly-4.23-e2e-vsphere-ovn-upi-multi-vcenter N/A periodic Ci-operator config changed
periodic-ci-openshift-release-main-nightly-4.23-e2e-metal-ipi-ovn-upgrade-runc N/A periodic Ci-operator config changed
periodic-ci-openshift-release-main-nightly-5.0-e2e-external-aws-ccm N/A periodic Ci-operator config changed
periodic-ci-openshift-release-main-nightly-4.23-e2e-aws-overlay-mtu-ovn-edge-1100 N/A periodic Ci-operator config changed
periodic-ci-openshift-release-main-nightly-5.0-metal-ovn-network-flow-matrix-bm N/A periodic Ci-operator config changed
periodic-ci-openshift-release-main-nightly-5.0-e2e-vsphere-ovn-techpreview N/A periodic Ci-operator config changed
periodic-ci-openshift-release-main-nightly-4.23-e2e-metal-ipi-serial-ovn-ipv4-techpreview-1of2 N/A periodic Ci-operator config changed
periodic-ci-openshift-release-main-nightly-5.0-e2e-metal-ovn-two-node-fencing-etcd-certrotation-techpreview N/A periodic Ci-operator config changed
periodic-ci-openshift-release-main-nightly-5.0-e2e-metal-ovn-two-node-arbiter-upgrade N/A periodic Ci-operator config changed
periodic-ci-openshift-release-main-nightly-4.23-e2e-vsphere-ovn-upi-hybrid-env N/A periodic Ci-operator config changed
periodic-ci-openshift-release-main-nightly-4.23-console-aws N/A periodic Ci-operator config changed
periodic-ci-openshift-release-main-nightly-4.23-e2e-nutanix-ovn N/A periodic Ci-operator config changed

A total of 509 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
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.

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci bot commented Apr 2, 2026

@dhensel-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.

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Apr 2, 2026
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci bot commented Apr 2, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dhensel-rh, petr-muller

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 2, 2026
@dhensel-rh
Copy link
Copy Markdown
Contributor Author

/pj-rehearse ack

@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@dhensel-rh: 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 Apr 2, 2026
@openshift-merge-bot openshift-merge-bot bot merged commit d903c07 into openshift:main Apr 2, 2026
13 checks passed
vimauro pushed a commit to vimauro/release that referenced this pull request Apr 2, 2026
…enshift#77276)

* Fix periodic-prow-auto-owners PR base branch from master to main (openshift#74759)

The job was failing with a 422 error when trying to create PRs against
openshift/release#master because that branch no longer exists after
being renamed to main.

Updates --pr-base-branch argument to match the extra_refs base_ref.

* updating files to match proper revision values

---------

Co-authored-by: Jakub Guzik <jguzik@redhat.com>
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. 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.

4 participants