Skip to content

Commit

Permalink
Merge pull request #696 from Nordix/tuomo/update-required-tests-ironi…
Browse files Browse the repository at this point in the history
…c-image

update ironic-image required tests to Prow tests
  • Loading branch information
metal3-io-bot committed Apr 12, 2024
2 parents 248986d + baf7c2c commit 40df7e7
Showing 1 changed file with 24 additions and 36 deletions.
60 changes: 24 additions & 36 deletions prow/manifests/overlays/metal3/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,36 +169,6 @@ branch-protection:
release-1.6:
required_status_checks:
contexts: ["test-ubuntu-e2e-integration-release-1-6"]
ironic-image:
branches:
main:
required_status_checks:
contexts:
[
"test-ubuntu-integration-main",
"test-centos-integration-main",
]
release-23.1:
required_status_checks:
contexts:
[
"test-ubuntu-integration-main",
"test-centos-integration-main",
]
release-24.0:
required_status_checks:
contexts:
[
"test-ubuntu-integration-main",
"test-centos-integration-main",
]
release-24.1:
required_status_checks:
contexts:
[
"test-ubuntu-integration-main",
"test-centos-integration-main",
]
ironic-ipa-downloader:
branches:
main:
Expand Down Expand Up @@ -2923,34 +2893,52 @@ presubmits:
imagePullPolicy: Always
# name: {job_prefix}-{image_os}-e2e-integration-test-{capm3_target_branch}
- name: metal3-centos-e2e-integration-test-main
branches:
- main
- release-24.1
agent: jenkins
always_run: false
optional: true
optional: false
- name: metal3-centos-e2e-integration-test-release-1-6
branches:
- release-24.0
agent: jenkins
always_run: false
optional: true
optional: false
- name: metal3-centos-e2e-integration-test-release-1-5
branches:
- release-23.1
agent: jenkins
always_run: false
optional: true
optional: false
- name: metal3-centos-e2e-integration-test-release-1-4
branches:
- release-23.1
agent: jenkins
always_run: false
optional: true
- name: metal3-ubuntu-e2e-integration-test-main
branches:
- main
- release-24.1
agent: jenkins
always_run: false
optional: true
optional: false
- name: metal3-ubuntu-e2e-integration-test-release-1-6
branches:
- release-24.0
agent: jenkins
always_run: false
optional: true
optional: false
- name: metal3-ubuntu-e2e-integration-test-release-1-5
branches:
- release-23.1
agent: jenkins
always_run: false
optional: true
optional: false
- name: metal3-ubuntu-e2e-integration-test-release-1-4
branches:
- release-23.1
agent: jenkins
always_run: false
optional: true
Expand Down

0 comments on commit 40df7e7

Please sign in to comment.