Skip to content

Commit 5c31bdd

Browse files
Update SIG Testing leads and subproject leads.
- Move Cole and Alvaro to emeritus (thanks again!) - Add new subproject leads (as detailed in the announce email to kubernetes-sig-testing in September) - Add subproject leads to SIG Testing reviewers. (Saw that SIG Release has a similar setup and given the number of folks we have as subproject leads, it seemed reasonable to follow suit. If someone has a better recommendation, lemme know!)
1 parent 31a7798 commit 5c31bdd

File tree

4 files changed

+87
-10
lines changed

4 files changed

+87
-10
lines changed

OWNERS_ALIASES

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,7 @@ aliases:
104104
- xing-yang
105105
sig-testing-leads:
106106
- BenTheElder
107-
- alvaroaleman
108107
- aojea
109-
- cjwagner
110108
- jbpratt
111109
- michelle192837
112110
- pohly
@@ -203,4 +201,12 @@ aliases:
203201
- gracenng
204202
- katcosgrove
205203
- xmudrii
204+
sig-testing-subproject-leads:
205+
- aojea
206+
- BenTheElder
207+
- dims
208+
- michelle192837
209+
- petr-muller
210+
- rjsadow
211+
- upodroid
206212
## END CUSTOM CONTENT

sig-testing/OWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
reviewers:
44
- sig-testing-leads
5+
- sig-testing-subproject-leads
56
approvers:
67
- sig-testing-leads
78
labels:

sig-testing/README.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ The Technical Leads of the SIG establish new subprojects, decommission existing
3333
subprojects, and resolve cross-subproject technical issues and decisions.
3434

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

4139
## Emeritus Leads
4240

