diff --git a/sig-node/README.md b/sig-node/README.md index 33af69484..c292b40ba 100644 --- a/sig-node/README.md +++ b/sig-node/README.md @@ -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) diff --git a/sigs.yaml b/sigs.yaml index ebd297fba..9f99653a7 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -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