diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2021-07-23 09:42:27 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-23 09:42:27 -0700 |
| commit | 30900f80a50e8ce1e7e93e8279b7e050fecead6d (patch) | |
| tree | dd06daf7ff4ea055bc695ff34f78557070aeab26 | |
| parent | 2034e144a6c7f1bb1899ef2df37bc208d67fe939 (diff) | |
| parent | 6f0a92d813ed0e385aa8ff350b6fa08a43fbda28 (diff) | |
Merge pull request #5898 from spiffxp/sig-testing-tls
sig-testing: make chair/tech_lead explicit
| -rw-r--r-- | sig-testing/README.md | 8 | ||||
| -rw-r--r-- | sig-testing/charter.md | 2 | ||||
| -rw-r--r-- | sigs.yaml | 10 |
3 files changed, 18 insertions, 2 deletions
diff --git a/sig-testing/README.md b/sig-testing/README.md index c55e4494..d31a469e 100644 --- a/sig-testing/README.md +++ b/sig-testing/README.md @@ -26,6 +26,14 @@ The Chairs of the SIG run operations and processes governing the SIG. * Aaron Crickenberger (**[@spiffxp](https://github.com/spiffxp)**), Google * Steve Kuznetsov (**[@stevekuznetsov](https://github.com/stevekuznetsov)**), Red Hat +### Technical Leads +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 +* Aaron Crickenberger (**[@spiffxp](https://github.com/spiffxp)**), Google +* Steve Kuznetsov (**[@stevekuznetsov](https://github.com/stevekuznetsov)**), Red Hat + ## Emeritus Leads * Erick Fejta (**[@fejta](https://github.com/fejta)**) diff --git a/sig-testing/charter.md b/sig-testing/charter.md index 0d98fa49..43537478 100644 --- a/sig-testing/charter.md +++ b/sig-testing/charter.md @@ -97,7 +97,6 @@ This sig adheres to the Roles and Organization Management outlined in ### Deviations from [sig-governance] -- Chairs also fulfill the role of Tech Lead - Proposing and making decisions _MAY_ be done without the use of KEPS so long as the decision is documented in a linkable medium. We prefer to use issues on [kubernetes/test-infra] to document technical decisions, and mailing list @@ -110,7 +109,6 @@ This sig adheres to the Roles and Organization Management outlined in Subprojects are created by Tech Leads following the process defined in [sig-governance] - [sig-governance]: https://github.com/kubernetes/community/blob/master/committee-steering/governance/sig-governance.md [Kubernetes Charter README]: https://github.com/kubernetes/community/blob/master/committee-steering/governance/README.md [lazy consensus]: http://en.osswiki.info/concepts/lazy_consensus @@ -2382,6 +2382,16 @@ sigs: - github: stevekuznetsov name: Steve Kuznetsov company: Red Hat + tech_leads: + - github: BenTheElder + name: Benjamin Elder + company: Google + - github: spiffxp + name: Aaron Crickenberger + company: Google + - github: stevekuznetsov + name: Steve Kuznetsov + company: Red Hat emeritus_leads: - github: fejta name: Erick Fejta |
