-
Notifications
You must be signed in to change notification settings - Fork 19
/
.prow.yaml
39 lines (37 loc) · 978 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
35
36
37
38
39
presubmits:
- name: pull-apimachinery-verify
always_run: true
decorate: true
clone_uri: "ssh://[email protected]/kcp-dev/apimachinery.git"
labels:
preset-goproxy: "true"
spec:
containers:
- image: ghcr.io/kcp-dev/infra/build:1.23.4-1
command:
- make
- verify-boilerplate
- name: pull-apimachinery-lint
always_run: true
decorate: true
clone_uri: "ssh://[email protected]/kcp-dev/apimachinery.git"
labels:
preset-goproxy: "true"
spec:
containers:
- image: ghcr.io/kcp-dev/infra/build:1.23.4-1
command:
- make
- lint
- name: pull-apimachinery-test
always_run: true
decorate: true
clone_uri: "ssh://[email protected]/kcp-dev/apimachinery.git"
labels:
preset-goproxy: "true"
spec:
containers:
- image: ghcr.io/kcp-dev/infra/build:1.23.4-1
command:
- make
- test