Skip to content

Rework migration role to support (downstream) use of EAP8 #1466

Rework migration role to support (downstream) use of EAP8

Rework migration role to support (downstream) use of EAP8 #1466

Triggered via pull request November 27, 2024 20:37
Status Failure
Total duration 6m 38s
Artifacts

ci.yml

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

Annotations

11 errors and 2 warnings
ci / sanity (3.12, milestone)
Process completed with exit code 1.
ci / sanity (3.11, stable-2.16)
The job was canceled because "_3_12_milestone" failed.
ci / sanity (3.11, stable-2.16)
Process completed with exit code 1.
ci / sanity (3.12, devel)
The job was canceled because "_3_12_milestone" failed.
ci / sanity (3.12, devel)
The operation was canceled.
ci / sanity (3.9, stable-2.15)
The job was canceled because "_3_12_milestone" failed.
ci / sanity (3.9, stable-2.15)
The operation was canceled.
ci / sanity (3.11, stable-2.15)
The job was canceled because "_3_12_milestone" failed.
ci / sanity (3.11, stable-2.15)
The operation was canceled.
load-failure[runtimeerror]: roles/wildfly_migration/tasks/install/rhn.yml#L1
Failed to load YAML file: roles/wildfly_migration/tasks/install/rhn.yml
ci / linter (3.11, 2.16)
Process completed with exit code 2.
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 }}