Skip to content

Use configure_ci tool to scaffold gh workflows #326

Use configure_ci tool to scaffold gh workflows

Use configure_ci tool to scaffold gh workflows #326

Triggered via pull request May 15, 2024 18:13
Status Failure
Total duration 7m 5s
Artifacts

tests.yml

on: pull_request
Matrix: units / unit_source
linters  /  ...  /  Runs code linting tests
20s
linters / linters / Runs code linting tests
linters  /  ansible-lint
1m 44s
linters / ansible-lint
changelog  /  Requires changelog
12s
changelog / Requires changelog
sanity  /  Matrix Sanity
19s
sanity / Matrix Sanity
Matrix: sanity / test
all_green
3s
all_green
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 40 warnings
yaml[line-length]: .github/ISSUE_TEMPLATE/bug_report.yml#L119
Line too long (201 > 160 characters)
yaml[line-length]: .github/ISSUE_TEMPLATE/bug_report.yml#L157
Line too long (182 > 160 characters)
yaml[line-length]: .github/ISSUE_TEMPLATE/ci_report.yml#L72
Line too long (182 > 160 characters)
yaml[line-length]: .github/ISSUE_TEMPLATE/config.yml#L6
Line too long (167 > 160 characters)
yaml[line-length]: .github/ISSUE_TEMPLATE/documentation_report.yml#L126
Line too long (182 > 160 characters)
yaml[line-length]: .github/ISSUE_TEMPLATE/feature_request.yml#L70
Line too long (182 > 160 characters)
yaml[document-start]: .github/workflows/tests.yml#L1
Missing document start "---"
yaml[new-line-at-end-of-file]: changelogs/fragments/2057-s3_bucket-refactor.yml#L3
No new line character at the end of file
yaml[indentation]: meta/runtime.yml#L165
Wrong indentation: expected 8 but found 9
name[play]: tests/integration/targets/autoscaling_group/main.yml#L6
All plays should be named.
sanity / sanity-py3.12-2.16
Process completed with exit code 1.
sanity / sanity-py3.12-milestone
Process completed with exit code 1.
sanity / sanity-py3.11-2.15
Process completed with exit code 1.
sanity / sanity-py3.10-milestone
Process completed with exit code 1.
sanity / sanity-py3.11-2.16
Process completed with exit code 1.
sanity / sanity-py3.10-2.16
Process completed with exit code 1.
sanity / sanity-py3.10-2.15
Process completed with exit code 1.
sanity / sanity-py3.11-milestone
Process completed with exit code 1.
sanity / sanity-py3.9-2.15
Process completed with exit code 1.
all_green
Process completed with exit code 1.
changelog / Requires changelog
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
sanity / Matrix Sanity
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
linters / linters / Runs code linting tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
jinja[spacing]: tests/integration/targets/autoscaling_group/roles/ec2_asg/tasks/create_update_delete.yml#L468
Jinja2 spacing could be improved: ansible-test-{{tiny_prefix}}-asg-t1 -> ansible-test-{{ tiny_prefix }}-asg-t1
jinja[spacing]: tests/integration/targets/autoscaling_group/roles/ec2_asg/tasks/create_update_delete.yml#L468
Jinja2 spacing could be improved: ansible-test-{{tiny_prefix}}-asg-t2 -> ansible-test-{{ tiny_prefix }}-asg-t2
jinja[spacing]: tests/integration/targets/autoscaling_group/roles/ec2_asg/tasks/main.yml#L28
Jinja2 spacing could be improved: {{ inventory_hostname }} start: {{ lookup('pipe','date') }} -> {{ inventory_hostname }} start: {{ lookup('pipe', 'date') }}
jinja[spacing]: tests/integration/targets/autoscaling_group/roles/ec2_asg/tasks/main.yml#L31
Jinja2 spacing could be improved: {{ inventory_hostname }} finish: {{ lookup('pipe','date') }} -> {{ inventory_hostname }} finish: {{ lookup('pipe', 'date') }}
jinja[spacing]: tests/integration/targets/backup_vault/defaults/main.yml#L4
Jinja2 spacing could be improved: ansible-test-{{ inventory_hostname | replace('_','-') }}{{ tiny_prefix }} -> ansible-test-{{ inventory_hostname | replace('_', '-') }}{{ tiny_prefix }}
jinja[spacing]: tests/integration/targets/cloudformation/tasks/main.yml#L32
Jinja2 spacing could be improved: {{ lookup('file','cf_template.json') }} -> {{ lookup('file', 'cf_template.json') }}
jinja[spacing]: tests/integration/targets/cloudformation/tasks/main.yml#L52
Jinja2 spacing could be improved: {{ lookup('file','cf_template.json') }} -> {{ lookup('file', 'cf_template.json') }}
jinja[spacing]: tests/integration/targets/cloudformation/tasks/main.yml#L74
Jinja2 spacing could be improved: {{ lookup('file','cf_template.json') }} -> {{ lookup('file', 'cf_template.json') }}
jinja[spacing]: tests/integration/targets/cloudformation/tasks/main.yml#L93
Jinja2 spacing could be improved: {{ lookup('file','cf_template.json') }} -> {{ lookup('file', 'cf_template.json') }}
jinja[spacing]: tests/integration/targets/cloudformation/tasks/main.yml#L192
Jinja2 spacing could be improved: {{ lookup('file','cf_template.json') }} -> {{ lookup('file', 'cf_template.json') }}
units / py3.10 / milestone
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
sanity / sanity-py3.12-2.16
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
sanity / sanity-py3.12-devel
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
units / py3.9 / stable-2.14
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
sanity / sanity-py3.11-devel
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
sanity / sanity-py3.12-milestone
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
units / py3.10 / devel
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
sanity / sanity-py3.11-2.15
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
units / py3.10 / stable-2.15
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
sanity / sanity-py3.10-devel
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
sanity / sanity-py3.10-milestone
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
units / py3.12 / devel
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
sanity / sanity-py3.11-2.16
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
sanity / sanity-py3.10-2.16
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
sanity / sanity-py3.10-2.15
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
units / py3.11 / milestone
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
sanity / sanity-py3.11-milestone
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
units / py3.10 / stable-2.14
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
units / py3.11 / devel
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
sanity / sanity-py3.9-2.15
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
units / py3.9 / stable-2.15
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
units / py3.11 / stable-2.14
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
units / py3.12 / stable-2.16
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
units / py3.11 / stable-2.16
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
units / py3.10 / stable-2.16
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
units / py3.12 / milestone
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
units / py3.11 / stable-2.15
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.