summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authork8s-ci-robot <k8s-ci-robot@users.noreply.github.com>2018-09-17 15:51:05 -0700
committerGitHub <noreply@github.com>2018-09-17 15:51:05 -0700
commitabf078c647c35a9e0b231eae504fc1522499e728 (patch)
treedde18d73e7f0c918d77383e35cb794d577dee092
parent6e4ce5dafefa9d587e6dfdb2989c1d506afbb9cc (diff)
parentf6e01771eee7e44ceee0394035ebd67d837ac4ae (diff)
Merge pull request #2681 from spiffxp/add-kind-to-sig-testing-sps
Add kind to sig-testing subprojects
-rw-r--r--sig-testing/README.md12
-rw-r--r--sigs.yaml15
2 files changed, 21 insertions, 6 deletions
diff --git a/sig-testing/README.md b/sig-testing/README.md
index dfca4325..e6a814e1 100644
--- a/sig-testing/README.md
+++ b/sig-testing/README.md
@@ -33,20 +33,26 @@ The Chairs of the SIG run operations and processes governing the SIG.
## Subprojects
The following subprojects are owned by sig-testing:
-- **test-infra**
+- **kind**
+ - Description: Kubernetes IN Docker. Run Kubernetes test clusters on your local machine using Docker containers as nodes.
+
- Owners:
- - https://raw.githubusercontent.com/kubernetes/test-infra/master/OWNERS
+ - https://raw.githubusercontent.com/kubernetes-sigs/kind/master/OWNERS
- **repo-publishing**
- Owners:
- https://raw.githubusercontent.com/kubernetes/publishing-bot/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.
+ - 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
- Meetings:
- Testing Commons: [Wednesdays 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).
+- **test-infra**
+ - Owners:
+ - https://raw.githubusercontent.com/kubernetes/test-infra/master/OWNERS
## GitHub Teams
diff --git a/sigs.yaml b/sigs.yaml
index 0b85feb3..b63352ef 100644
--- a/sigs.yaml
+++ b/sigs.yaml
@@ -1698,14 +1698,20 @@ sigs:
- name: sig-testing-pr-reviews
description: PR Reviews
subprojects:
- - name: test-infra
+ - name: kind
+ description: >
+ Kubernetes IN Docker. Run Kubernetes test clusters on your local
+ machine using Docker containers as nodes.
owners:
- - https://raw.githubusercontent.com/kubernetes/test-infra/master/OWNERS
+ - https://raw.githubusercontent.com/kubernetes-sigs/kind/master/OWNERS
- name: repo-publishing
owners:
- https://raw.githubusercontent.com/kubernetes/publishing-bot/master/OWNERS
- name: 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."
+ 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
@@ -1717,6 +1723,9 @@ sigs:
frequency: bi-weekly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/document/d/1TOC8vnmlkWw6HRNHoe5xSv5-qv7LelX6XK3UVCHuwb0/edit#heading=h.tnoevy5f439o
+ - name: test-infra
+ owners:
+ - https://raw.githubusercontent.com/kubernetes/test-infra/master/OWNERS
- name: UI
dir: sig-ui
mission_statement: >