Skip to content

Commit 55ae693

Browse files
committed
add prow job
1 parent 42ff5ed commit 55ae693

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

.prow.yaml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,23 @@ presubmits:
1010
- image: ghcr.io/kcp-dev/infra/build:1.21.8-1
1111
command:
1212
- make
13-
- test
13+
- test
14+
15+
- name: pull-kcp-test-e2e
16+
decorate: true
17+
# only run e2e tests if code changed.
18+
run_if_changed: "(cmd|config|pkg|sdk|test|go.mod|go.sum|Makefile|.prow.yaml)"
19+
clone_uri: "https://github.com/kcp-dev/controller-runtime"
20+
labels:
21+
preset-goproxy: "true"
22+
spec:
23+
containers:
24+
- image: ghcr.io/kcp-dev/infra/build:1.20.13-1
25+
command:
26+
- cd examples/kcp
27+
- make kcp-server kcp-controller
28+
- make test
29+
resources:
30+
requests:
31+
memory: 6Gi
32+
cpu: 4

0 commit comments

Comments
 (0)