Skip to content

Commit

Permalink
Merge pull request #621 from Nordix/lentzi90/bmo-e2e-status-checks
Browse files Browse the repository at this point in the history
Make BMO e2e prow job required
  • Loading branch information
metal3-io-bot authored Jan 19, 2024
2 parents dc181ad + 916720c commit 7510e4d
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions prow/manifests/overlays/metal3/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,7 @@ branch-protection:
[
"test-centos-e2e-integration-main",
"test-ubuntu-integration-main",
"metal3-bmo-e2e-test",
]
release-0.5:
required_status_checks:
contexts: ["metal3-bmo-e2e-test"]
cluster-api-provider-metal3:
branches:
main:
Expand Down Expand Up @@ -245,11 +241,6 @@ jenkins_operators:
- max_concurrency: 150
max_goroutines: 20
job_url_template: 'https://jenkins.nordix.org/view/Metal3/job/{{.Spec.Job}}/{{.Status.JenkinsBuildID}}/'
report_templates:
"*": >-
[Full PR test history](https://prow.apps.test.metal3.io/pr-history?org={{.Spec.Refs.Org}}&repo={{.Spec.Refs.Repo}}&pr={{with index .Spec.Refs.Pulls 0}}{{.Number}}{{end}}).
[Your PR dashboard](https://prow.apps.test.metal3.io/pr?query=is:pr+state:open+author:{{with
index .Spec.Refs.Pulls 0}}{{.Author}}{{end}}).

periodics:
- name: periodic-stale
Expand Down Expand Up @@ -542,7 +533,15 @@ presubmits:
agent: jenkins
# Don't run unless triggered to avoid wasting resources
always_run: false
# Until we have checked that it works, keep it optional
optional: false
- name: metal3-bmo-e2e-test-optional-pull
# E2e tests do not exist before release-0.5
branches:
- main
- release-0.5
agent: jenkins
# Don't run unless triggered to avoid wasting resources
always_run: false
optional: true

metal3-io/cluster-api-provider-metal3:
Expand Down

0 comments on commit 7510e4d

Please sign in to comment.