[ECS02C-976] - SCP BUG #6796
ansible-test.yml
on: pull_request
Matrix: Build collection
Matrix: Codecov
Matrix: sanity / test
Matrix: unit-galaxy / test
all_green
3s
Annotations
20 errors and 12 warnings
|
sanity / sanity-py3.11-2.18
Process completed with exit code 1.
|
|
sanity / sanity-py3.12-2.18
Process completed with exit code 1.
|
|
sanity / sanity-py3.13-2.18
Process completed with exit code 1.
|
|
sanity / sanity-py3.12-2.19
Process completed with exit code 1.
|
|
sanity / sanity-py3.13-milestone
Process completed with exit code 1.
|
|
sanity / sanity-py3.11-2.19
Process completed with exit code 1.
|
|
sanity / sanity-py3.12-2.20
Process completed with exit code 1.
|
|
sanity / sanity-py3.13-devel
Process completed with exit code 1.
|
|
sanity / sanity-py3.11-2.17
Process completed with exit code 1.
|
|
sanity / sanity-py3.14-2.20
Process completed with exit code 1.
|
|
sanity / sanity-py3.12-devel
Process completed with exit code 1.
|
|
sanity / sanity-py3.13-2.19
Process completed with exit code 1.
|
|
sanity / sanity-py3.13-2.20
Process completed with exit code 1.
|
|
sanity / sanity-py3.14-milestone
Process completed with exit code 1.
|
|
sanity / sanity-py3.14-devel
Process completed with exit code 1.
|
|
sanity / sanity-py3.12-2.17
Process completed with exit code 1.
|
|
sanity / sanity-py3.12-milestone
Process completed with exit code 1.
|
|
sanity / sanity-py3.10-2.16
Process completed with exit code 1.
|
|
sanity / sanity-py3.10-2.17
Process completed with exit code 1.
|
|
all_green
Process completed with exit code 1.
|
|
Build collection (stable-2.18)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, actions/setup-python@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Codecov (stable-2.18)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea, actions/setup-python@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
jinja[spacing]:
roles/idrac_gather_facts/tasks/get_fan_info.yml#L11
Jinja2 spacing could be improved: {{ fan_result.json.Members | ansible.utils.remove_keys(target=[ '@odata.context', '@odata.id', '@odata.etag', '@odata.type']) }} -> {{ fan_result.json.Members | ansible.utils.remove_keys(target=['@odata.context', '@odata.id', '@odata.etag', '@odata.type']) }}
|
|
jinja[spacing]:
roles/idrac_gather_facts/tasks/get_enclosure_info.yml#L17
Jinja2 spacing could be improved: {{ enclosure_result.json.Members | ansible.utils.remove_keys( target=['@odata.context', '@odata.id', '@odata.type', 'Links', 'Description']) }} -> {{ enclosure_result.json.Members | ansible.utils.remove_keys(target=['@odata.context', '@odata.id', '@odata.type', 'Links', 'Description']) }}
|
|
jinja[spacing]:
roles/idrac_gather_facts/tasks/get_enclosure_emm_info.yml#L17
Jinja2 spacing could be improved: {{ emm_result.json.Members | ansible.utils.remove_keys( target=['@odata.context', '@odata.id', '@odata.type', 'Description', 'Links']) }} -> {{ emm_result.json.Members | ansible.utils.remove_keys(target=['@odata.context', '@odata.id', '@odata.type', 'Description', 'Links']) }}
|
|
jinja[spacing]:
roles/idrac_gather_facts/tasks/get_cpu_info.yml#L10
Jinja2 spacing could be improved: {{ cpu_result.json.Members | ansible.utils.remove_keys(target=[ '@odata.context', '@odata.id', '@odata.etag', '@odata.type', 'Assembly', 'Links']) }} -> {{ cpu_result.json.Members | ansible.utils.remove_keys(target=['@odata.context', '@odata.id', '@odata.etag', '@odata.type', 'Assembly', 'Links']) }}
|
|
jinja[spacing]:
roles/idrac_gather_facts/tasks/get_backplane_info.yml#L17
Jinja2 spacing could be improved: {{ pcie_result.json.Members | ansible.utils.remove_keys(target=[ '@odata.context', '@odata.id', '@odata.etag', '@odata.type']) }} -> {{ pcie_result.json.Members | ansible.utils.remove_keys(target=['@odata.context', '@odata.id', '@odata.etag', '@odata.type']) }}
|
|
jinja[spacing]:
roles/idrac_gather_facts/molecule/powersupply-10617/converge.yml#L78
Jinja2 spacing could be improved: {{ api_response | ansible.utils.remove_keys(target= exclude_keys) }} -> {{ api_response | ansible.utils.remove_keys(target=exclude_keys) }}
|
|
jinja[spacing]:
roles/idrac_gather_facts/molecule/powersupply-10617/converge.yml#L76
Jinja2 spacing could be improved: {{ power_supply | ansible.utils.remove_keys(target= exclude_keys) }} -> {{ power_supply | ansible.utils.remove_keys(target=exclude_keys) }}
|
|
jinja[spacing]:
playbooks/ome/template/ome_template.yml#L353
Jinja2 spacing could be improved: {{ contents_of_file_located_at_/path/to/xmlfile }} -> {{ contents_of_file_located_at_ / path / to / xmlfile }}
|
|
jinja[spacing]:
playbooks/ome/template/ome_template.yml#L291
Jinja2 spacing could be improved: {{ contents_of_file_located_at_/path/to/xmlfile }} -> {{ contents_of_file_located_at_ / path / to / xmlfile }}
|
|
jinja[spacing]:
playbooks/ome/ome_discovery.yml#L164
Jinja2 spacing could be improved: {{ contents_of_file_located_at_/path/to/certificate_data_file }} -> {{ contents_of_file_located_at_ / path / to / certificate_data_file }}
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
collection
|
1.25 MB |
sha256:6db1eac63c0aa1f92ba0d9f1638766b1bd66f6399b1778bd03d0814e42435276
|
|