From 8394d145fe070db29a6e003a6872b1c3fff3a244 Mon Sep 17 00:00:00 2001 From: Ray Zhou Date: Wed, 1 Apr 2020 16:33:14 +0800 Subject: [PATCH] Add sig-testing --- sig-testing/OWNERS | 0 sig-testing/README.md | 15 +++++++++++++++ sigs.md | 4 ++-- 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 sig-testing/OWNERS create mode 100644 sig-testing/README.md diff --git a/sig-testing/OWNERS b/sig-testing/OWNERS new file mode 100644 index 000000000..e69de29bb diff --git a/sig-testing/README.md b/sig-testing/README.md new file mode 100644 index 000000000..b445bb9b2 --- /dev/null +++ b/sig-testing/README.md @@ -0,0 +1,15 @@ +# Testing Special Interest Group + +The Testing SIG is to make plan for testing KubeSphere versions. + +## Members + +- Yaping Liu ([@liuyp2018](https://github.com/liuyp2018)), Lead + +## Meetings + +[Meeting notes](https://docs.google.com/document/d/191w4_ePxBSEklZjKTSiYw7XwDH9_gCIVOt6cKkTvqYc/) + +## Contact + +- Slack [#sig-testing](https://kubesphere.slack.com/messages/sig-testing) diff --git a/sigs.md b/sigs.md index e389b1657..7f6720f8f 100644 --- a/sigs.md +++ b/sigs.md @@ -47,5 +47,5 @@ The SIGs at present are: | [Network](./sig-network) | [Zhengyi Lai](https://github.com/zheng1) | [#sig-network](https://kubesphere.slack.com/messages/sig-network) | [Notes](https://docs.google.com/document/d/12KTd1xBSYPBTbn4WTvN4iTPoDg1skU-bbbcoNt_RAPE/) | network policy, CNI plugins, SDN | | [Observability](sig-observability) | [Benjamin Huo](https://github.com/benjaminhuo) | [#sig-observability](https://kubesphere.slack.com/messages/sig-observability) | [Notes](https://docs.google.com/document/d/18SOB2NRQWS-Qad4oebzIjtQzUG831PFvQtvN5tBwNrM/) | Logging, Monitoring, Alerting, Notification | | [Release](./sig-release) | [Calvin Yu](https://github.com/calvinyv) | [#sig-release](https://kubesphere.slack.com/messages/sig-release) | [Notes](https://docs.google.com/document/d/1IzkvpZlkc_4hKTyvWWyTfLgPFTWGaowOEAfh0li9qZQ/) | release of each version | -| [Storage](./sig-storage) | [Xin Wang](https://github.com/wnxn) | [#storage](https://kubesphere.slack.com/messages/sig-storage) | [Notes](https://docs.google.com/document/d/171DjRH8CDkubc_fl8tO1tN-kpdPwek-G819FQt6EhV0/) | CSI plugins | -| Testing | [Yaping Liu](https://github.com/liuyp2018) | [#testing](https://kubesphere.slack.com/archives/CLHL8R1C7) | [Notes](https://github.com/kubesphere/kubesphere/issues?q=is%3Aopen+is%3Aissue+label%3Aarea%2Fmonitoring+) | test, release | +| [Storage](./sig-storage) | [Xin Wang](https://github.com/wnxn) | [#sig-storage](https://kubesphere.slack.com/messages/sig-storage) | [Notes](https://docs.google.com/document/d/171DjRH8CDkubc_fl8tO1tN-kpdPwek-G819FQt6EhV0/) | CSI plugins | +| [Testing](./sig-testing) | [Yaping Liu](https://github.com/liuyp2018) | [#sig-testing](https://kubesphere.slack.com/messages/sig-testing) | [Notes](https://docs.google.com/document/d/191w4_ePxBSEklZjKTSiYw7XwDH9_gCIVOt6cKkTvqYc/) | test, release |