Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -99,33 +99,3 @@ presubmits:
testgrid-dashboards: sig-cloud-provider-apiserver-network-proxy
testgrid-tab-name: pr-docker-build-arm64-master
description: Build arm64 image via Docker for the apiserver-network-proxy
- name: pull-apiserver-network-proxy-make-lint-master
cluster: eks-prow-build-cluster
always_run: true
branches:
# The script this job runs is not in all branches.
- ^master$
skip_report: false
decorate: true
path_alias: sigs.k8s.io/apiserver-network-proxy
labels:
preset-dind-enabled: "true"
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20241011-e8871c079d-master
command:
- "runner.sh"
args:
- make
- lint
resources:
requests:
memory: 8Gi
cpu: 2
limits:
memory: 8Gi
cpu: 2
annotations:
testgrid-dashboards: sig-cloud-provider-apiserver-network-proxy
testgrid-tab-name: pr-make-lint-master
description: Run lint target for the apiserver-network-proxy