Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update SIG Testing leads and subproject leads. #8222

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions OWNERS_ALIASES
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,7 @@ aliases:
- xing-yang
sig-testing-leads:
- BenTheElder
- alvaroaleman
- aojea
- cjwagner
- jbpratt
- michelle192837
- pohly
Expand Down Expand Up @@ -203,4 +201,12 @@ aliases:
- gracenng
- katcosgrove
- xmudrii
sig-testing-subproject-leads:
- aojea
- BenTheElder
- dims
- michelle192837
- petr-muller
- rjsadow
- upodroid
## END CUSTOM CONTENT
1 change: 1 addition & 0 deletions sig-testing/OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

reviewers:
- sig-testing-leads
- sig-testing-subproject-leads
approvers:
- sig-testing-leads
labels:
Expand Down
23 changes: 21 additions & 2 deletions sig-testing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ The Technical Leads of the SIG establish new subprojects, decommission existing
subprojects, and resolve cross-subproject technical issues and decisions.

* Benjamin Elder (**[@BenTheElder](https://github.com/BenTheElder)**), Google
* Alvaro Aleman (**[@alvaroaleman](https://github.com/alvaroaleman)**), Red Hat
* Antonio Ojea (**[@aojea](https://github.com/aojea)**), Google
* Cole Wagner (**[@cjwagner](https://github.com/cjwagner)**), Google
* Patrick Ohly (**[@pohly](https://github.com/pohly)**), Intel

## Emeritus Leads

* Alvaro Aleman (**[@alvaroaleman](https://github.com/alvaroaleman)**)
* Cole Wagner (**[@cjwagner](https://github.com/cjwagner)**)
* Erick Fejta (**[@fejta](https://github.com/fejta)**)
* Aaron Crickenberger (**[@spiffxp](https://github.com/spiffxp)**)
* Steve Kuznetsov (**[@stevekuznetsov](https://github.com/stevekuznetsov)**)
Expand All @@ -65,10 +65,16 @@ The following [working groups][working-group-definition] are sponsored by sig-te
The following [subprojects][subproject-definition] are owned by sig-testing:
### Cloud Provider for KIND
Cloud provider for KIND clusters
- **Leads:**
- Benjamin Elder (**[@BenTheElder](https://github.com/BenTheElder)**), Google
- Antonio Ojea (**[@aojea](https://github.com/aojea)**), Google
- **Owners:**
- [kubernetes-sigs/cloud-provider-kind](https://github.com/kubernetes-sigs/cloud-provider-kind/blob/main/OWNERS)
### boskos
Boskos is a resource manager service that handles different kinds of resources and transitions between different states. We use it on the Kubernetes project to manage pools of GCP projects for CI/CD.
- **Leads:**
- Davanum Srinivas (**[@dims](https://github.com/dims)**), Amazon
- Mahamed Ali (**[@upodroid](https://github.com/upodroid)**), Cisco
- **Owners:**
- [kubernetes-sigs/boskos](https://github.com/kubernetes-sigs/boskos/blob/master/OWNERS)
- [kubernetes/test-infra/boskos](https://github.com/kubernetes/test-infra/blob/master/boskos/OWNERS)
Expand All @@ -78,22 +84,33 @@ An experimental e2e testing framework for Kubernetes clusters.
- [kubernetes-sigs/e2e-framework](https://github.com/kubernetes-sigs/e2e-framework/blob/main/OWNERS)
### hydrophone
Hydrophone is a lightweight Kubernetes conformance tests runner
- **Leads:**
- Davanum Srinivas (**[@dims](https://github.com/dims)**), Amazon
- Ricky Sadowski (**[@rjsadow](https://github.com/rjsadow)**), ICR Team
- **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.
- **Leads:**
- Benjamin Elder (**[@BenTheElder](https://github.com/BenTheElder)**), Google
- Antonio Ojea (**[@aojea](https://github.com/aojea)**), Google
- **Owners:**
- [kubernetes-sigs/kind](https://github.com/kubernetes-sigs/kind/blob/main/OWNERS)
- **Contact:**
- Slack: [#kind](https://kubernetes.slack.com/messages/kind)
### kubetest2
Kubetest2 is the framework for launching and running end-to-end tests on kubernetes.
It is the next significant iteration of kubetest. We will be deprecating kubetest going forward.
- **Leads:**
- Antonio Ojea (**[@aojea](https://github.com/aojea)**), Google
- Mahamed Ali (**[@upodroid](https://github.com/upodroid)**), Cisco
- **Owners:**
- [kubernetes-sigs/kubetest2](https://github.com/kubernetes-sigs/kubetest2/blob/master/OWNERS)
- [kubernetes/test-infra/kubetest](https://github.com/kubernetes/test-infra/blob/master/kubetest/OWNERS)
### prow
Prow is a CI/CD system based on Kubernetes. See prow.k8s.io to see it in action for the Kubernetes project
- **Leads:**
- Petr Muller (**[@petr-muller](https://github.com/petr-muller)**), Red Hat
- **Owners:**
- [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/blob/main/OWNERS)
- **Contact:**
Expand All @@ -109,6 +126,8 @@ Miscellaneous tools and configuration to run the testing infrastructure for the
### testgrid
Welcome to TestGrid, a highly-configurable, interactive dashboard for viewing your test results in a grid!
This hosts Kubernetes-related projects for TestGrid (currently, the new frontend). See https://github.com/GoogleCloudPlatform/testgrid for the main repository (currently, backend components).
- **Leads:**
- Michelle Shepardson (**[@michelle192837](https://github.com/michelle192837)**), Google
- **Owners:**
- [kubernetes-sigs/testgrid](https://github.com/kubernetes-sigs/testgrid/blob/main/OWNERS)
### testing-commons
Expand Down
63 changes: 57 additions & 6 deletions sigs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3092,9 +3092,11 @@ sigs:
- github: jbpratt
name: Brady Pratt
company: Red Hat
email: [email protected]
- github: michelle192837
name: Michelle Shepardson
company: Google
email: [email protected]
- github: xmcqueen
name: Brian McQueen
company: LinkedIn
Expand All @@ -3103,21 +3105,19 @@ sigs:
name: Benjamin Elder
company: Google
email: [email protected]
- github: alvaroaleman
name: Alvaro Aleman
company: Red Hat
- github: aojea
name: Antonio Ojea
company: Google
email: [email protected]
- github: cjwagner
name: Cole Wagner
company: Google
- github: pohly
name: Patrick Ohly
company: Intel
email: [email protected]
emeritus_leads:
- github: alvaroaleman
name: Alvaro Aleman
- github: cjwagner
name: Cole Wagner
- github: fejta
name: Erick Fejta
- github: spiffxp
Expand Down Expand Up @@ -3158,12 +3158,29 @@ sigs:
Cloud provider for KIND clusters
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/cloud-provider-kind/main/OWNERS
leads:
- github: BenTheElder
name: Benjamin Elder
company: Google
email: [email protected]
- github: aojea
name: Antonio Ojea
company: Google
email: [email protected]
- name: boskos
description: |
Boskos is a resource manager service that handles different kinds of resources and transitions between different states. We use it on the Kubernetes project to manage pools of GCP projects for CI/CD.
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/boskos/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/test-infra/master/boskos/OWNERS
leads:
- github: dims
name: Davanum Srinivas
company: Amazon
email: [email protected]
- github: upodroid
name: Mahamed Ali
company: Cisco
- name: e2e-framework
description: |
An experimental e2e testing framework for Kubernetes clusters.
Expand All @@ -3174,27 +3191,56 @@ sigs:
Hydrophone is a lightweight Kubernetes conformance tests runner
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/hydrophone/main/OWNERS
leads:
- github: dims
name: Davanum Srinivas
company: Amazon
email: [email protected]
- github: rjsadow
name: Ricky Sadowski
company: ICR Team
- name: kind
description: |
Kubernetes IN Docker. Run Kubernetes test clusters on your local machine using Docker containers as nodes.
contact:
slack: kind
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/kind/main/OWNERS
leads:
- github: BenTheElder
name: Benjamin Elder
company: Google
email: [email protected]
- github: aojea
name: Antonio Ojea
company: Google
email: [email protected]
- name: kubetest2
description: |
Kubetest2 is the framework for launching and running end-to-end tests on kubernetes.
It is the next significant iteration of kubetest. We will be deprecating kubetest going forward.
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/kubetest2/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/test-infra/master/kubetest/OWNERS
leads:
- github: aojea
name: Antonio Ojea
company: Google
email: [email protected]
- github: upodroid
name: Mahamed Ali
company: Cisco
- 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
contact:
slack: prow
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/prow/main/OWNERS
leads:
- github: petr-muller
name: Petr Muller
company: Red Hat
michelle192837 marked this conversation as resolved.
Show resolved Hide resolved
- name: sig-testing
description: |
Home for SIG Testing discussion and documents.
Expand All @@ -3211,6 +3257,11 @@ sigs:
This hosts Kubernetes-related projects for TestGrid (currently, the new frontend). See https://github.com/GoogleCloudPlatform/testgrid for the main repository (currently, backend components).
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/testgrid/main/OWNERS
leads:
- github: michelle192837
name: Michelle Shepardson
company: Google
email: [email protected]
- name: testing-commons
description: |
**[best-effort]** The testing-commons subproject focuses on matters of code structure, layout, and execution of kubernetes/kubernetes test code. It is currently staffed on a best-effort basis; please bring discussions to the sig-testing slack channel or meeting. For historical context, please see the [former testing-commons meeting agenda](https://docs.google.com/document/d/1TOC8vnmlkWw6HRNHoe5xSv5-qv7LelX6XK3UVCHuwb0/edit) and [archived testing-commons slack channel](https://kubernetes.slack.com/archives/C9NK9KFFW)
Expand Down