Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Commit d8931bf

Browse files
committed
Add .prow.yaml to move to kcp-prow
Signed-off-by: Nikhita Raghunath <nikitaraghunath@gmail.com>
1 parent 32255ed commit d8931bf

File tree

2 files changed

+26
-4
lines changed

2 files changed

+26
-4
lines changed

.ci-operator.yaml

-4
This file was deleted.

.prow.yaml

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
presubmits:
2+
- name: pull-controller-runtime-example-e2e
3+
always_run: true
4+
decorate: true
5+
clone_uri: "ssh://git@github.com/kcp-dev/controller-runtime-example.git"
6+
labels:
7+
preset-goproxy: "true"
8+
spec:
9+
containers:
10+
- image: quay.io/kubermatic/build:go-1.20-node-18-6
11+
command:
12+
- make
13+
- test-e2e
14+
15+
- name: pull-controller-runtime-example-unit
16+
always_run: true
17+
decorate: true
18+
clone_uri: "ssh://git@github.com/kcp-dev/controller-runtime-example.git"
19+
labels:
20+
preset-goproxy: "true"
21+
spec:
22+
containers:
23+
- image: quay.io/kubermatic/build:go-1.20-node-18-6
24+
command:
25+
- make
26+
- test

0 commit comments

Comments
 (0)