Skip to content

Commit 4cdfc57

Browse files
committed
Update sig testing subprojects
Dropped gopherage and gubernator since they are inactive Added kubetest2
1 parent 11d0222 commit 4cdfc57

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
@@ -2130,16 +2130,6 @@ sigs:
21302130
owners:
21312131
- https://raw.githubusercontent.com/kubernetes-sigs/boskos/master/OWNERS
21322132
- https://raw.githubusercontent.com/kubernetes/test-infra/master/boskos/OWNERS
2133-
- name: gopherage
2134-
description: |
2135-
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
2136-
owners:
2137-
- https://raw.githubusercontent.com/kubernetes/test-infra/master/gopherage/OWNERS
2138-
- name: gubernator
2139-
description: |
2140-
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.
2141-
owners:
2142-
- https://raw.githubusercontent.com/kubernetes/test-infra/master/gubernator/OWNERS
21432133
- name: kind
21442134
description: |
21452135
Kubernetes IN Docker. Run Kubernetes test clusters on your local machine using Docker containers as nodes.
@@ -2156,6 +2146,12 @@ sigs:
21562146
url: https://zoom.us/j/960461819
21572147
archive_url: https://docs.google.com/document/d/1b9Ppm7ZT_tMWRs5Ph1zGJJKb5nF9c3ZHzMwg1olJIrc/edit
21582148
recordings_url: https://bit.ly/k8s-sig-testing-videos
2149+
- name: kubetest2
2150+
description: |
2151+
Kubetest2 is the next significant iteration of kubetest. We will be deprecating kubetest going forward
2152+
owners:
2153+
- https://raw.githubusercontent.com/kubernetes/test-infra/master/kubetest/OWNERS
2154+
- https://raw.githubusercontent.com/kubernetes/test-infra/master/kubetest2/OWNERS
21592155
- name: prow
21602156
description: |
21612157
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)