Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .ci-operator.yaml

This file was deleted.

40 changes: 40 additions & 0 deletions .prow.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
presubmits:
- name: pull-code-generator-verify
always_run: true
decorate: true
clone_uri: "ssh://git@github.com/kcp-dev/code-generator.git"
labels:
preset-goproxy: "true"
spec:
containers:
- image: ghcr.io/kcp-dev/infra/build:1.19.9-1
command:
- make
- verify-codegen
- verify-boilerplate

- name: pull-code-generator-lint
always_run: true
decorate: true
clone_uri: "ssh://git@github.com/kcp-dev/code-generator.git"
labels:
preset-goproxy: "true"
spec:
containers:
- image: ghcr.io/kcp-dev/infra/build:1.19.9-1
command:
- make
- lint

- name: pull-code-generator-test
always_run: true
decorate: true
clone_uri: "ssh://git@github.com/kcp-dev/code-generator.git"
labels:
preset-goproxy: "true"
spec:
containers:
- image: ghcr.io/kcp-dev/infra/build:1.19.9-1
command:
- make
- test