41+
* Alvaro Aleman (**[@alvaroaleman](https://github.com/alvaroaleman)**)
42+
* Cole Wagner (**[@cjwagner](https://github.com/cjwagner)**)
4343
* Erick Fejta (**[@fejta](https://github.com/fejta)**)
4444
* Aaron Crickenberger (**[@spiffxp](https://github.com/spiffxp)**)
4545
* Steve Kuznetsov (**[@stevekuznetsov](https://github.com/stevekuznetsov)**)
@@ -65,10 +65,16 @@ The following [working groups][working-group-definition] are sponsored by sig-te
6565
The following [subprojects][subproject-definition] are owned by sig-testing:
6666
### Cloud Provider for KIND
6767
Cloud provider for KIND clusters
68+
- **Leads:**
69+
- Benjamin Elder (**[@BenTheElder](https://github.com/BenTheElder)**), Google
70+
- Antonio Ojea (**[@aojea](https://github.com/aojea)**), Google
6871
- **Owners:**
6972
- [kubernetes-sigs/cloud-provider-kind](https://github.com/kubernetes-sigs/cloud-provider-kind/blob/main/OWNERS)
7073
### boskos
7174
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.
75+
- **Leads:**
76+
- Davanum Srinivas (**[@dims](https://github.com/dims)**), Amazon
77+
- Mahamed Ali (**[@upodroid](https://github.com/upodroid)**), Cisco
7278
- **Owners:**
7379
- [kubernetes-sigs/boskos](https://github.com/kubernetes-sigs/boskos/blob/master/OWNERS)
7480
- [kubernetes/test-infra/boskos](https://github.com/kubernetes/test-infra/blob/master/boskos/OWNERS)
@@ -78,22 +84,33 @@ An experimental e2e testing framework for Kubernetes clusters.
7884
- [kubernetes-sigs/e2e-framework](https://github.com/kubernetes-sigs/e2e-framework/blob/main/OWNERS)
7985
### hydrophone
8086
Hydrophone is a lightweight Kubernetes conformance tests runner
87+
- **Leads:**
88+
- Davanum Srinivas (**[@dims](https://github.com/dims)**), Amazon
89+
- Ricky Sadowski (**[@rjsadow](https://github.com/rjsadow)**), ICR Team
8190
- **Owners:**
8291
- [kubernetes-sigs/hydrophone](https://github.com/kubernetes-sigs/hydrophone/blob/main/OWNERS)
8392
### kind
8493
Kubernetes IN Docker. Run Kubernetes test clusters on your local machine using Docker containers as nodes.
94+
- **Leads:**
95+
- Benjamin Elder (**[@BenTheElder](https://github.com/BenTheElder)**), Google
96+
- Antonio Ojea (**[@aojea](https://github.com/aojea)**), Google
8597
- **Owners:**
8698
- [kubernetes-sigs/kind](https://github.com/kubernetes-sigs/kind/blob/main/OWNERS)
8799
- **Contact:**
88100
- Slack: [#kind](https://kubernetes.slack.com/messages/kind)
89101
### kubetest2
90102
Kubetest2 is the framework for launching and running end-to-end tests on kubernetes.
91103
It is the next significant iteration of kubetest. We will be deprecating kubetest going forward.
104+
- **Leads:**
105+
- Antonio Ojea (**[@aojea](https://github.com/aojea)**), Google
106+
- Mahamed Ali (**[@upodroid](https://github.com/upodroid)**), Cisco
92107
- **Owners:**
93108
- [kubernetes-sigs/kubetest2](https://github.com/kubernetes-sigs/kubetest2/blob/master/OWNERS)
94109
- [kubernetes/test-infra/kubetest](https://github.com/kubernetes/test-infra/blob/master/kubetest/OWNERS)
95110
### prow
96111
Prow is a CI/CD system based on Kubernetes. See prow.k8s.io to see it in action for the Kubernetes project
112+
- **Leads:**
113+
- Petr Muller (**[@petr-muller](https://github.com/petr-muller)**), Red Hat
97114
- **Owners:**
98115
- [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/blob/main/OWNERS)
99116
- **Contact:**
@@ -109,6 +126,8 @@ Miscellaneous tools and configuration to run the testing infrastructure for the
109126
### testgrid
110127
Welcome to TestGrid, a highly-configurable, interactive dashboard for viewing your test results in a grid!
111128
This hosts Kubernetes-related projects for TestGrid (currently, the new frontend). See https://github.com/GoogleCloudPlatform/testgrid for the main repository (currently, backend components).
129+
- **Leads:**
130+
- Michelle Shepardson (**[@michelle192837](https://github.com/michelle192837)**), Google
112131
- **Owners:**
113132
- [kubernetes-sigs/testgrid](https://github.com/kubernetes-sigs/testgrid/blob/main/OWNERS)
114133
### testing-commons

sigs.yaml

Lines changed: 57 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3092,9 +3092,11 @@ sigs:
30923092
- github: jbpratt
30933093
name: Brady Pratt
30943094
company: Red Hat
3095+
30953096
- github: michelle192837
30963097
name: Michelle Shepardson
30973098
company: Google
3099+
30983100
- github: xmcqueen
30993101
name: Brian McQueen
31003102
company: LinkedIn
@@ -3103,21 +3105,19 @@ sigs:
31033105
name: Benjamin Elder
31043106
company: Google
31053107
3106-
- github: alvaroaleman
3107-
name: Alvaro Aleman
3108-
company: Red Hat
31093108
- github: aojea
31103109
name: Antonio Ojea
31113110
company: Google
31123111
3113-
- github: cjwagner
3114-
name: Cole Wagner
3115-
company: Google
31163112
- github: pohly
31173113
name: Patrick Ohly
31183114
company: Intel
31193115
31203116
emeritus_leads:
3117+
- github: alvaroaleman
3118+
name: Alvaro Aleman
3119+
- github: cjwagner
3120+
name: Cole Wagner
31213121
- github: fejta
31223122
name: Erick Fejta
31233123
- github: spiffxp
@@ -3158,12 +3158,29 @@ sigs:
31583158
Cloud provider for KIND clusters
31593159
owners:
31603160
- https://raw.githubusercontent.com/kubernetes-sigs/cloud-provider-kind/main/OWNERS
3161+
leads:
3162+
- github: BenTheElder
3163+
name: Benjamin Elder
3164+
company: Google
3165+
3166+
- github: aojea
3167+
name: Antonio Ojea
3168+
company: Google
3169+
31613170
- name: boskos
31623171
description: |
31633172
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.
31643173
owners:
31653174
- https://raw.githubusercontent.com/kubernetes-sigs/boskos/master/OWNERS
31663175
- https://raw.githubusercontent.com/kubernetes/test-infra/master/boskos/OWNERS
3176+
leads:
3177+
- github: dims
3178+
name: Davanum Srinivas
3179+
company: Amazon
3180+
3181+
- github: upodroid
3182+
name: Mahamed Ali
3183+
company: Cisco
31673184
- name: e2e-framework
31683185
description: |
31693186
An experimental e2e testing framework for Kubernetes clusters.
@@ -3174,27 +3191,56 @@ sigs:
31743191
Hydrophone is a lightweight Kubernetes conformance tests runner
31753192
owners:
31763193
- https://raw.githubusercontent.com/kubernetes-sigs/hydrophone/main/OWNERS
3194+
leads:
3195+
- github: dims
3196+
name: Davanum Srinivas
3197+
company: Amazon
3198+
3199+
- github: rjsadow
3200+
name: Ricky Sadowski
3201+
company: ICR Team
31773202
- name: kind
31783203
description: |
31793204
Kubernetes IN Docker. Run Kubernetes test clusters on your local machine using Docker containers as nodes.
31803205
contact:
31813206
slack: kind
31823207
owners:
31833208
- https://raw.githubusercontent.com/kubernetes-sigs/kind/main/OWNERS
3209+
leads:
3210+
- github: BenTheElder
3211+
name: Benjamin Elder
3212+
company: Google
3213+
3214+
- github: aojea
3215+
name: Antonio Ojea
3216+
company: Google
3217+
31843218
- name: kubetest2
31853219
description: |
31863220
Kubetest2 is the framework for launching and running end-to-end tests on kubernetes.
31873221
It is the next significant iteration of kubetest. We will be deprecating kubetest going forward.
31883222
owners:
31893223
- https://raw.githubusercontent.com/kubernetes-sigs/kubetest2/master/OWNERS
31903224
- https://raw.githubusercontent.com/kubernetes/test-infra/master/kubetest/OWNERS
3225+
leads:
3226+
- github: aojea
3227+
name: Antonio Ojea
3228+
company: Google
3229+
3230+
- github: upodroid
3231+
name: Mahamed Ali
3232+
company: Cisco
31913233
- name: prow
31923234
description: |
31933235
Prow is a CI/CD system based on Kubernetes. See prow.k8s.io to see it in action for the Kubernetes project
31943236
contact:
31953237
slack: prow
31963238
owners:
31973239
- https://raw.githubusercontent.com/kubernetes-sigs/prow/main/OWNERS
3240+
leads:
3241+
- github: petr-muller
3242+
name: Petr Muller
3243+
company: Red Hat
31983244
- name: sig-testing
31993245
description: |
32003246
Home for SIG Testing discussion and documents.
@@ -3211,6 +3257,11 @@ sigs:
32113257
This hosts Kubernetes-related projects for TestGrid (currently, the new frontend). See https://github.com/GoogleCloudPlatform/testgrid for the main repository (currently, backend components).
32123258
owners:
32133259
- https://raw.githubusercontent.com/kubernetes-sigs/testgrid/main/OWNERS
3260+
leads:
3261+
- github: michelle192837
3262+
name: Michelle Shepardson
3263+
company: Google
3264+
32143265
- name: testing-commons
32153266
description: |
32163267
**[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)

0 commit comments

Comments
 (0)