File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
orgs :
3
3
cloudfoundry :
4
- admins :
5
- - christopherclark
6
- - halliwilljustin
7
- - mjear
8
- - ramiyengar
9
- - thelinuxfoundation
4
+ admins : [] # shall be empty, maintained in TOC.md
10
5
11
6
company : " "
12
7
default_repository_permission : none
Original file line number Diff line number Diff line change @@ -311,7 +311,9 @@ def test_cf_org(self):
311
311
312
312
o .generate_org_members ()
313
313
members = o .org_cfg ["orgs" ]["cloudfoundry" ]["members" ]
314
+ admins = o .org_cfg ["orgs" ]["cloudfoundry" ]["admins" ]
314
315
self .assertGreater (len (members ), 100 )
316
+ self .assertGreater (len (admins ), 7 ) # 5 toc members + CFF technical staff
315
317
self .assertIn ("cf-bosh-ci-bot" , members )
316
318
317
319
o .generate_teams ()
@@ -323,5 +325,6 @@ def test_cf_org(self):
323
325
self .assertIn ("cf-deployment" , teams ["wg-app-runtime-deployments" ]["teams" ]["wg-app-runtime-deployments-bots" ]["repos" ])
324
326
self .assertIn ("cf-gitbot" , teams ["wg-app-runtime-deployments" ]["teams" ]["wg-app-runtime-deployments-bots" ]["members" ])
325
327
self .assertIn ("toc" , teams )
328
+ self .assertEquals (5 , len (teams ["toc" ]["maintainers" ]))
326
329
self .assertIn ("community" , teams ["toc" ]["repos" ])
327
330
self .assertIn ("wg-leads" , teams )
Original file line number Diff line number Diff line change @@ -129,7 +129,13 @@ execution_leads:
129
129
github : rkoster
130
130
- name : Stephan Merker
131
131
github : stephanme
132
- technical_leads : []
132
+ technical_leads :
133
+ - name : Chris Clark
134
+ github : christopherclark
135
+ - name : Ram Iyengar
136
+ github : ramiyengar
137
+ - name : The Linux Foundation
138
+ github : thelinuxfoundation
133
139
bots : []
134
140
areas :
135
141
- name : CloudFoundry Community
You can’t perform that action at this time.
0 commit comments