Skip to content

Increase test coverage to verify that archive file on the controller can be relocated #1438

Increase test coverage to verify that archive file on the controller can be relocated

Increase test coverage to verify that archive file on the controller can be relocated #1438

Triggered via pull request November 7, 2024 15:19
Status Success
Total duration 6m 39s
Artifacts

ci.yml

on: pull_request
Matrix: ci / linter
Matrix: ci / molecule
Matrix: ci / sanity
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
fqcn[keyword]: playbooks/validate.yml#L2
Avoid `collections` keyword by using FQCN for all plugins, modules, roles and playbooks.
jinja[spacing]: roles/wildfly_utils/tasks/apply_cp.yml#L60
Jinja2 spacing could be improved: {{ rhn_products.results | map(attribute='file_path') | select('match', '^[^/]*/jboss-eap-.*[0-9]*[.][0-9]*[.][0-9]*.*$') | map('regex_replace','[^/]*/jboss-eap-([0-9]*[.][0-9]*[.][0-9]*)-.*','\1' ) | list | unique }} -> {{ rhn_products.results | map(attribute='file_path') | select('match', '^[^/]*/jboss-eap-.*[0-9]*[.][0-9]*[.][0-9]*.*$') | map('regex_replace', '[^/]*/jboss-eap-([0-9]*[.][0-9]*[.][0-9]*)-.*', '\1') | list | unique }}