Skip to content

Downstream implementation of parallel pulp container modules in python #53

Downstream implementation of parallel pulp container modules in python

Downstream implementation of parallel pulp container modules in python #53

Triggered via pull request December 23, 2025 09:56
Status Failure
Total duration 1m 9s
Artifacts

lint-collection.yml

on: pull_request
Matrix: lint / lint
Matrix: lint / sanity
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 2 warnings
lint / Ansible 2.18 lint
Process completed with exit code 2.
sanity[cannot-ignore]: tests/sanity/ignore-2.20.txt#L8
Ignore file contains ansible-doc at line 8, which is not a permitted ignore.
sanity[cannot-ignore]: tests/sanity/ignore-2.20.txt#L7
Ignore file contains ansible-doc at line 7, which is not a permitted ignore.
sanity[cannot-ignore]: tests/sanity/ignore-2.20.txt#L6
Ignore file contains ansible-doc at line 6, which is not a permitted ignore.
sanity[cannot-ignore]: tests/sanity/ignore-2.20.txt#L5
Ignore file contains ansible-doc at line 5, which is not a permitted ignore.
lint / Ansible 2.20 lint
Process completed with exit code 2.
sanity[cannot-ignore]: tests/sanity/ignore-2.20.txt#L8
Ignore file contains ansible-doc at line 8, which is not a permitted ignore.
sanity[cannot-ignore]: tests/sanity/ignore-2.20.txt#L7
Ignore file contains ansible-doc at line 7, which is not a permitted ignore.
sanity[cannot-ignore]: tests/sanity/ignore-2.20.txt#L6
Ignore file contains ansible-doc at line 6, which is not a permitted ignore.
sanity[cannot-ignore]: tests/sanity/ignore-2.20.txt#L5
Ignore file contains ansible-doc at line 5, which is not a permitted ignore.
lint / Ansible 2.20 sanity
Process completed with exit code 1.
jinja[spacing]: roles/pulp_repository/tasks/container.yml#L23
Jinja2 spacing could be improved: {{ container_remotes_list + [{ 'name': item.name + '-remote', 'upstream_name': item.get('upstream_name', item.name), 'url': item.get('url'), 'ca_cert': item.get('ca_cert'), 'client_cert': item.get('client_cert'), 'client_key': item.get('client_key'), 'download_concurrency': item.get('download_concurrency'), 'exclude_tags': item.get('exclude_tags'), 'include_tags': item.get('include_tags'), 'policy': item.get('policy'), 'proxy_url': item.get('proxy_url'), 'proxy_username': item.get('proxy_username'), 'proxy_password': item.get('proxy_password'), 'remote_username': item.get('remote_username'), 'remote_password': item.get('remote_password'), 'tls_validation': item.get('tls_validation'), 'state': item.get('state') } | dict2items | rejectattr('value', 'none') | items2dict ] }} -> {{ container_remotes_list + [{'name': item.name + '-remote', 'upstream_name': item.get('upstream_name', item.name), 'url': item.get('url'), 'ca_cert': item.get('ca_cert'), 'client_cert': item.get('client_cert'), 'client_key': item.get('client_key'), 'download_concurrency': item.get('download_concurrency'), 'exclude_tags': item.get('exclude_tags'), 'include_tags': item.get('include_tags'), 'policy': item.get('policy'), 'proxy_url': item.get('proxy_url'), 'proxy_username': item.get('proxy_username'), 'proxy_password': item.get('proxy_password'), 'remote_username': item.get('remote_username'), 'remote_password': item.get('remote_password'), 'tls_validation': item.get('tls_validation'), 'state': item.get('state')} | dict2items | rejectattr('value', 'none') | items2dict] }}
jinja[spacing]: roles/pulp_repository/tasks/container.yml#L23
Jinja2 spacing could be improved: {{ container_remotes_list + [{ 'name': item.name + '-remote', 'upstream_name': item.get('upstream_name', item.name), 'url': item.get('url'), 'ca_cert': item.get('ca_cert'), 'client_cert': item.get('client_cert'), 'client_key': item.get('client_key'), 'download_concurrency': item.get('download_concurrency'), 'exclude_tags': item.get('exclude_tags'), 'include_tags': item.get('include_tags'), 'policy': item.get('policy'), 'proxy_url': item.get('proxy_url'), 'proxy_username': item.get('proxy_username'), 'proxy_password': item.get('proxy_password'), 'remote_username': item.get('remote_username'), 'remote_password': item.get('remote_password'), 'tls_validation': item.get('tls_validation'), 'state': item.get('state') } | dict2items | rejectattr('value', 'none') | items2dict ] }} -> {{ container_remotes_list + [{'name': item.name + '-remote', 'upstream_name': item.get('upstream_name', item.name), 'url': item.get('url'), 'ca_cert': item.get('ca_cert'), 'client_cert': item.get('client_cert'), 'client_key': item.get('client_key'), 'download_concurrency': item.get('download_concurrency'), 'exclude_tags': item.get('exclude_tags'), 'include_tags': item.get('include_tags'), 'policy': item.get('policy'), 'proxy_url': item.get('proxy_url'), 'proxy_username': item.get('proxy_username'), 'proxy_password': item.get('proxy_password'), 'remote_username': item.get('remote_username'), 'remote_password': item.get('remote_password'), 'tls_validation': item.get('tls_validation'), 'state': item.get('state')} | dict2items | rejectattr('value', 'none') | items2dict] }}