Skip to content

Commit 61b2150

Browse files
committed
Move lint presubmit to Github Actions.
1 parent 31b9aa8 commit 61b2150

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

config/jobs/kubernetes-sigs/apiserver-network-proxy/apiserver-network-proxy-presubmits-master.yaml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -99,33 +99,3 @@ presubmits:
9999
testgrid-dashboards: sig-cloud-provider-apiserver-network-proxy
100100
testgrid-tab-name: pr-docker-build-arm64-master
101101
description: Build arm64 image via Docker for the apiserver-network-proxy
102-
- name: pull-apiserver-network-proxy-make-lint-master
103-
cluster: eks-prow-build-cluster
104-
always_run: true
105-
branches:
106-
# The script this job runs is not in all branches.
107-
- ^master$
108-
skip_report: false
109-
decorate: true
110-
path_alias: sigs.k8s.io/apiserver-network-proxy
111-
labels:
112-
preset-dind-enabled: "true"
113-
spec:
114-
containers:
115-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240923-c8645c1a17-master
116-
command:
117-
- "runner.sh"
118-
args:
119-
- make
120-
- lint
121-
resources:
122-
requests:
123-
memory: 8Gi
124-
cpu: 2
125-
limits:
126-
memory: 8Gi
127-
cpu: 2
128-
annotations:
129-
testgrid-dashboards: sig-cloud-provider-apiserver-network-proxy
130-
testgrid-tab-name: pr-make-lint-master
131-
description: Run lint target for the apiserver-network-proxy

0 commit comments

Comments
 (0)