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

Commit

Permalink
Add .prow.yaml to move to kcp-prow
Browse files Browse the repository at this point in the history
Signed-off-by: Nikhita Raghunath <[email protected]>
  • Loading branch information
nikhita committed May 27, 2023
1 parent 32255ed commit d8931bf
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .ci-operator.yaml

This file was deleted.

26 changes: 26 additions & 0 deletions .prow.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
presubmits:
- name: pull-controller-runtime-example-e2e
always_run: true
decorate: true
clone_uri: "ssh://[email protected]/kcp-dev/controller-runtime-example.git"
labels:
preset-goproxy: "true"
spec:
containers:
- image: quay.io/kubermatic/build:go-1.20-node-18-6
command:
- make
- test-e2e

- name: pull-controller-runtime-example-unit
always_run: true
decorate: true
clone_uri: "ssh://[email protected]/kcp-dev/controller-runtime-example.git"
labels:
preset-goproxy: "true"
spec:
containers:
- image: quay.io/kubermatic/build:go-1.20-node-18-6
command:
- make
- test

0 comments on commit d8931bf

Please sign in to comment.