Skip to content

Commit

Permalink
Merge pull request metal3-io#830 from Nordix/test-bmo-release-0.5-wit…
Browse files Browse the repository at this point in the history
…h-golang-1.22

Test bmo release 0.5 with golang 1.22
  • Loading branch information
metal3-io-bot authored Aug 1, 2024
2 parents 1d5b04e + 6ff127f commit 1853961
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions prow/manifests/overlays/metal3/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ presubmits:
branches:
- main
- release-0.6
- release-0.5
skip_if_only_changed: '(((^|/)OWNERS)|((^|/)OWNERS_ALIASES)|(\.md))$'
decorate: true
spec:
Expand All @@ -398,7 +399,6 @@ presubmits:
imagePullPolicy: Always
- name: gomod
branches:
- release-0.5
- release-0.4
skip_if_only_changed: '(((^|/)OWNERS)|((^|/)OWNERS_ALIASES)|(\.md))$'
decorate: true
Expand Down Expand Up @@ -489,6 +489,7 @@ presubmits:
branches:
- main
- release-0.6
- release-0.5
skip_if_only_changed: '(((^|/)OWNERS)|((^|/)OWNERS_ALIASES)|(\.md))$'
decorate: true
spec:
Expand All @@ -512,7 +513,6 @@ presubmits:
imagePullPolicy: Always
- name: generate
branches:
- release-0.5
- release-0.4
skip_if_only_changed: '(((^|/)OWNERS)|((^|/)OWNERS_ALIASES)|(\.md))$'
decorate: true
Expand Down Expand Up @@ -556,18 +556,6 @@ presubmits:
branches:
- main
- release-0.6
run_if_changed: "^(Makefile|hack/.*)$"
decorate: true
spec:
containers:
- args:
- test
command:
- make
image: quay.io/metal3-io/basic-checks:golang-1.22
imagePullPolicy: Always
- name: test
branches:
- release-0.5
run_if_changed: "^(Makefile|hack/.*)$"
decorate: true
Expand All @@ -577,7 +565,7 @@ presubmits:
- test
command:
- make
image: docker.io/golang:1.20
image: quay.io/metal3-io/basic-checks:golang-1.22
imagePullPolicy: Always
- name: manifestlint
skip_if_only_changed: '(((^|/)OWNERS)|((^|/)OWNERS_ALIASES)|(\.md))$'
Expand Down

0 comments on commit 1853961

Please sign in to comment.