Skip to content

Commit e22cc42

Browse files
authored
Merge pull request #8222 from michelle192837/owners
Update SIG Testing leads and subproject leads.
2 parents 0f6ba50 + 38c8286 commit e22cc42

File tree

4 files changed

+88
-10
lines changed

4 files changed

+88
-10
lines changed

OWNERS_ALIASES

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,7 @@ aliases:
105105
- xing-yang
106106
sig-testing-leads:
107107
- BenTheElder
108-
- alvaroaleman
109108
- aojea
110-
- cjwagner
111109
- jbpratt
112110
- michelle192837
113111
- pohly
@@ -204,4 +202,12 @@ aliases:
204202
- gracenng
205203
- katcosgrove
206204
- xmudrii
205+
sig-testing-subproject-leads:
206+
- aojea
207+
- BenTheElder
208+
- dims
209+
- michelle192837
210+
- petr-muller
211+
- rjsadow
212+
- upodroid
207213
## 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: 58 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3119,9 +3119,11 @@ sigs:
31193119
- github: jbpratt
31203120
name: Brady Pratt
31213121
company: Red Hat
3122+
31223123
- github: michelle192837
31233124
name: Michelle Shepardson
31243125
company: Google
3126+
31253127
- github: xmcqueen
31263128
name: Brian McQueen
31273129
company: LinkedIn
@@ -3130,21 +3132,19 @@ sigs:
31303132
name: Benjamin Elder
31313133
company: Google
31323134
3133-
- github: alvaroaleman
3134-
name: Alvaro Aleman
3135-
company: Red Hat
31363135
- github: aojea
31373136
name: Antonio Ojea
31383137
company: Google
31393138
3140-
- github: cjwagner
3141-
name: Cole Wagner
3142-
company: Google
31433139
- github: pohly
31443140
name: Patrick Ohly
31453141
company: Intel
31463142
31473143
emeritus_leads:
3144+
- github: alvaroaleman
3145+
name: Alvaro Aleman
3146+
- github: cjwagner
3147+
name: Cole Wagner
31483148
- github: fejta
31493149
name: Erick Fejta
31503150
- github: spiffxp
@@ -3185,12 +3185,29 @@ sigs:
31853185
Cloud provider for KIND clusters
31863186
owners:
31873187
- https://raw.githubusercontent.com/kubernetes-sigs/cloud-provider-kind/main/OWNERS
3188+
leads:
3189+
- github: BenTheElder
3190+
name: Benjamin Elder
3191+
company: Google
3192+
3193+
- github: aojea
3194+
name: Antonio Ojea
3195+
company: Google
3196+
31883197
- name: boskos
31893198
description: |
31903199
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.
31913200
owners:
31923201
- https://raw.githubusercontent.com/kubernetes-sigs/boskos/master/OWNERS
31933202
- https://raw.githubusercontent.com/kubernetes/test-infra/master/boskos/OWNERS
3203+
leads:
3204+
- github: dims
3205+
name: Davanum Srinivas
3206+
company: Amazon
3207+
3208+
- github: upodroid
3209+
name: Mahamed Ali
3210+
company: Cisco
31943211
- name: e2e-framework
31953212
description: |
31963213
An experimental e2e testing framework for Kubernetes clusters.
@@ -3201,27 +3218,57 @@ sigs:
32013218
Hydrophone is a lightweight Kubernetes conformance tests runner
32023219
owners:
32033220
- https://raw.githubusercontent.com/kubernetes-sigs/hydrophone/main/OWNERS
3221+
leads:
3222+
- github: dims
3223+
name: Davanum Srinivas
3224+
company: Amazon
3225+
3226+
- github: rjsadow
3227+
name: Ricky Sadowski
3228+
company: ICR Team
32043229
- name: kind
32053230
description: |
32063231
Kubernetes IN Docker. Run Kubernetes test clusters on your local machine using Docker containers as nodes.
32073232
contact:
32083233
slack: kind
32093234
owners:
32103235
- https://raw.githubusercontent.com/kubernetes-sigs/kind/main/OWNERS
3236+
leads:
3237+
- github: BenTheElder
3238+
name: Benjamin Elder
3239+
company: Google
3240+
3241+
- github: aojea
3242+
name: Antonio Ojea
3243+
company: Google
3244+
32113245
- name: kubetest2
32123246
description: |
32133247
Kubetest2 is the framework for launching and running end-to-end tests on kubernetes.
32143248
It is the next significant iteration of kubetest. We will be deprecating kubetest going forward.
32153249
owners:
32163250
- https://raw.githubusercontent.com/kubernetes-sigs/kubetest2/master/OWNERS
32173251
- https://raw.githubusercontent.com/kubernetes/test-infra/master/kubetest/OWNERS
3252+
leads:
3253+
- github: aojea
3254+
name: Antonio Ojea
3255+
company: Google
3256+
3257+
- github: upodroid
3258+
name: Mahamed Ali
3259+
company: Cisco
32183260
- name: prow
32193261
description: |
32203262
Prow is a CI/CD system based on Kubernetes. See prow.k8s.io to see it in action for the Kubernetes project
32213263
contact:
32223264
slack: prow
32233265
owners:
32243266
- https://raw.githubusercontent.com/kubernetes-sigs/prow/main/OWNERS
3267+
leads:
3268+
- github: petr-muller
3269+
name: Petr Muller
3270+
company: Red Hat
3271+
32253272
- name: sig-testing
32263273
description: |
32273274
Home for SIG Testing discussion and documents.
@@ -3238,6 +3285,11 @@ sigs:
32383285
This hosts Kubernetes-related projects for TestGrid (currently, the new frontend). See https://github.com/GoogleCloudPlatform/testgrid for the main repository (currently, backend components).
32393286
owners:
32403287
- https://raw.githubusercontent.com/kubernetes-sigs/testgrid/main/OWNERS
3288+
leads:
3289+
- github: michelle192837
3290+
name: Michelle Shepardson
3291+
company: Google
3292+
32413293
- name: testing-commons
32423294
description: |
32433295
**[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)