From e7d18b561154c5a2720b3cb97ac5c406461de713 Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Mon, 11 Dec 2023 15:04:38 +0100 Subject: [PATCH] Add config for ironic-image release-23.1 --- prow/manifests/overlays/metal3/config.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/prow/manifests/overlays/metal3/config.yaml b/prow/manifests/overlays/metal3/config.yaml index 1833fb8f..781430e2 100644 --- a/prow/manifests/overlays/metal3/config.yaml +++ b/prow/manifests/overlays/metal3/config.yaml @@ -161,7 +161,18 @@ branch-protection: branches: main: required_status_checks: - contexts: ["test-ubuntu-integration-main"] + contexts: + [ + "test-ubuntu-integration-main", + "test-centos-integration-main", + ] + release-23.1: + required_status_checks: + contexts: + [ + "test-ubuntu-integration-main", + "test-centos-integration-main", + ] ironic-ipa-downloader: branches: main: