sig-testing: add hydrophone repo

Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com>
This commit is contained in:
Madhav Jivrajani 2024-01-10 20:48:19 +05:30
parent 95f3f41ffd
commit ce1d2e0460
2 changed files with 9 additions and 0 deletions

View File

@ -75,6 +75,10 @@ Boskos is a resource manager service that handles different kinds of resources a
An experimental e2e testing framework for Kubernetes clusters.
- **Owners:**
- [kubernetes-sigs/e2e-framework](https://github.com/kubernetes-sigs/e2e-framework/blob/main/OWNERS)
### hydrophone
Hydrophone is a lightweight Kubernetes conformance tests runner
- **Owners:**
- [kubernetes-sigs/hydrophone](https://github.com/kubernetes-sigs/hydrophone/blob/main/OWNERS)
### kind
Kubernetes IN Docker. Run Kubernetes test clusters on your local machine using Docker containers as nodes.
- **Owners:**

View File

@ -2989,6 +2989,11 @@ sigs:
An experimental e2e testing framework for Kubernetes clusters.
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/e2e-framework/main/OWNERS
- name: hydrophone
description: |
Hydrophone is a lightweight Kubernetes conformance tests runner
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/hydrophone/main/OWNERS
- name: kind
description: |
Kubernetes IN Docker. Run Kubernetes test clusters on your local machine using Docker containers as nodes.