Merge pull request #8222 from michelle192837/owners

Update SIG Testing leads and subproject leads.
This commit is contained in:
Kubernetes Prow Robot 2025-02-09 05:27:56 -08:00 committed by GitHub
commit e22cc42fba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 88 additions and 10 deletions

View File

@ -105,9 +105,7 @@ aliases:
- xing-yang - xing-yang
sig-testing-leads: sig-testing-leads:
- BenTheElder - BenTheElder
- alvaroaleman
- aojea - aojea
- cjwagner
- jbpratt - jbpratt
- michelle192837 - michelle192837
- pohly - pohly
@ -204,4 +202,12 @@ aliases:
- gracenng - gracenng
- katcosgrove - katcosgrove
- xmudrii - xmudrii
sig-testing-subproject-leads:
- aojea
- BenTheElder
- dims
- michelle192837
- petr-muller
- rjsadow
- upodroid
## END CUSTOM CONTENT ## END CUSTOM CONTENT

View File

@ -2,6 +2,7 @@
reviewers: reviewers:
- sig-testing-leads - sig-testing-leads
- sig-testing-subproject-leads
approvers: approvers:
- sig-testing-leads - sig-testing-leads
labels: labels:

View File

@ -33,13 +33,13 @@ The Technical Leads of the SIG establish new subprojects, decommission existing
subprojects, and resolve cross-subproject technical issues and decisions. subprojects, and resolve cross-subproject technical issues and decisions.
* Benjamin Elder (**[@BenTheElder](https://github.com/BenTheElder)**), Google * 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 * Antonio Ojea (**[@aojea](https://github.com/aojea)**), Google
* Cole Wagner (**[@cjwagner](https://github.com/cjwagner)**), Google
* Patrick Ohly (**[@pohly](https://github.com/pohly)**), Intel * Patrick Ohly (**[@pohly](https://github.com/pohly)**), Intel
## Emeritus Leads ## Emeritus Leads
* Alvaro Aleman (**[@alvaroaleman](https://github.com/alvaroaleman)**)
* Cole Wagner (**[@cjwagner](https://github.com/cjwagner)**)
* Erick Fejta (**[@fejta](https://github.com/fejta)**) * Erick Fejta (**[@fejta](https://github.com/fejta)**)
* Aaron Crickenberger (**[@spiffxp](https://github.com/spiffxp)**) * Aaron Crickenberger (**[@spiffxp](https://github.com/spiffxp)**)
* Steve Kuznetsov (**[@stevekuznetsov](https://github.com/stevekuznetsov)**) * Steve Kuznetsov (**[@stevekuznetsov](https://github.com/stevekuznetsov)**)
@ -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: The following [subprojects][subproject-definition] are owned by sig-testing:
### Cloud Provider for KIND ### Cloud Provider for KIND
Cloud provider for KIND clusters Cloud provider for KIND clusters
- **Leads:**
- Benjamin Elder (**[@BenTheElder](https://github.com/BenTheElder)**), Google
- Antonio Ojea (**[@aojea](https://github.com/aojea)**), Google
- **Owners:** - **Owners:**
- [kubernetes-sigs/cloud-provider-kind](https://github.com/kubernetes-sigs/cloud-provider-kind/blob/main/OWNERS) - [kubernetes-sigs/cloud-provider-kind](https://github.com/kubernetes-sigs/cloud-provider-kind/blob/main/OWNERS)
### boskos ### 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. 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:** - **Owners:**
- [kubernetes-sigs/boskos](https://github.com/kubernetes-sigs/boskos/blob/master/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) - [kubernetes/test-infra/boskos](https://github.com/kubernetes/test-infra/blob/master/boskos/OWNERS)
@ -78,10 +84,16 @@ An experimental e2e testing framework for Kubernetes clusters.
- [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
Hydrophone is a lightweight Kubernetes conformance tests runner 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:** - **Owners:**
- [kubernetes-sigs/hydrophone](https://github.com/kubernetes-sigs/hydrophone/blob/main/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.
- **Leads:**
- Benjamin Elder (**[@BenTheElder](https://github.com/BenTheElder)**), Google
- Antonio Ojea (**[@aojea](https://github.com/aojea)**), Google
- **Owners:** - **Owners:**
- [kubernetes-sigs/kind](https://github.com/kubernetes-sigs/kind/blob/main/OWNERS) - [kubernetes-sigs/kind](https://github.com/kubernetes-sigs/kind/blob/main/OWNERS)
- **Contact:** - **Contact:**
@ -89,11 +101,16 @@ Kubernetes IN Docker. Run Kubernetes test clusters on your local machine using D
### kubetest2 ### kubetest2
Kubetest2 is the framework for launching and running end-to-end tests on kubernetes. 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. 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:** - **Owners:**
- [kubernetes-sigs/kubetest2](https://github.com/kubernetes-sigs/kubetest2/blob/master/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) - [kubernetes/test-infra/kubetest](https://github.com/kubernetes/test-infra/blob/master/kubetest/OWNERS)
### prow ### prow
Prow is a CI/CD system based on Kubernetes. See prow.k8s.io to see it in action for the Kubernetes project 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:** - **Owners:**
- [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/blob/main/OWNERS) - [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/blob/main/OWNERS)
- **Contact:** - **Contact:**
@ -109,6 +126,8 @@ Miscellaneous tools and configuration to run the testing infrastructure for the
### testgrid ### testgrid
Welcome to TestGrid, a highly-configurable, interactive dashboard for viewing your test results in a grid! 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). 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:** - **Owners:**
- [kubernetes-sigs/testgrid](https://github.com/kubernetes-sigs/testgrid/blob/main/OWNERS) - [kubernetes-sigs/testgrid](https://github.com/kubernetes-sigs/testgrid/blob/main/OWNERS)
### testing-commons ### testing-commons

View File

@ -3119,9 +3119,11 @@ sigs:
- github: jbpratt - github: jbpratt
name: Brady Pratt name: Brady Pratt
company: Red Hat company: Red Hat
email: bpratt@redhat.com
- github: michelle192837 - github: michelle192837
name: Michelle Shepardson name: Michelle Shepardson
company: Google company: Google
email: amerai@google.com
- github: xmcqueen - github: xmcqueen
name: Brian McQueen name: Brian McQueen
company: LinkedIn company: LinkedIn
@ -3130,21 +3132,19 @@ sigs:
name: Benjamin Elder name: Benjamin Elder
company: Google company: Google
email: bentheelder@google.com email: bentheelder@google.com
- github: alvaroaleman
name: Alvaro Aleman
company: Red Hat
- github: aojea - github: aojea
name: Antonio Ojea name: Antonio Ojea
company: Google company: Google
email: aojea@google.com email: aojea@google.com
- github: cjwagner
name: Cole Wagner
company: Google
- github: pohly - github: pohly
name: Patrick Ohly name: Patrick Ohly
company: Intel company: Intel
email: patrick.ohly@intel.com email: patrick.ohly@intel.com
emeritus_leads: emeritus_leads:
- github: alvaroaleman
name: Alvaro Aleman
- github: cjwagner
name: Cole Wagner
- github: fejta - github: fejta
name: Erick Fejta name: Erick Fejta
- github: spiffxp - github: spiffxp
@ -3185,12 +3185,29 @@ sigs:
Cloud provider for KIND clusters Cloud provider for KIND clusters
owners: owners:
- https://raw.githubusercontent.com/kubernetes-sigs/cloud-provider-kind/main/OWNERS - https://raw.githubusercontent.com/kubernetes-sigs/cloud-provider-kind/main/OWNERS
leads:
- github: BenTheElder
name: Benjamin Elder
company: Google
email: bentheelder@google.com
- github: aojea
name: Antonio Ojea
company: Google
email: aojea@google.com
- name: boskos - name: boskos
description: | 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. 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: owners:
- https://raw.githubusercontent.com/kubernetes-sigs/boskos/master/OWNERS - https://raw.githubusercontent.com/kubernetes-sigs/boskos/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/test-infra/master/boskos/OWNERS - https://raw.githubusercontent.com/kubernetes/test-infra/master/boskos/OWNERS
leads:
- github: dims
name: Davanum Srinivas
company: Amazon
email: davanum@gmail.com
- github: upodroid
name: Mahamed Ali
company: Cisco
- name: e2e-framework - name: e2e-framework
description: | description: |
An experimental e2e testing framework for Kubernetes clusters. An experimental e2e testing framework for Kubernetes clusters.
@ -3201,6 +3218,14 @@ sigs:
Hydrophone is a lightweight Kubernetes conformance tests runner Hydrophone is a lightweight Kubernetes conformance tests runner
owners: owners:
- https://raw.githubusercontent.com/kubernetes-sigs/hydrophone/main/OWNERS - https://raw.githubusercontent.com/kubernetes-sigs/hydrophone/main/OWNERS
leads:
- github: dims
name: Davanum Srinivas
company: Amazon
email: davanum@gmail.com
- github: rjsadow
name: Ricky Sadowski
company: ICR Team
- 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.
@ -3208,6 +3233,15 @@ sigs:
slack: kind slack: kind
owners: owners:
- https://raw.githubusercontent.com/kubernetes-sigs/kind/main/OWNERS - https://raw.githubusercontent.com/kubernetes-sigs/kind/main/OWNERS
leads:
- github: BenTheElder
name: Benjamin Elder
company: Google
email: bentheelder@google.com
- github: aojea
name: Antonio Ojea
company: Google
email: aojea@google.com
- name: kubetest2 - name: kubetest2
description: | description: |
Kubetest2 is the framework for launching and running end-to-end tests on kubernetes. Kubetest2 is the framework for launching and running end-to-end tests on kubernetes.
@ -3215,6 +3249,14 @@ sigs:
owners: owners:
- https://raw.githubusercontent.com/kubernetes-sigs/kubetest2/master/OWNERS - https://raw.githubusercontent.com/kubernetes-sigs/kubetest2/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/test-infra/master/kubetest/OWNERS - https://raw.githubusercontent.com/kubernetes/test-infra/master/kubetest/OWNERS
leads:
- github: aojea
name: Antonio Ojea
company: Google
email: aojea@google.com
- github: upodroid
name: Mahamed Ali
company: Cisco
- name: prow - name: prow
description: | description: |
Prow is a CI/CD system based on Kubernetes. See prow.k8s.io to see it in action for the Kubernetes project Prow is a CI/CD system based on Kubernetes. See prow.k8s.io to see it in action for the Kubernetes project
@ -3222,6 +3264,11 @@ sigs:
slack: prow slack: prow
owners: owners:
- https://raw.githubusercontent.com/kubernetes-sigs/prow/main/OWNERS - https://raw.githubusercontent.com/kubernetes-sigs/prow/main/OWNERS
leads:
- github: petr-muller
name: Petr Muller
company: Red Hat
email: muller@redhat.com
- name: sig-testing - name: sig-testing
description: | description: |
Home for SIG Testing discussion and documents. Home for SIG Testing discussion and documents.
@ -3238,6 +3285,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). 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: owners:
- https://raw.githubusercontent.com/kubernetes-sigs/testgrid/main/OWNERS - https://raw.githubusercontent.com/kubernetes-sigs/testgrid/main/OWNERS
leads:
- github: michelle192837
name: Michelle Shepardson
company: Google
email: amerai@google.com
- name: testing-commons - name: testing-commons
description: | 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) **[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)