File tree Expand file tree Collapse file tree 2 files changed +11
-18
lines changed Expand file tree Collapse file tree 2 files changed +11
-18
lines changed Original file line number Diff line number Diff line change @@ -47,14 +47,6 @@ Boskos is a resource manager service that handles different kinds of resources a
47
47
- ** Owners:**
48
48
- https://raw.githubusercontent.com/kubernetes-sigs/boskos/master/OWNERS
49
49
- 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
58
50
### kind
59
51
Kubernetes IN Docker. Run Kubernetes test clusters on your local machine using Docker containers as nodes.
60
52
- ** Owners:**
@@ -65,6 +57,11 @@ Kubernetes IN Docker. Run Kubernetes test clusters on your local machine using D
65
57
- 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 ) .
66
58
- [ Meeting notes and Agenda] ( https://docs.google.com/document/d/1b9Ppm7ZT_tMWRs5Ph1zGJJKb5nF9c3ZHzMwg1olJIrc/edit ) .
67
59
- [ 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
68
65
### prow
69
66
Prow is a CI/CD system based on Kubernetes. See prow.k8s.io to see it in action for the Kubernetes project
70
67
- ** Owners:**
Original file line number Diff line number Diff line change @@ -2138,16 +2138,6 @@ sigs:
2138
2138
owners :
2139
2139
- https://raw.githubusercontent.com/kubernetes-sigs/boskos/master/OWNERS
2140
2140
- 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
2151
2141
- name : kind
2152
2142
description : |
2153
2143
Kubernetes IN Docker. Run Kubernetes test clusters on your local machine using Docker containers as nodes.
@@ -2164,6 +2154,12 @@ sigs:
2164
2154
url : https://zoom.us/j/960461819
2165
2155
archive_url : https://docs.google.com/document/d/1b9Ppm7ZT_tMWRs5Ph1zGJJKb5nF9c3ZHzMwg1olJIrc/edit
2166
2156
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
2167
2163
- name : prow
2168
2164
description : |
2169
2165
Prow is a CI/CD system based on Kubernetes. See prow.k8s.io to see it in action for the Kubernetes project
You can’t perform that action at this time.
0 commit comments