diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2020-06-25 18:45:31 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-25 18:45:31 -0700 |
| commit | f37f2034d2b36cb7ba2abd21c2a9f8df5c5ef606 (patch) | |
| tree | 7e5fa6963c72362d106f8a71dd2bd4baa809b84f | |
| parent | 633fa071f224a862843a4a39901afde11c94cae7 (diff) | |
| parent | 4cdfc57b28e82d6c08a8a66e3dec51f679f99a0c (diff) | |
Merge pull request #4869 from spiffxp/update-sig-testing
Update sig testing subprojects
| -rw-r--r-- | sig-testing/README.md | 13 | ||||
| -rw-r--r-- | sigs.yaml | 16 |
2 files changed, 11 insertions, 18 deletions
diff --git a/sig-testing/README.md b/sig-testing/README.md index cac9bf04..ffaaec5f 100644 --- a/sig-testing/README.md +++ b/sig-testing/README.md @@ -47,14 +47,6 @@ Boskos is a resource manager service that handles different kinds of resources a - **Owners:** - https://raw.githubusercontent.com/kubernetes-sigs/boskos/master/OWNERS - https://raw.githubusercontent.com/kubernetes/test-infra/master/boskos/OWNERS -### gopherage -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 -- **Owners:** - - https://raw.githubusercontent.com/kubernetes/test-infra/master/gopherage/OWNERS -### gubernator -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. -- **Owners:** - - https://raw.githubusercontent.com/kubernetes/test-infra/master/gubernator/OWNERS ### kind Kubernetes IN Docker. Run Kubernetes test clusters on your local machine using Docker containers as nodes. - **Owners:** @@ -65,6 +57,11 @@ Kubernetes IN Docker. Run Kubernetes test clusters on your local machine using D - 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). - [Meeting notes and Agenda](https://docs.google.com/document/d/1b9Ppm7ZT_tMWRs5Ph1zGJJKb5nF9c3ZHzMwg1olJIrc/edit). - [Meeting recordings](https://bit.ly/k8s-sig-testing-videos). +### kubetest2 +Kubetest2 is the next significant iteration of kubetest. We will be deprecating kubetest going forward +- **Owners:** + - https://raw.githubusercontent.com/kubernetes/test-infra/master/kubetest/OWNERS + - https://raw.githubusercontent.com/kubernetes/test-infra/master/kubetest2/OWNERS ### prow Prow is a CI/CD system based on Kubernetes. See prow.k8s.io to see it in action for the Kubernetes project - **Owners:** @@ -2138,16 +2138,6 @@ sigs: owners: - https://raw.githubusercontent.com/kubernetes-sigs/boskos/master/OWNERS - https://raw.githubusercontent.com/kubernetes/test-infra/master/boskos/OWNERS - - name: gopherage - description: | - 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 - owners: - - https://raw.githubusercontent.com/kubernetes/test-infra/master/gopherage/OWNERS - - name: gubernator - description: | - 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. - owners: - - https://raw.githubusercontent.com/kubernetes/test-infra/master/gubernator/OWNERS - name: kind description: | Kubernetes IN Docker. Run Kubernetes test clusters on your local machine using Docker containers as nodes. @@ -2164,6 +2154,12 @@ sigs: url: https://zoom.us/j/960461819 archive_url: https://docs.google.com/document/d/1b9Ppm7ZT_tMWRs5Ph1zGJJKb5nF9c3ZHzMwg1olJIrc/edit recordings_url: https://bit.ly/k8s-sig-testing-videos + - name: kubetest2 + description: | + Kubetest2 is the next significant iteration of kubetest. We will be deprecating kubetest going forward + owners: + - https://raw.githubusercontent.com/kubernetes/test-infra/master/kubetest/OWNERS + - https://raw.githubusercontent.com/kubernetes/test-infra/master/kubetest2/OWNERS - name: prow description: | Prow is a CI/CD system based on Kubernetes. See prow.k8s.io to see it in action for the Kubernetes project |
