Skip to content

Add support for new platform installation method of AAP 2.5 on OpenShift #1286

Add support for new platform installation method of AAP 2.5 on OpenShift

Add support for new platform installation method of AAP 2.5 on OpenShift #1286

Re-run triggered November 21, 2024 13:38
Status Failure
Total duration 1m 25s
Artifacts

pre-commit.yml

on: pull_request
Matrix: pre-commit_and_sanity / sanity / sanity
pre-commit_and_sanity  /  ...  /  pre-commit
30s
pre-commit_and_sanity / pre-commit / pre-commit
pre-commit_and_sanity  /  markdown-link-check
34s
pre-commit_and_sanity / markdown-link-check
pre-commit_and_sanity  /  ...  /  build-import-collection
21s
pre-commit_and_sanity / build-import / build-import-collection
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
jinja[invalid]: roles/aap_ocp_install/tasks/pre-validate-platform.yml#L182
template error while templating string: unexpected '}', expected ']'. String: {{ __aap_ocp_install_prevalidate_errors + ["aap_ocp_install_hub['object_storage_s3_secret'] must be the name of a valid S3 storage secret name" }}
jinja[invalid]: roles/aap_ocp_install/tasks/pre-validate-platform.yml#L182
template error while templating string: unexpected '}', expected ']'. String: {{ __aap_ocp_install_prevalidate_errors + ["aap_ocp_install_hub['object_storage_s3_secret'] must be the name of a valid S3 storage secret name" }}
jinja[invalid]: roles/aap_ocp_install/tasks/pre-validate-platform.yml#L196
template error while templating string: unexpected '}', expected ']'. String: {{ __aap_ocp_install_prevalidate_errors + ["aap_ocp_install_hub['object_storage_azure_secret'] must be the name of a valid Azure storage secret name" }}
jinja[invalid]: roles/aap_ocp_install/tasks/pre-validate-platform.yml#L196
template error while templating string: unexpected '}', expected ']'. String: {{ __aap_ocp_install_prevalidate_errors + ["aap_ocp_install_hub['object_storage_azure_secret'] must be the name of a valid Azure storage secret name" }}
pre-commit_and_sanity / pre-commit / pre-commit
Process completed with exit code 1.
pre-commit_and_sanity / all_green
Process completed with exit code 1.
jinja[spacing]: roles/aap_ocp_install/tasks/pre-validate.yml#L107
Jinja2 spacing could be improved: {{ (__aap_ocp_install_major_version | int) > 2 or (( __aap_ocp_install_major_version | int) == 2 and ( __aap_ocp_install_minor_version | int) >= 5) }} -> {{ (__aap_ocp_install_major_version | int) > 2 or ((__aap_ocp_install_major_version | int) == 2 and (__aap_ocp_install_minor_version | int) >= 5) }}