Ignore ironic deliverables in ACL checks

Ironic team has several exception rules in their deliverables ACLs, in
order to be able to tag bugfixes releases amongst other things. This
change adds the Ironic team to the exception list (and removes the
Infrastructure team exception since they are no longer listed in the
governance file).

Change-Id: I33e3ecf66c66faac3e65fc8d07bdf2a6cdc022ac
This commit is contained in:
Thierry Carrez 2023-10-30 14:36:26 +01:00
parent d0ee7b1ecf
commit ef806a0d71
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ import yaml
TEAM_EXCEPTIONS = [
# Teams that are likely to be moved off TC governance
'Infrastructure',
'ironic',
]