diff options
| author | Aaron Crickenberger <spiffxp@gmail.com> | 2018-01-10 12:49:04 -0800 |
|---|---|---|
| committer | Aaron Crickenberger <spiffxp@gmail.com> | 2018-02-07 16:11:54 -0700 |
| commit | 170a99a651b57791156cf62d61a013bc51ebc661 (patch) | |
| tree | e20b77ed41ce877a350197544fb44faa81519d08 /sig-testing | |
| parent | ee9d051a206064f82eaf0210fc4497ebdb6714e2 (diff) | |
Add strawman implementation of subprojects
A subproject is a one-to-many mapping of a name to a list of
OWNERS urls. This allows for a subproject to be a single repo (eg:
helm), or a subproject to be a list of multiple subdirectories across
one or more repos (eg: workloads api)
SIG meetings dedicated to a single subproject moved down to subproject
meetings
Diffstat (limited to 'sig-testing')
| -rw-r--r-- | sig-testing/README.md | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/sig-testing/README.md b/sig-testing/README.md index d4e656fb..c88ca67a 100644 --- a/sig-testing/README.md +++ b/sig-testing/README.md @@ -14,8 +14,6 @@ Interested in how we can most effectively test Kubernetes. We're interested spec * Regular SIG Meeting: [Tuesdays at 13:00 PT (Pacific Time)](https://zoom.us/my/k8s.sig.testing) (weekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=13:00&tz=PT%20%28Pacific%20Time%29). * [Meeting notes and Agenda](https://bit.ly/k8s-sig-testing-notes). * [Meeting recordings](https://bit.ly/k8s-sig-testing-videos). -* Testing Commons: [Wednesdays at 07:30 PT (Pacific Time)](https://zoom.us/my/k8s.sig.testing) (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). ## Leads * Aaron Crickenberger (**[@spiffxp](https://github.com/spiffxp)**), Samsung SDS @@ -28,6 +26,21 @@ Interested in how we can most effectively test Kubernetes. We're interested spec * [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-testing) * [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/sig%2Ftesting) +## Subprojects + +The following subprojects are owned by this SIG: +- **test-infra** + - 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-sig-testing/frameworks/master/OWNERS + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/test/OWNERS + - Meetings: + - Testing Commons: [Wednesdays at 07:30 PT (Pacific Time)](https://zoom.us/my/k8s.sig.testing) (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. |
