Skip to content

Drop support for Ansible 2.9 #3888

Drop support for Ansible 2.9

Drop support for Ansible 2.9 #3888

Triggered via pull request November 7, 2024 07:16
@evgenievgeni
synchronize #1793
drop-29
Status Cancelled
Total duration 1m 7s
Artifacts

main.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

38 errors and 2 warnings
build (3.10, stable-2.13)
Canceling since a higher priority waiting request for '1793/merge-CI' exists
build (3.10, stable-2.13)
The operation was canceled.
build (3.11, stable-2.18)
Canceling since a higher priority waiting request for '1793/merge-CI' exists
build (3.11, stable-2.18)
The operation was canceled.
build (3.12, devel)
Canceling since a higher priority waiting request for '1793/merge-CI' exists
build (3.12, devel)
The operation was canceled.
build (3.13, devel)
Canceling since a higher priority waiting request for '1793/merge-CI' exists
build (3.13, devel)
The operation was canceled.
build (3.11, stable-2.16)
Canceling since a higher priority waiting request for '1793/merge-CI' exists
build (3.11, stable-2.16)
The operation was canceled.
lint
Canceling since a higher priority waiting request for '1793/merge-CI' exists
lint
The operation was canceled.
build (3.7, stable-2.11)
Canceling since a higher priority waiting request for '1793/merge-CI' exists
build (3.7, stable-2.11)
The operation was canceled.
galaxy-importer
Canceling since a higher priority waiting request for '1793/merge-CI' exists
galaxy-importer
The operation was canceled.
checkmode
Canceling since a higher priority waiting request for '1793/merge-CI' exists
checkmode
The operation was canceled.
build (3.11, stable-2.14)
Canceling since a higher priority waiting request for '1793/merge-CI' exists
build (3.11, stable-2.14)
The operation was canceled.
build (3.9, stable-2.11)
Canceling since a higher priority waiting request for '1793/merge-CI' exists
build (3.9, stable-2.11)
The operation was canceled.
build (3.6, stable-2.11)
Canceling since a higher priority waiting request for '1793/merge-CI' exists
build (3.6, stable-2.11)
The operation was canceled.
build (3.11, stable-2.15)
Canceling since a higher priority waiting request for '1793/merge-CI' exists
build (3.11, stable-2.15)
The operation was canceled.
build (3.10, stable-2.12)
Canceling since a higher priority waiting request for '1793/merge-CI' exists
build (3.10, stable-2.12)
The operation was canceled.
execution_environment
Canceling since a higher priority waiting request for '1793/merge-CI' exists
execution_environment
The operation was canceled.
docs
Canceling since a higher priority waiting request for '1793/merge-CI' exists
docs
The operation was canceled.
build (3.11, devel)
Canceling since a higher priority waiting request for '1793/merge-CI' exists
build (3.11, devel)
The operation was canceled.
build (3.11, stable-2.17)
Canceling since a higher priority waiting request for '1793/merge-CI' exists
build (3.11, stable-2.17)
The operation was canceled.
build (3.8, v2.10.4)
Canceling since a higher priority waiting request for '1793/merge-CI' exists
build (3.8, v2.10.4)
The operation was canceled.
jinja[spacing]: roles/content_view_version_cleanup/tasks/find_and_delete_unused_cv_versions.yml#L17
Jinja2 spacing could be improved: {{ (__foreman_versions.resources | rejectattr('environments') | rejectattr('composite_content_view_ids') | rejectattr('published_in_composite_content_view_ids') | map(attribute='version') | map('float') | sort | map('string') | reverse | list)[(foreman_content_view_version_cleanup_keep | int):] }} -> {{ (__foreman_versions.resources | rejectattr('environments') | rejectattr('composite_content_view_ids') | rejectattr('published_in_composite_content_view_ids') | map(attribute='version') | map('float') | sort | map('string') | reverse | list)[(foreman_content_view_version_cleanup_keep | int) :] }}
jinja[spacing]: roles/content_view_version_cleanup/tasks/main.yml#L22
Jinja2 spacing could be improved: {{ (__foreman_ccv.versions | rejectattr('environment_ids') | map(attribute='version') | map('float') | sort | map('string') | reverse | list)[(foreman_content_view_version_cleanup_keep | int):] }} -> {{ (__foreman_ccv.versions | rejectattr('environment_ids') | map(attribute='version') | map('float') | sort | map('string') | reverse | list)[(foreman_content_view_version_cleanup_keep | int) :] }}