Update team exceptions in ACL issues script

Update the team exceptions section in the aclissues.py detection script
so that it reflects that ironic and Puppet OpenStack teams have been
exempted from strict release management rules, together with references
to the changes that introduced the exemptions in the first place.

With this change, the aclissues.py script no longer reports false
negatives in ACLs for deliverables from those teams.

Change-Id: I63dddeb04dec129cbc1fffd9c638a1f35708aafb
This commit is contained in:
Thierry Carrez 2024-05-17 11:19:22 +02:00
parent 5a94064b68
commit 1ad0d5d6bd

View File

@ -26,8 +26,9 @@ import yaml
TEAM_EXCEPTIONS = [
# Teams that are likely to be moved off TC governance
'ironic',
# Those teams have been granted special rights
'ironic', # See https://review.opendev.org/866937
'Puppet OpenStack', # See https://review.opendev.org/905976
]