Skip to content

Commit

Permalink
Merge pull request metal3-io#828 from Nordix/test-ipam-release-1.6-wi…
Browse files Browse the repository at this point in the history
…th-golang-1.22

Test ipam release 1.6 with golang 1.22
  • Loading branch information
metal3-io-bot authored Aug 2, 2024
2 parents 1853961 + f55d04c commit 4a1eaf0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions prow/manifests/overlays/metal3/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2173,6 +2173,7 @@ presubmits:
branches:
- main
- release-1.7
- release-1.6
skip_if_only_changed: '(((^|/)OWNERS)|((^|/)OWNERS_ALIASES)|(\.md))$'
decorate: true
spec:
Expand All @@ -2188,7 +2189,6 @@ presubmits:
imagePullPolicy: Always
- name: gomod
branches:
- release-1.6
- release-1.5
skip_if_only_changed: '(((^|/)OWNERS)|((^|/)OWNERS_ALIASES)|(\.md))$'
decorate: true
Expand All @@ -2208,6 +2208,7 @@ presubmits:
branches:
- main
- release-1.7
- release-1.6
run_if_changed: "^(Makefile|hack/.*)$"
decorate: true
spec:
Expand All @@ -2220,7 +2221,6 @@ presubmits:
imagePullPolicy: Always
- name: test
branches:
- release-1.6
- release-1.5
run_if_changed: "^(Makefile|hack/.*)$"
decorate: true
Expand Down Expand Up @@ -2284,6 +2284,7 @@ presubmits:
branches:
- main
- release-1.7
- release-1.6
skip_if_only_changed: '(((^|/)OWNERS)|((^|/)OWNERS_ALIASES)|(\.md))$'
decorate: true
spec:
Expand All @@ -2298,7 +2299,6 @@ presubmits:
image: docker.io/golang:1.22
- name: unit
branches:
- release-1.6
- release-1.5
skip_if_only_changed: '(((^|/)OWNERS)|((^|/)OWNERS_ALIASES)|(\.md))$'
decorate: true
Expand All @@ -2316,6 +2316,7 @@ presubmits:
branches:
- main
- release-1.7
- release-1.6
skip_if_only_changed: '(((^|/)OWNERS)|((^|/)OWNERS_ALIASES)|(\.md))$'
decorate: true
spec:
Expand All @@ -2331,7 +2332,6 @@ presubmits:
imagePullPolicy: Always
- name: generate
branches:
- release-1.6
- release-1.5
skip_if_only_changed: '(((^|/)OWNERS)|((^|/)OWNERS_ALIASES)|(\.md))$'
decorate: true
Expand Down

0 comments on commit 4a1eaf0

Please sign in to comment.