We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aa34dc commit eac7445Copy full SHA for eac7445
1 file changed
.prow.yaml
@@ -125,3 +125,22 @@ presubmits:
125
requests:
126
memory: 4Gi
127
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