Skip to content

Commit d903c07

Browse files
dhensel-rhjmguzik
andauthored
NO-JIRA Fix test-private values to reflect proper version numbers (#77276)
* Fix periodic-prow-auto-owners PR base branch from master to main (#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>
1 parent 1438787 commit d903c07

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ci-operator/config/openshift/release/openshift-release-main__nightly-4.23.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ base_images:
8282
tests-private:
8383
name: tests-private
8484
namespace: ci
85-
tag: "4.21"
85+
tag: "4.23"
8686
upi-installer:
8787
name: "4.23"
8888
namespace: ocp

ci-operator/config/openshift/release/openshift-release-main__nightly-5.0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ base_images:
8282
tests-private:
8383
name: tests-private
8484
namespace: ci
85-
tag: "4.21"
85+
tag: "5.0"
8686
upi-installer:
8787
name: "5.0"
8888
namespace: ocp

0 commit comments

Comments
 (0)