Skip to content

Commit 796569f

Browse files
authored
Merge pull request #35625 from sdowell/agent-sandbox-unit-tests
ci: add golint presubmit for agent-sandbox
2 parents e094ac5 + 3d389c4 commit 796569f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

config/jobs/kubernetes-sigs/agent-sandbox/agent-sandbox-presubmits-main.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,22 @@ presubmits:
4242
annotations:
4343
testgrid-dashboards: sig-apps-agent-sandbox
4444
testgrid-tab-name: presubmit-unit-test
45+
- name: presubmit-agent-sandbox-lint-go
46+
cluster: eks-prow-build-cluster
47+
always_run: true
48+
decorate: true
49+
spec:
50+
containers:
51+
- image: public.ecr.aws/docker/library/golang:1.24
52+
command:
53+
- dev/ci/presubmits/lint-go
54+
resources:
55+
requests:
56+
cpu: 1
57+
memory: 4Gi
58+
limits:
59+
cpu: 1
60+
memory: 4Gi
61+
annotations:
62+
testgrid-dashboards: sig-apps-agent-sandbox
63+
testgrid-tab-name: presubmit-lint-go

0 commit comments

Comments
 (0)