NO-JIRA Fix test-private values to reflect proper version numbers#77276
NO-JIRA Fix test-private values to reflect proper version numbers#77276openshift-merge-bot[bot] merged 2 commits intoopenshift:mainfrom
Conversation
…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.
|
@liangxia could you please review the PR here ? |
|
[REHEARSALNOTIFIER]
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 Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@dhensel-rh: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
[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 DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/pj-rehearse ack |
|
@dhensel-rh: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
…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>
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