Skip to content

Commit

Permalink
Update prow jobs, PR template and OWNERS
Browse files Browse the repository at this point in the history
Signed-off-by: Marvin Beckers <[email protected]>
  • Loading branch information
embik committed Jan 24, 2024
1 parent a43d6e3 commit b489010
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 9 deletions.
14 changes: 14 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,17 @@ Please copy the appropriate `:text:` or icon to the beginning of your PR title:
## Related issue(s)

Fixes #

## Release Notes

<!--
Please add a release note using the following format:
```release-note
<description of change>
```
-->

```release-note
NONE
```
6 changes: 3 additions & 3 deletions .prow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ presubmits:
preset-goproxy: "true"
spec:
containers:
- image: ghcr.io/kcp-dev/infra/build:1.19.9-1
- image: ghcr.io/kcp-dev/infra/build:1.20.13-1
command:
- make
- verify-codegen
Expand All @@ -21,7 +21,7 @@ presubmits:
preset-goproxy: "true"
spec:
containers:
- image: ghcr.io/kcp-dev/infra/build:1.19.9-1
- image: ghcr.io/kcp-dev/infra/build:1.20.13-1
command:
- make
- lint
Expand All @@ -34,7 +34,7 @@ presubmits:
preset-goproxy: "true"
spec:
containers:
- image: ghcr.io/kcp-dev/infra/build:1.19.9-1
- image: ghcr.io/kcp-dev/infra/build:1.20.13-1
command:
- make
- test
12 changes: 6 additions & 6 deletions OWNERS
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
approvers:
- ncdc
- stevekuznetsov
- fabianvf
- varshaprasad96
- njhale
- sttts
- clubanderson
- scheeles
- sttts
- xrstf
- mjudeikis
- embik

0 comments on commit b489010

Please sign in to comment.