Merge pull request #7676 from MadhavJivrajani/add-hydrophone-repo

sig-testing: add hydrophone repo
This commit is contained in:
Kubernetes Prow Robot 2024-01-10 17:16:01 +01:00 committed by GitHub
commit eaa365635a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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. An experimental e2e testing framework for Kubernetes clusters.
- **Owners:** - **Owners:**
- [kubernetes-sigs/e2e-framework](https://github.com/kubernetes-sigs/e2e-framework/blob/main/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 ### kind
Kubernetes IN Docker. Run Kubernetes test clusters on your local machine using Docker containers as nodes. Kubernetes IN Docker. Run Kubernetes test clusters on your local machine using Docker containers as nodes.
- **Owners:** - **Owners:**

View File

@ -2989,6 +2989,11 @@ sigs:
An experimental e2e testing framework for Kubernetes clusters. An experimental e2e testing framework for Kubernetes clusters.
owners: owners:
- https://raw.githubusercontent.com/kubernetes-sigs/e2e-framework/main/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 - name: kind
description: | description: |
Kubernetes IN Docker. Run Kubernetes test clusters on your local machine using Docker containers as nodes. Kubernetes IN Docker. Run Kubernetes test clusters on your local machine using Docker containers as nodes.