diff options
| -rw-r--r-- | sig-testing/README.md | 4 | ||||
| -rw-r--r-- | sigs.yaml | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/sig-testing/README.md b/sig-testing/README.md index fb2b5d12..5b77d0bd 100644 --- a/sig-testing/README.md +++ b/sig-testing/README.md @@ -74,6 +74,10 @@ 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) +### sig-testing +Home for SIG Testing discussion and documents. +- **Owners:** + - https://raw.githubusercontent.com/kubernetes/sig-testing/master/OWNERS ### test-infra Miscellaneous tools and configuration to run the testing infrastructure for the Kubernetes project - **Owners:** @@ -2367,6 +2367,11 @@ sigs: slack: prow owners: - https://raw.githubusercontent.com/kubernetes/test-infra/master/prow/OWNERS + - name: sig-testing + description: | + Home for SIG Testing discussion and documents. + owners: + - https://raw.githubusercontent.com/kubernetes/sig-testing/master/OWNERS - name: test-infra description: | Miscellaneous tools and configuration to run the testing infrastructure for the Kubernetes project |
