Skip to content

Commit

Permalink
Merge pull request #27267 from hakman/gofmt_master
Browse files Browse the repository at this point in the history
kOps - Fix gofmt for release branches
  • Loading branch information
k8s-ci-robot authored Aug 26, 2022
2 parents 408f66a + 9c9ae7d commit f603a41
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions config/jobs/kubernetes/kops/kops-presubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,8 @@ presubmits:
testgrid-dashboards: sig-cluster-lifecycle-kops, presubmits-kops, kops-presubmits
testgrid-tab-name: verify-boilerplate
- name: pull-kops-verify-gofmt
branches:
- master
always_run: true
labels:
preset-service-account: "true"
Expand All @@ -281,6 +283,32 @@ presubmits:
annotations:
testgrid-dashboards: sig-cluster-lifecycle-kops, presubmits-kops, kops-presubmits
testgrid-tab-name: verify-gofmt
- name: pull-kops-verify-gofmt-go118
branches:
- release-1.24
- release-1.23
- release-1.22
always_run: true
labels:
preset-service-account: "true"
decorate: true
decoration_config:
timeout: 10m
path_alias: k8s.io/kops
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220822-9f275332ba-1.24
command:
- runner.sh
args:
- "make"
- "verify-gofmt"
resources:
requests:
memory: "2Gi"
annotations:
testgrid-dashboards: sig-cluster-lifecycle-kops, presubmits-kops, kops-presubmits
testgrid-tab-name: verify-gofmt-go118
- name: pull-kops-verify-govet
always_run: true
labels:
Expand Down

0 comments on commit f603a41

Please sign in to comment.