We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42ff5ed commit 55ae693Copy full SHA for 55ae693
.prow.yaml
@@ -10,4 +10,23 @@ presubmits:
10
- image: ghcr.io/kcp-dev/infra/build:1.21.8-1
11
command:
12
- make
13
- - test
+ - 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