forked from kubernetes-sigs/controller-runtime
-
Notifications
You must be signed in to change notification settings - Fork 15
/
.prow.yaml
34 lines (33 loc) · 1007 Bytes
/
.prow.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
presubmits:
- name: pull-controller-runtime-everything
always_run: true
decorate: true
clone_uri: "ssh://git@github.com/kcp-dev/controller-runtime.git"
labels:
preset-goproxy: "true"
spec:
containers:
- image: ghcr.io/kcp-dev/infra/build:1.22.2-1
command:
- make
- test
- name: pull-controller-runtime-example-e2e
decorate: true
# only run e2e tests if code changed.
run_if_changed: "(pkg|examples|go.mod|go.sum|Makefile|.prow.yaml)"
clone_uri: "https://github.com/kcp-dev/controller-runtime"
labels:
preset-goproxy: "true"
spec:
containers:
- image: ghcr.io/kcp-dev/infra/build:1.22.2-1
env:
- name: KUBECONFIG
value: /home/prow/go/src/github.com/kcp-dev/controller-runtime/examples/kcp/.test/kcp.kubeconfig
command:
- make
- test-kcp-e2e
resources:
requests:
memory: 6Gi
cpu: 4