Skip to content

Commit 1df08c4

Browse files
authored
Merge pull request #35603 from sdowell/agent-sandbox-unit-tests
ci: add prowjob definition for agent-sandbox unit tests
2 parents 06833c4 + 755d75b commit 1df08c4

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
@@ -23,3 +23,22 @@ presubmits:
2323
testgrid-tab-name: presubmit-test-autogen-up-to-date
2424
description: presubmit-test-autogen-up-to-date
2525
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+
cpu: 1
41+
memory: 4Gi
42+
annotations:
43+
testgrid-dashboards: sig-apps-agent-sandbox
44+
testgrid-tab-name: presubmit-unit-test

0 commit comments

Comments
 (0)