Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove release-1.2 from prow config #602

Merged
merged 1 commit into from
Dec 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
192 changes: 0 additions & 192 deletions prow/manifests/overlays/metal3/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -541,22 +541,6 @@ presubmits:
value: "TRUE"
image: docker.io/golang:1.19
imagePullPolicy: Always
- name: gomod
branches:
- release-1.2
skip_if_only_changed: '(((^|/)OWNERS)|(\.md))$'
decorate: true
spec:
containers:
- args:
- ./hack/gomod.sh
command:
- sh
env:
- name: IS_CONTAINER
value: "TRUE"
image: docker.io/golang:1.17
imagePullPolicy: Always
- name: gofmt
branches:
- main
Expand Down Expand Up @@ -591,22 +575,6 @@ presubmits:
value: "TRUE"
image: docker.io/golang:1.19
imagePullPolicy: Always
- name: gofmt
branches:
- release-1.2
skip_if_only_changed: '(((^|/)OWNERS)|(\.md))$'
decorate: true
spec:
containers:
- args:
- ./hack/gofmt.sh
command:
- sh
env:
- name: IS_CONTAINER
value: "TRUE"
image: docker.io/golang:1.17
imagePullPolicy: Always
- name: gosec
branches:
- release-1.3
Expand Down Expand Up @@ -655,22 +623,6 @@ presubmits:
value: "TRUE"
image: docker.io/golang:1.19
imagePullPolicy: Always
- name: golangci-lint
branches:
- release-1.2
skip_if_only_changed: '(((^|/)OWNERS)|(\.md))$'
decorate: true
spec:
containers:
- args:
- ./hack/ensure-golangci-lint.sh
command:
- sh
env:
- name: IS_CONTAINER
value: "TRUE"
image: docker.io/golang:1.17
imagePullPolicy: Always
- name: govet
branches:
- main
Expand Down Expand Up @@ -705,22 +657,6 @@ presubmits:
value: "TRUE"
image: docker.io/golang:1.19
imagePullPolicy: Always
- name: govet
branches:
- release-1.2
skip_if_only_changed: '(((^|/)OWNERS)|(\.md))$'
decorate: true
spec:
containers:
- args:
- ./hack/govet.sh
command:
- sh
env:
- name: IS_CONTAINER
value: "TRUE"
image: docker.io/golang:1.17
imagePullPolicy: Always
- name: markdownlint
run_if_changed: '(\.md|markdownlint\.sh)$'
decorate: true
Expand Down Expand Up @@ -783,22 +719,6 @@ presubmits:
value: "TRUE"
image: docker.io/golang:1.19
imagePullPolicy: Always
- name: generate
branches:
- release-1.2
skip_if_only_changed: '(((^|/)OWNERS)|(\.md))$'
decorate: true
spec:
containers:
- args:
- ./hack/codegen.sh
command:
- sh
env:
- name: IS_CONTAINER
value: "TRUE"
image: docker.io/golang:1.17
imagePullPolicy: Always
- name: unit
branches:
- main
Expand Down Expand Up @@ -833,22 +753,6 @@ presubmits:
value: "TRUE"
image: docker.io/golang:1.19
imagePullPolicy: Always
- name: unit
branches:
- release-1.2
skip_if_only_changed: '(((^|/)OWNERS)|(\.md))$'
decorate: true
spec:
containers:
- args:
- ./hack/unit.sh
command:
- sh
env:
- name: IS_CONTAINER
value: "TRUE"
image: docker.io/golang:1.17
imagePullPolicy: Always
- name: manifestlint
skip_if_only_changed: '(((^|/)OWNERS)|(\.md))$'
decorate: true
Expand Down Expand Up @@ -1058,22 +962,6 @@ presubmits:
value: "TRUE"
image: docker.io/golang:1.19
imagePullPolicy: Always
- name: gomod
branches:
- release-1.2
skip_if_only_changed: '(((^|/)OWNERS)|(\.md))$'
decorate: true
spec:
containers:
- args:
- ./hack/gomod.sh
command:
- sh
env:
- name: IS_CONTAINER
value: "TRUE"
image: docker.io/golang:1.18
imagePullPolicy: Always
- name: gosec
branches:
- release-1.3
Expand Down Expand Up @@ -1139,22 +1027,6 @@ presubmits:
value: "TRUE"
image: docker.io/golang:1.19
imagePullPolicy: Always
- name: gofmt
branches:
- release-1.2
skip_if_only_changed: '(((^|/)OWNERS)|(\.md))$'
decorate: true
spec:
containers:
- args:
- ./hack/gofmt.sh
command:
- sh
env:
- name: IS_CONTAINER
value: "TRUE"
image: docker.io/golang:1.17
imagePullPolicy: Always
- name: golangci-lint
branches:
- release-1.3
Expand All @@ -1172,22 +1044,6 @@ presubmits:
value: "TRUE"
image: docker.io/golang:1.19
imagePullPolicy: Always
- name: golangci-lint
branches:
- release-1.2
skip_if_only_changed: '(((^|/)OWNERS)|(\.md))$'
decorate: true
spec:
containers:
- args:
- ./hack/ensure-golangci-lint.sh
command:
- sh
env:
- name: IS_CONTAINER
value: "TRUE"
image: docker.io/golang:1.17
imagePullPolicy: Always
- name: govet
branches:
- main
Expand Down Expand Up @@ -1222,22 +1078,6 @@ presubmits:
value: "TRUE"
image: docker.io/golang:1.19
imagePullPolicy: Always
- name: govet
branches:
- release-1.2
skip_if_only_changed: '(((^|/)OWNERS)|(\.md))$'
decorate: true
spec:
containers:
- args:
- ./hack/govet.sh
command:
- sh
env:
- name: IS_CONTAINER
value: "TRUE"
image: docker.io/golang:1.17
imagePullPolicy: Always
- name: markdownlint
run_if_changed: '(\.md|markdownlint\.sh)$'
decorate: true
Expand Down Expand Up @@ -1298,22 +1138,6 @@ presubmits:
- name: IS_CONTAINER
value: "TRUE"
image: docker.io/golang:1.19
- name: unit
branches:
- release-1.2
skip_if_only_changed: '(((^|/)OWNERS)|(\.md))$'
decorate: true
spec:
containers:
- args:
- ./hack/unit.sh
command:
- sh
env:
- name: IS_CONTAINER
value: "TRUE"
image: docker.io/golang:1.17
imagePullPolicy: Always
- name: generate
branches:
- main
Expand Down Expand Up @@ -1348,22 +1172,6 @@ presubmits:
value: "TRUE"
image: docker.io/golang:1.19
imagePullPolicy: Always
- name: generate
branches:
- release-1.2
skip_if_only_changed: '(((^|/)OWNERS)|(\.md))$'
decorate: true
spec:
containers:
- args:
- ./hack/codegen.sh
command:
- sh
env:
- name: IS_CONTAINER
value: "TRUE"
image: docker.io/golang:1.17
imagePullPolicy: Always
- name: manifestlint
skip_if_only_changed: '(((^|/)OWNERS)|(\.md))$'
decorate: true
Expand Down