Merge pull request #6510 from endocrimes/dani/ci-subproject
sig-node: add ci-testing subproject
This commit is contained in:
commit
3f31c20254
|
@ -53,6 +53,13 @@ The following [working groups][working-group-definition] are sponsored by sig-no
|
|||
## Subprojects
|
||||
|
||||
The following [subprojects][subproject-definition] are owned by sig-node:
|
||||
### ci-testing
|
||||
- **Owners:**
|
||||
- [kubernetes/kubernetes/test/e2e_node](https://github.com/kubernetes/kubernetes/blob/master/test/e2e_node/OWNERS)
|
||||
- [kubernetes/test-infra/config/jobs/kubernetes/sig-node](https://github.com/kubernetes/test-infra/blob/master/config/jobs/kubernetes/sig-node/OWNERS)
|
||||
- [kubernetes/test-infra/jobs/e2e_node](https://github.com/kubernetes/test-infra/blob/master/jobs/e2e_node/OWNERS)
|
||||
- **Contact:**
|
||||
- [Mailing List](https://groups.google.com/g/kubernetes-sig-node-test-failures)
|
||||
### cri-api
|
||||
- **Owners:**
|
||||
- [kubernetes/cri-api](https://github.com/kubernetes/cri-api/blob/master/OWNERS)
|
||||
|
|
|
@ -1976,6 +1976,13 @@ sigs:
|
|||
github: tpepper
|
||||
name: Tim Pepper
|
||||
subprojects:
|
||||
- name: ci-testing
|
||||
contact:
|
||||
mailing_list: https://groups.google.com/g/kubernetes-sig-node-test-failures
|
||||
owners:
|
||||
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/test/e2e_node/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes/test-infra/master/config/jobs/kubernetes/sig-node/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes/test-infra/master/jobs/e2e_node/OWNERS
|
||||
- name: cri-api
|
||||
owners:
|
||||
- https://raw.githubusercontent.com/kubernetes/cri-api/master/OWNERS
|
||||
|
|
Loading…
Reference in New Issue