Skip to content

Commit 5ed8517

Browse files
justinsbupodroid
andcommitted
chore: Initial prow configuration for agent-sandbox
Co-authored-by: Mahamed Ali <[email protected]>
1 parent f6abdfd commit 5ed8517

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,25 @@
11
presubmits:
22
kubernetes-sigs/agent-sandbox:
3+
- name: presubmit-test-autogen-up-to-date
4+
cluster: eks-prow-build-cluster
5+
always_run: true
6+
decorate: true
7+
labels:
8+
preset-service-account: 'true'
9+
spec:
10+
containers:
11+
- image: us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20250904-c89b045f57-master
12+
command:
13+
- dev/ci/presubmits/test-autogen-up-to-date
14+
resources:
15+
limits:
16+
cpu: 1
17+
memory: 4Gi
18+
requests:
19+
cpu: 1
20+
memory: 4Gi
21+
annotations:
22+
testgrid-dashboards: sig-apps-agent-sandbox
23+
testgrid-tab-name: presubmit-test-autogen-up-to-date
24+
description: presubmit-test-autogen-up-to-date
25+
testgrid-num-columns-recent: '30'

config/testgrids/kubernetes/sig-apps/config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ dashboards:
1717
test_group_name: ci-kubernetes-e2e-gci-gce-statefulset
1818
base_options: include-filter-by-regex=sig-apps
1919
description: apps gce statefulset e2e tests for master branch
20+
- name: sig-apps-agent-sandbox

0 commit comments

Comments
 (0)