Skip to content

Switch to containerless Zuul CI #85

Switch to containerless Zuul CI

Switch to containerless Zuul CI #85

Triggered via pull request August 5, 2024 17:25
@mnasermnaser
opened #26
zuul-ci
Status Success
Total duration 44s
Artifacts

linters.yml

on: pull_request
ansible-lint
32s
ansible-lint
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
ansible-lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
jinja[spacing]: roles/download_artifact/vars/main.yml#L20
Jinja2 spacing could be improved: {%- if ansible_facts['architecture'] in _download_artifact_goarch_groups -%} {{ _download_artifact_goarch_groups[ansible_facts['architecture']] }} {%- else -%} {{ ansible_facts['architecture'] }} {%- endif -%} -> {%- if ansible_facts['architecture'] in _download_artifact_goarch_groups -%} {{ _download_artifact_goarch_groups[ansible_facts['architecture']] }}{%- else -%} {{ ansible_facts['architecture'] }}{%- endif -%}