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.
2 parents 06833c4 + 755d75b commit 1df08c4Copy full SHA for 1df08c4
config/jobs/kubernetes-sigs/agent-sandbox/agent-sandbox-presubmits-main.yaml
@@ -23,3 +23,22 @@ presubmits:
23
testgrid-tab-name: presubmit-test-autogen-up-to-date
24
description: presubmit-test-autogen-up-to-date
25
testgrid-num-columns-recent: '30'
26
+ - name: presubmit-agent-sandbox-unit-test
27
+ cluster: eks-prow-build-cluster
28
+ always_run: true
29
+ decorate: true
30
+ spec:
31
+ containers:
32
+ - image: public.ecr.aws/docker/library/golang:1.24
33
+ command:
34
+ - dev/ci/presubmits/test-unit
35
+ resources:
36
+ requests:
37
+ cpu: 1
38
+ memory: 4Gi
39
+ limits:
40
41
42
+ annotations:
43
+ testgrid-dashboards: sig-apps-agent-sandbox
44
+ testgrid-tab-name: presubmit-unit-test
0 commit comments