sig-release: Assume ownership of k/repo-infra
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
This commit is contained in:
parent
84929ffc24
commit
1c4c3309c6
|
@ -77,6 +77,12 @@ The Release Engineering subproject is responsible for the [process/procedures](h
|
|||
The Kubernetes Release Team is responsible for the day-to-day work required to successfully create releases of Kubernetes.
|
||||
- **Owners:**
|
||||
- https://raw.githubusercontent.com/kubernetes/sig-release/master/release-team/OWNERS
|
||||
### repo-infra
|
||||
Creates and maintains tools and templates for Kubernetes org repositories.
|
||||
Includes bazel tooling for managing dependencies for kubernetes/kubernetes
|
||||
and kubernetes/test-infra.
|
||||
- **Owners:**
|
||||
- https://raw.githubusercontent.com/kubernetes/repo-infra/master/OWNERS
|
||||
### sig-release
|
||||
Documents and processes related to SIG Release
|
||||
- **Owners:**
|
||||
|
|
|
@ -74,10 +74,6 @@ Prow is a CI/CD system based on Kubernetes. See prow.k8s.io to see it in action
|
|||
- https://raw.githubusercontent.com/kubernetes/test-infra/master/prow/OWNERS
|
||||
- **Contact:**
|
||||
- Slack: [#prow](https://kubernetes.slack.com/messages/prow)
|
||||
### repo-infra
|
||||
Creates and maintains tools and templates for kubernetes-namespace repositories.
|
||||
- **Owners:**
|
||||
- https://raw.githubusercontent.com/kubernetes/repo-infra/master/OWNERS
|
||||
### test-infra
|
||||
Miscellaneous tools and configuration to run the testing infrastructure for the Kubernetes project
|
||||
- **Owners:**
|
||||
|
|
12
sigs.yaml
12
sigs.yaml
|
@ -1770,6 +1770,13 @@ sigs:
|
|||
The Kubernetes Release Team is responsible for the day-to-day work required to successfully create releases of Kubernetes.
|
||||
owners:
|
||||
- https://raw.githubusercontent.com/kubernetes/sig-release/master/release-team/OWNERS
|
||||
- name: repo-infra
|
||||
description: |
|
||||
Creates and maintains tools and templates for Kubernetes org repositories.
|
||||
Includes bazel tooling for managing dependencies for kubernetes/kubernetes
|
||||
and kubernetes/test-infra.
|
||||
owners:
|
||||
- https://raw.githubusercontent.com/kubernetes/repo-infra/master/OWNERS
|
||||
- name: sig-release
|
||||
description: |
|
||||
Documents and processes related to SIG Release
|
||||
|
@ -2201,11 +2208,6 @@ sigs:
|
|||
slack: prow
|
||||
owners:
|
||||
- https://raw.githubusercontent.com/kubernetes/test-infra/master/prow/OWNERS
|
||||
- name: repo-infra
|
||||
description: Creates and maintains tools and templates for kubernetes-namespace
|
||||
repositories.
|
||||
owners:
|
||||
- https://raw.githubusercontent.com/kubernetes/repo-infra/master/OWNERS
|
||||
- name: test-infra
|
||||
description: |
|
||||
Miscellaneous tools and configuration to run the testing infrastructure for the Kubernetes project
|
||||
|
|
Loading…
Reference in New Issue