Skip to content

Commit f37f203

Browse files
authored
Merge pull request #4869 from spiffxp/update-sig-testing
Update sig testing subprojects
2 parents 633fa07 + 4cdfc57 commit f37f203

File tree

2 files changed

+11
-18
lines changed

2 files changed

+11
-18
lines changed

sig-testing/README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,6 @@ Boskos is a resource manager service that handles different kinds of resources a
4747
- **Owners:**
4848
- https://raw.githubusercontent.com/kubernetes-sigs/boskos/master/OWNERS
4949
- https://raw.githubusercontent.com/kubernetes/test-infra/master/boskos/OWNERS
50-
### gopherage
51-
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
52-
- **Owners:**
53-
- https://raw.githubusercontent.com/kubernetes/test-infra/master/gopherage/OWNERS
54-
### gubernator
55-
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.
56-
- **Owners:**
57-
- https://raw.githubusercontent.com/kubernetes/test-infra/master/gubernator/OWNERS
5850
### kind
5951
Kubernetes IN Docker. Run Kubernetes test clusters on your local machine using Docker containers as nodes.
6052
- **Owners:**
@@ -65,6 +57,11 @@ Kubernetes IN Docker. Run Kubernetes test clusters on your local machine using D
6557
- sigs.k8s.io/kind bi-weekly meeting: [Mondays at 11:00 PT (Pacific Time)](https://zoom.us/j/960461819) (bi-weekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=11:00&tz=PT%20%28Pacific%20Time%29).
6658
- [Meeting notes and Agenda](https://docs.google.com/document/d/1b9Ppm7ZT_tMWRs5Ph1zGJJKb5nF9c3ZHzMwg1olJIrc/edit).
6759
- [Meeting recordings](https://bit.ly/k8s-sig-testing-videos).
60+
### kubetest2
61+
Kubetest2 is the next significant iteration of kubetest. We will be deprecating kubetest going forward
62+
- **Owners:**
63+
- https://raw.githubusercontent.com/kubernetes/test-infra/master/kubetest/OWNERS
64+
- https://raw.githubusercontent.com/kubernetes/test-infra/master/kubetest2/OWNERS
6865
### prow
6966
Prow is a CI/CD system based on Kubernetes. See prow.k8s.io to see it in action for the Kubernetes project
7067
- **Owners:**

sigs.yaml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2138,16 +2138,6 @@ sigs:
21382138
owners:
21392139
- https://raw.githubusercontent.com/kubernetes-sigs/boskos/master/OWNERS
21402140
- https://raw.githubusercontent.com/kubernetes/test-infra/master/boskos/OWNERS
2141-
- name: gopherage
2142-
description: |
2143-
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
2144-
owners:
2145-
- https://raw.githubusercontent.com/kubernetes/test-infra/master/gopherage/OWNERS
2146-
- name: gubernator
2147-
description: |
2148-
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.
2149-
owners:
2150-
- https://raw.githubusercontent.com/kubernetes/test-infra/master/gubernator/OWNERS
21512141
- name: kind
21522142
description: |
21532143
Kubernetes IN Docker. Run Kubernetes test clusters on your local machine using Docker containers as nodes.
@@ -2164,6 +2154,12 @@ sigs:
21642154
url: https://zoom.us/j/960461819
21652155
archive_url: https://docs.google.com/document/d/1b9Ppm7ZT_tMWRs5Ph1zGJJKb5nF9c3ZHzMwg1olJIrc/edit
21662156
recordings_url: https://bit.ly/k8s-sig-testing-videos
2157+
- name: kubetest2
2158+
description: |
2159+
Kubetest2 is the next significant iteration of kubetest. We will be deprecating kubetest going forward
2160+
owners:
2161+
- https://raw.githubusercontent.com/kubernetes/test-infra/master/kubetest/OWNERS
2162+
- https://raw.githubusercontent.com/kubernetes/test-infra/master/kubetest2/OWNERS
21672163
- name: prow
21682164
description: |
21692165
Prow is a CI/CD system based on Kubernetes. See prow.k8s.io to see it in action for the Kubernetes project

0 commit comments

Comments
 (0)