diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2021-02-22 23:42:03 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-22 23:42:03 -0800 |
| commit | f0a10a6c0e00f8aa9b24dd1967ce15d6c238cba9 (patch) | |
| tree | a244d919d6ae20a5878d9199990cd23dc467fbcc | |
| parent | 1847825a904bd4b9e839c3148c54c17449063d63 (diff) | |
| parent | 316b3262d547adc8cba19a41a83eedde329780d6 (diff) | |
Merge pull request #5544 from nikhita/sig-testing-kubernetes
sig-testing: add k/sig-testing repo
| -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 |
