Skip to content

Commit

Permalink
Merge pull request #604 from elfosardo/add-ironic-release231
Browse files Browse the repository at this point in the history
Add config for ironic-image release-23.1
  • Loading branch information
metal3-io-bot authored Dec 11, 2023
2 parents 2041720 + e7d18b5 commit bfab53e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion prow/manifests/overlays/metal3/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bfab53e

Please sign in to comment.