DNM: Add OCP upgrade stage for OSP 18 #15
Annotations
3 errors and 2 warnings
|
ansible-lint
Process completed with exit code 1.
|
|
risky-shell-pipe:
collection/stages/roles/upgrade/tasks/single_upgrade.yml#L116
Shells that use pipes should set the pipefail option.
|
|
risky-shell-pipe:
collection/stages/roles/upgrade/tasks/single_upgrade.yml#L86
Shells that use pipes should set the pipefail option.
|
|
ansible-lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
jinja[spacing]:
collection/stages/roles/upgrade/tasks/single_upgrade.yml#L161
Jinja2 spacing could be improved: {{ ( ((finish_time | to_datetime('%Y-%m-%dT%H:%M:%S')) - (start_time | to_datetime('%Y-%m-%dT%H:%M:%S'))).total_seconds() / 60 ) | int }} -> {{ (((finish_time | to_datetime('%Y-%m-%dT%H:%M:%S')) - (start_time | to_datetime('%Y-%m-%dT%H:%M:%S'))).total_seconds() / 60) | int }}
|