summaryrefslogtreecommitdiff
path: root/sigs.yaml
diff options
context:
space:
mode:
authorAaron Crickenberger <spiffxp@google.com>2020-06-17 16:20:52 -0700
committerAaron Crickenberger <spiffxp@google.com>2020-06-25 11:51:20 -0700
commit4cdfc57b28e82d6c08a8a66e3dec51f679f99a0c (patch)
treedb567ce0d735c0aea138bcee69a0446d9e88c5a6 /sigs.yaml
parent11d0222e4902bf35b67328c19c852a0c68e27b80 (diff)
Update sig testing subprojects
Dropped gopherage and gubernator since they are inactive Added kubetest2
Diffstat (limited to 'sigs.yaml')
-rw-r--r--sigs.yaml16
1 files changed, 6 insertions, 10 deletions
diff --git a/sigs.yaml b/sigs.yaml
index 2a07bb7f..8c085834 100644
--- a/sigs.yaml
+++ b/sigs.yaml
@@ -2130,16 +2130,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.
@@ -2156,6 +2146,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