We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e094ac5 commit 3d389c4Copy full SHA for 3d389c4
config/jobs/kubernetes-sigs/agent-sandbox/agent-sandbox-presubmits-main.yaml
@@ -42,3 +42,22 @@ presubmits:
42
annotations:
43
testgrid-dashboards: sig-apps-agent-sandbox
44
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
60
61
+ annotations:
62
+ testgrid-dashboards: sig-apps-agent-sandbox
63
+ testgrid-tab-name: presubmit-lint-go
0 commit comments