arg_spec adjustments: modules [g-j]* (#10505)

* arg_spec adjustments: modules [g-j]*

* add changelog frag
This commit is contained in:
Alexei Znamensky 2025-08-01 08:43:41 +12:00 committed by GitHub
commit 0f7cd5473f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
39 changed files with 173 additions and 152 deletions

View file

@ -600,7 +600,7 @@ def main():
builds_access_level=dict(type='str', choices=['private', 'disabled', 'enabled']),
build_timeout=dict(type='int'),
ci_config_path=dict(type='str'),
container_expiration_policy=dict(type='dict', default=None, options=dict(
container_expiration_policy=dict(type='dict', options=dict(
cadence=dict(type='str', choices=["1d", "7d", "14d", "1month", "3month"]),
enabled=dict(type='bool'),
keep_n=dict(type='int', choices=[0, 1, 5, 10, 25, 50, 100]),