Skip to content

[node] exporter script was updated for the ws_health_exporter role (#80) #55

[node] exporter script was updated for the ws_health_exporter role (#80)

[node] exporter script was updated for the ws_health_exporter role (#80) #55

Triggered via push August 15, 2024 08:49
Status Failure
Total duration 8m 34s
Artifacts

branch-main.yml

on: push
check-version  /  check-version
25s
check-version / check-version
Matrix: run-molecule-tests
deploy-galaxy  /  deploy-galaxy
49s
deploy-galaxy / deploy-galaxy
create-git-tag
0s
create-git-tag
Fit to window
Zoom out
Zoom in

Annotations

1 error and 19 warnings
deploy-galaxy / deploy-galaxy
Process completed with exit code 1.
run-molecule-tests (ws_health_exporter, docker, 9.0.1) / molecule
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run-molecule-tests (ws_health_exporter, docker, 8.0.0) / molecule
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run-molecule-tests (nginx, docker, 8.0.0) / molecule
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run-molecule-tests (node_backup, docker, 8.0.0) / molecule
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run-molecule-tests (node_backup, docker, 9.0.1) / molecule
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run-molecule-tests (nginx, docker, 9.0.1) / molecule
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run-molecule-tests (node, docker, 9.0.1) / molecule
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. 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]: vars/main.yml#L14
Jinja2 spacing could be improved: {% if node_data_root_path != '' -%} {{ node_data_root_path }} {%- else -%} {{ _node_user_home_path }}/.local/share/polkadot {%- endif %} -> {% if node_data_root_path != '' -%} {{ node_data_root_path }}{%- else -%} {{ _node_user_home_path }}/.local/share/polkadot{%- endif %}
jinja[spacing]: vars/main.yml#L15
Jinja2 spacing could be improved: {% if node_memory_profiler_log_path != '' -%} {{ node_memory_profiler_log_path }} {%- else -%} {{ _node_user_home_path }}/logs {%- endif %} -> {% if node_memory_profiler_log_path != '' -%} {{ node_memory_profiler_log_path }}{%- else -%} {{ _node_user_home_path }}/logs{%- endif %}
jinja[spacing]: vars/main.yml#L47
Jinja2 spacing could be improved: {%- if _node_restore_relaychain and not _node_restore_parachain -%} {{ [_node_chain_backup_data] }} {%- elif not _node_restore_relaychain and _node_restore_parachain -%} {{ [_node_parachain_chain_backup_data] }} {%- elif _node_restore_relaychain and _node_restore_parachain -%} {{ [_node_chain_backup_data, _node_parachain_chain_backup_data] }} {%- else -%} {{ [] }} {%- endif %} -> {%- if _node_restore_relaychain and not _node_restore_parachain -%} {{ [_node_chain_backup_data] }}{%- elif not _node_restore_relaychain and _node_restore_parachain -%} {{ [_node_parachain_chain_backup_data] }}{%- elif _node_restore_relaychain and _node_restore_parachain -%} {{ [_node_chain_backup_data, _node_parachain_chain_backup_data] }}{%- else -%} {{ [] }}{%- endif %}
jinja[spacing]: vars/main.yml#L59
Jinja2 spacing could be improved: {{ (node_chain_backup_restoring_type == 'http' and ( node_chain_backup_http_base_url != '' or node_chain_backup_http_url != '')) or (node_chain_backup_restoring_type == 'tar' and node_chain_backup_url != '') }} -> {{ (node_chain_backup_restoring_type == 'http' and (node_chain_backup_http_base_url != '' or node_chain_backup_http_url != '')) or (node_chain_backup_restoring_type == 'tar' and node_chain_backup_url != '') }}
jinja[spacing]: vars/main.yml#L79
Jinja2 spacing could be improved: {{ node_parachain_role != '' and ((node_parachain_chain_backup_restoring_type == 'http' and (node_parachain_chain_backup_http_base_url != '' or node_parachain_chain_backup_http_url != '' )) or (node_parachain_chain_backup_restoring_type == 'tar' and node_parachain_chain_backup_url != '')) }} -> {{ node_parachain_role != '' and ((node_parachain_chain_backup_restoring_type == 'http' and (node_parachain_chain_backup_http_base_url != '' or node_parachain_chain_backup_http_url != '')) or (node_parachain_chain_backup_restoring_type == 'tar' and node_parachain_chain_backup_url != '')) }}
run-molecule-tests (node, docker, 8.0.0) / molecule
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. 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]: vars/main.yml#L14
Jinja2 spacing could be improved: {% if node_data_root_path != '' -%} {{ node_data_root_path }} {%- else -%} {{ _node_user_home_path }}/.local/share/polkadot {%- endif %} -> {% if node_data_root_path != '' -%} {{ node_data_root_path }}{%- else -%} {{ _node_user_home_path }}/.local/share/polkadot{%- endif %}
jinja[spacing]: vars/main.yml#L15
Jinja2 spacing could be improved: {% if node_memory_profiler_log_path != '' -%} {{ node_memory_profiler_log_path }} {%- else -%} {{ _node_user_home_path }}/logs {%- endif %} -> {% if node_memory_profiler_log_path != '' -%} {{ node_memory_profiler_log_path }}{%- else -%} {{ _node_user_home_path }}/logs{%- endif %}
jinja[spacing]: vars/main.yml#L47
Jinja2 spacing could be improved: {%- if _node_restore_relaychain and not _node_restore_parachain -%} {{ [_node_chain_backup_data] }} {%- elif not _node_restore_relaychain and _node_restore_parachain -%} {{ [_node_parachain_chain_backup_data] }} {%- elif _node_restore_relaychain and _node_restore_parachain -%} {{ [_node_chain_backup_data, _node_parachain_chain_backup_data] }} {%- else -%} {{ [] }} {%- endif %} -> {%- if _node_restore_relaychain and not _node_restore_parachain -%} {{ [_node_chain_backup_data] }}{%- elif not _node_restore_relaychain and _node_restore_parachain -%} {{ [_node_parachain_chain_backup_data] }}{%- elif _node_restore_relaychain and _node_restore_parachain -%} {{ [_node_chain_backup_data, _node_parachain_chain_backup_data] }}{%- else -%} {{ [] }}{%- endif %}
jinja[spacing]: vars/main.yml#L59
Jinja2 spacing could be improved: {{ (node_chain_backup_restoring_type == 'http' and ( node_chain_backup_http_base_url != '' or node_chain_backup_http_url != '')) or (node_chain_backup_restoring_type == 'tar' and node_chain_backup_url != '') }} -> {{ (node_chain_backup_restoring_type == 'http' and (node_chain_backup_http_base_url != '' or node_chain_backup_http_url != '')) or (node_chain_backup_restoring_type == 'tar' and node_chain_backup_url != '') }}
jinja[spacing]: vars/main.yml#L79
Jinja2 spacing could be improved: {{ node_parachain_role != '' and ((node_parachain_chain_backup_restoring_type == 'http' and (node_parachain_chain_backup_http_base_url != '' or node_parachain_chain_backup_http_url != '' )) or (node_parachain_chain_backup_restoring_type == 'tar' and node_parachain_chain_backup_url != '')) }} -> {{ node_parachain_role != '' and ((node_parachain_chain_backup_restoring_type == 'http' and (node_parachain_chain_backup_http_base_url != '' or node_parachain_chain_backup_http_url != '')) or (node_parachain_chain_backup_restoring_type == 'tar' and node_parachain_chain_backup_url != '')) }}
deploy-galaxy / deploy-galaxy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/