Skip to content

Commit

Permalink
Test ipam release 1.6 with golang 1.22
Browse files Browse the repository at this point in the history
Signed-off-by: NymanRobin <[email protected]>
  • Loading branch information
NymanRobin committed Jul 30, 2024
1 parent 42fa665 commit f55d04c
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 @@ -2185,6 +2185,7 @@ presubmits:
branches:
- main
- release-1.7
- release-1.6
skip_if_only_changed: '(((^|/)OWNERS)|((^|/)OWNERS_ALIASES)|(\.md))$'
decorate: true
spec:
Expand All @@ -2200,7 +2201,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 @@ -2220,6 +2220,7 @@ presubmits:
branches:
- main
- release-1.7
- release-1.6
run_if_changed: "^(Makefile|hack/.*)$"
decorate: true
spec:
Expand All @@ -2232,7 +2233,6 @@ presubmits:
imagePullPolicy: Always
- name: test
branches:
- release-1.6
- release-1.5
run_if_changed: "^(Makefile|hack/.*)$"
decorate: true
Expand Down Expand Up @@ -2296,6 +2296,7 @@ presubmits:
branches:
- main
- release-1.7
- release-1.6
skip_if_only_changed: '(((^|/)OWNERS)|((^|/)OWNERS_ALIASES)|(\.md))$'
decorate: true
spec:
Expand All @@ -2310,7 +2311,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 @@ -2328,6 +2328,7 @@ presubmits:
branches:
- main
- release-1.7
- release-1.6
skip_if_only_changed: '(((^|/)OWNERS)|((^|/)OWNERS_ALIASES)|(\.md))$'
decorate: true
spec:
Expand All @@ -2343,7 +2344,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 f55d04c

Please sign in to comment.