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