Merge pull request #4714 from spiffxp/add-k-sigs-boskos
sigs.yaml: add kubernetes-sigs/boskos
This commit is contained in:
commit
1d1be76338
|
|
@ -44,6 +44,7 @@ The following [subprojects][subproject-definition] are owned by sig-testing:
|
|||
### boskos
|
||||
Boskos is a resource manager service that handles different kinds of resources and transitions between different states. We use it on the Kubernetes project to manage pools of GCP projects for CI/CD.
|
||||
- **Owners:**
|
||||
- https://raw.githubusercontent.com/kubernetes-sigs/boskos/master/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes/test-infra/master/boskos/OWNERS
|
||||
### gopherage
|
||||
Gopherage is a tool for manipulating Go coverage files. We use it on the Kubernetes project to report on code coverage due to e2e tests
|
||||
|
|
|
|||
|
|
@ -2174,6 +2174,7 @@ sigs:
|
|||
description: |
|
||||
Boskos is a resource manager service that handles different kinds of resources and transitions between different states. We use it on the Kubernetes project to manage pools of GCP projects for CI/CD.
|
||||
owners:
|
||||
- https://raw.githubusercontent.com/kubernetes-sigs/boskos/master/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes/test-infra/master/boskos/OWNERS
|
||||
- name: gopherage
|
||||
description: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue