diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2022-03-03 12:53:16 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-03 12:53:16 -0800 |
| commit | 3f31c202549ac044bb2c36697abb0c2dd365c2a6 (patch) | |
| tree | 55e421773589b430fe1aefd64bc697a0954cbe90 | |
| parent | 4750868da373e9218dc6c3ac7dea9e2848829c57 (diff) | |
| parent | 8d1bc502de9e24b8cb213d258df20dae49b35549 (diff) | |
Merge pull request #6510 from endocrimes/dani/ci-subproject
sig-node: add ci-testing subproject
| -rw-r--r-- | sig-node/README.md | 7 | ||||
| -rw-r--r-- | sigs.yaml | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/sig-node/README.md b/sig-node/README.md index 33af6948..c292b40b 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) @@ -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 |
