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 @@ -2130,16 +2130,6 @@ sigs:
2130
2130
owners :
2131
2131
- https://raw.githubusercontent.com/kubernetes-sigs/boskos/master/OWNERS
2132
2132
- 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
2143
2133
- name : kind
2144
2134
description : |
2145
2135
Kubernetes IN Docker. Run Kubernetes test clusters on your local machine using Docker containers as nodes.
@@ -2156,6 +2146,12 @@ sigs:
2156
2146
url : https://zoom.us/j/960461819
2157
2147
archive_url : https://docs.google.com/document/d/1b9Ppm7ZT_tMWRs5Ph1zGJJKb5nF9c3ZHzMwg1olJIrc/edit
2158
2148
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
2159
2155
- name : prow
2160
2156
description : |
2161
2157
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