Skip to content

Commit 1d8fd0b

Browse files
committed
ci: add e2e test presubmit job for agent-sandbox
1 parent 3406642 commit 1d8fd0b

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

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

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,28 @@ presubmits:
6161
annotations:
6262
testgrid-dashboards: sig-apps-agent-sandbox
6363
testgrid-tab-name: presubmit-lint-go
64+
- name: presubmit-agent-sandbox-e2e-test
65+
cluster: eks-prow-build-cluster
66+
always_run: true
67+
decorate: true
68+
labels:
69+
preset-dind-enabled: "true"
70+
preset-kind-volume-mounts: "true"
71+
spec:
72+
containers:
73+
- image: us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20250925-95b5a2c7a5-master
74+
command:
75+
- runner.sh
76+
- dev/ci/presubmits/test-e2e
77+
securityContext:
78+
privileged: true
79+
resources:
80+
requests:
81+
cpu: 7
82+
memory: 14Gi
83+
limits:
84+
cpu: 7
85+
memory: 14Gi
86+
annotations:
87+
testgrid-dashboards: sig-apps-agent-sandbox
88+
testgrid-tab-name: presubmit-e2e-test

0 commit comments

Comments
 (0)