Skip to content

Commit eac7445

Browse files
committed
add kcp 0.29 e2e tests
On-behalf-of: @SAP christoph.mewes@sap.com
1 parent 3aa34dc commit eac7445

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.prow.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,22 @@ presubmits:
125125
requests:
126126
memory: 4Gi
127127
cpu: 2
128+
129+
- name: pull-api-syncagent-test-e2e-kcp-0.29
130+
always_run: true
131+
decorate: true
132+
clone_uri: "https://github.com/kcp-dev/api-syncagent"
133+
labels:
134+
preset-goproxy: "true"
135+
spec:
136+
containers:
137+
- image: ghcr.io/kcp-dev/infra/build:1.24.9-1
138+
command:
139+
- hack/ci/run-e2e-tests.sh
140+
env:
141+
- name: KCP_VERSION
142+
value: "0.29.0"
143+
resources:
144+
requests:
145+
memory: 4Gi
146+
cpu: 2

0 commit comments

Comments
 (0)