Merge "Add ability to exclude a specific platform"

This commit is contained in:
Zuul 2025-01-09 22:55:17 +00:00 committed by Gerrit Code Review
commit 32badc5d54

View File

@ -110,6 +110,9 @@ def handle_file(fn):
platforms = sorted(platforms)
if platforms:
for platform in platforms:
exclude_tag = f'exclude-{platform}'
if exclude_tag in tags:
continue
voting = False if platform in NON_VOTING else True
ojob = CommentedMap()
ojob['name'] = job['name'] + '-' + platform