summaryrefslogtreecommitdiff
path: root/sig-testing
diff options
context:
space:
mode:
authorAaron Crickenberger <spiffxp@google.com>2019-08-08 12:52:27 -0700
committerAaron Crickenberger <spiffxp@google.com>2019-08-08 12:54:16 -0700
commit4eec9f39d6912ac84fe89ee964f6a4d84d2a703f (patch)
treebe3fccc7126f6f74d471935259ca89acea09bc9d /sig-testing
parentc8f1173de064b11ceb888aad26d1309fa7575d33 (diff)
Run make to use new generator templates
Diffstat (limited to 'sig-testing')
-rw-r--r--sig-testing/README.md108
1 files changed, 51 insertions, 57 deletions
diff --git a/sig-testing/README.md b/sig-testing/README.md
index 2a349e39..865e3480 100644
--- a/sig-testing/README.md
+++ b/sig-testing/README.md
@@ -28,66 +28,60 @@ The Chairs of the SIG run operations and processes governing the SIG.
* Timothy St. Clair (**[@timothysc](https://github.com/timothysc)**), VMware
## Contact
-* [Slack](https://kubernetes.slack.com/messages/sig-testing)
-* [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-testing)
-* [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/sig%2Ftesting)
+- Slack: [#sig-testing](https://kubernetes.slack.com/messages/sig-testing)
+- [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-testing)
+- [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/sig%2Ftesting)
+- GitHub Teams:
+ - [@kubernetes/sig-testing](https://github.com/orgs/kubernetes/teams/sig-testing) - General Discussion
+ - [@kubernetes/sig-testing-pr-reviews](https://github.com/orgs/kubernetes/teams/sig-testing-pr-reviews) - PR Reviews
## Subprojects
-The following subprojects are owned by sig-testing:
-- **boskos**
- - Description: Boskos is a resource manager service that handles different kinds of resources and transitions between different states. We use it on the Kubernetes project to manage pools of GCP projects for CI/CD.
- - Owners:
- - https://raw.githubusercontent.com/kubernetes/test-infra/master/boskos/OWNERS
-- **gopherage**
- - Description: Gopherage is a tool for manipulating Go coverage files. We use it on the Kubernetes project to report on code coverage due to e2e tests
- - Owners:
- - https://raw.githubusercontent.com/kubernetes/test-infra/master/gopherage/OWNERS
-- **gubernator**
- - Description: Gubernator is a frontend for displaying Kubernetes test results stored in GCS. See gubernator.k8s.io to see it in action for the Kubernetes project.
- - Owners:
- - https://raw.githubusercontent.com/kubernetes/test-infra/master/gubernator/OWNERS
-- **kind**
- - Description: Kubernetes IN Docker. Run Kubernetes test clusters on your local machine using Docker containers as nodes.
- - Owners:
- - https://raw.githubusercontent.com/kubernetes-sigs/kind/master/OWNERS
- - Contact
- - Slack: [#kind](https://kubernetes.slack.com/messages/kind)
- - Meetings:
- - sigs.k8s.io/kind bi-weekly meeting: [Mondays at 11:00 PT (Pacific Time)](https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit) (bi-weekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=11:00&tz=PT%20%28Pacific%20Time%29).
- - [Meeting notes and Agenda](https://docs.google.com/document/d/1b9Ppm7ZT_tMWRs5Ph1zGJJKb5nF9c3ZHzMwg1olJIrc/edit).
- - [Meeting recordings](https://bit.ly/k8s-sig-testing-videos).
-- **prow**
- - Description: Prow is a CI/CD system based on Kubernetes. See prow.k8s.io to see it in action for the Kubernetes project
- - Owners:
- - https://raw.githubusercontent.com/kubernetes/test-infra/master/prow/OWNERS
- - Contact
- - Slack: [#prow](https://kubernetes.slack.com/messages/prow)
-- **test-infra**
- - Description: Miscellaneous tools and configuration to run the testing infrastructure for the Kubernetes project
- - Owners:
- - https://raw.githubusercontent.com/kubernetes/test-infra/master/OWNERS
-- **testing-commons**
- - Description: The Testing Commons is a subproject within the Kubernetes sig-testing community interested code structure, layout, and execution of common test code used throughout the kubernetes project
- - Owners:
- - https://raw.githubusercontent.com/kubernetes-sigs/testing_frameworks/master/OWNERS
- - https://raw.githubusercontent.com/kubernetes/kubernetes/master/test/OWNERS
- - Contact
- - Slack: [#testing-commons](https://kubernetes.slack.com/messages/testing-commons)
- - Meetings:
- - Testing Commons: [Fridays at 07:30 PT (Pacific Time)](https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit) (bi-weekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=07:30&tz=PT%20%28Pacific%20Time%29).
- - [Meeting notes and Agenda](https://docs.google.com/document/d/1TOC8vnmlkWw6HRNHoe5xSv5-qv7LelX6XK3UVCHuwb0/edit#heading=h.tnoevy5f439o).
-
-## GitHub Teams
-
-The below teams can be mentioned on issues and PRs in order to get attention from the right people.
-Note that the links to display team membership will only work if you are a member of the org.
-
-| Team Name | Details | Description |
-| --------- |:-------:| ----------- |
-| @kubernetes/sig-testing | [link](https://github.com/orgs/kubernetes/teams/sig-testing) | General Discussion |
-| @kubernetes/sig-testing-pr-reviews | [link](https://github.com/orgs/kubernetes/teams/sig-testing-pr-reviews) | PR Reviews |
-
+The following [subprojects][subproject-definition] are owned by sig-testing:
+### boskos
+Boskos is a resource manager service that handles different kinds of resources and transitions between different states. We use it on the Kubernetes project to manage pools of GCP projects for CI/CD.
+- **Owners:**
+ - https://raw.githubusercontent.com/kubernetes/test-infra/master/boskos/OWNERS
+### gopherage
+Gopherage is a tool for manipulating Go coverage files. We use it on the Kubernetes project to report on code coverage due to e2e tests
+- **Owners:**
+ - https://raw.githubusercontent.com/kubernetes/test-infra/master/gopherage/OWNERS
+### gubernator
+Gubernator is a frontend for displaying Kubernetes test results stored in GCS. See gubernator.k8s.io to see it in action for the Kubernetes project.
+- **Owners:**
+ - https://raw.githubusercontent.com/kubernetes/test-infra/master/gubernator/OWNERS
+### kind
+Kubernetes IN Docker. Run Kubernetes test clusters on your local machine using Docker containers as nodes.
+- **Owners:**
+ - https://raw.githubusercontent.com/kubernetes-sigs/kind/master/OWNERS
+- **Contact:**
+ - Slack: [#kind](https://kubernetes.slack.com/messages/kind)
+- **Meetings:**
+ - sigs.k8s.io/kind bi-weekly meeting: [Mondays at 11:00 PT (Pacific Time)](https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit) (bi-weekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=11:00&tz=PT%20%28Pacific%20Time%29).
+ - [Meeting notes and Agenda](https://docs.google.com/document/d/1b9Ppm7ZT_tMWRs5Ph1zGJJKb5nF9c3ZHzMwg1olJIrc/edit).
+ - [Meeting recordings](https://bit.ly/k8s-sig-testing-videos).
+### prow
+Prow is a CI/CD system based on Kubernetes. See prow.k8s.io to see it in action for the Kubernetes project
+- **Owners:**
+ - https://raw.githubusercontent.com/kubernetes/test-infra/master/prow/OWNERS
+- **Contact:**
+ - Slack: [#prow](https://kubernetes.slack.com/messages/prow)
+### test-infra
+Miscellaneous tools and configuration to run the testing infrastructure for the Kubernetes project
+- **Owners:**
+ - https://raw.githubusercontent.com/kubernetes/test-infra/master/OWNERS
+### testing-commons
+The Testing Commons is a subproject within the Kubernetes sig-testing community interested code structure, layout, and execution of common test code used throughout the kubernetes project
+- **Owners:**
+ - https://raw.githubusercontent.com/kubernetes-sigs/testing_frameworks/master/OWNERS
+ - https://raw.githubusercontent.com/kubernetes/kubernetes/master/test/OWNERS
+- **Contact:**
+ - Slack: [#testing-commons](https://kubernetes.slack.com/messages/testing-commons)
+- **Meetings:**
+ - Testing Commons: [Fridays at 07:30 PT (Pacific Time)](https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit) (bi-weekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=07:30&tz=PT%20%28Pacific%20Time%29).
+ - [Meeting notes and Agenda](https://docs.google.com/document/d/1TOC8vnmlkWw6HRNHoe5xSv5-qv7LelX6XK3UVCHuwb0/edit#heading=h.tnoevy5f439o).
+
+[subproject-definition]: https://github.com/kubernetes/community/blob/master/governance.md#subprojects
<!-- BEGIN CUSTOM CONTENT -->
## Presentations