Skip to content

DNM: Add OCP upgrade stage for OSP 18 #15

DNM: Add OCP upgrade stage for OSP 18

DNM: Add OCP upgrade stage for OSP 18 #15

Triggered via pull request July 7, 2026 18:38
Status Failure
Total duration 2m 14s
Artifacts

ansible-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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 }}