Skip to content

ci: add dpu to lint list #1888

ci: add dpu to lint list

ci: add dpu to lint list #1888

Triggered via pull request January 12, 2024 16:49
@glimchbglimchb
synchronize #2210
glimchb:ci
Status Failure
Total duration 3m 27s
Artifacts

ansible-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
ansible-lint: provision/roles/bluefield/tasks/configure_pxe_boot.yml#L1
schema {'name': 'Get power status', 'ansible.builtin.include_role': {'name': 'nvidia.dpu_ops.bf_bmc'}, 'vars': [{'bmc_action': '-C 17 chassis power status', 'bmc_host': '{{ inventory_hostname }}', 'bmc_user': '{{ dpu_bmc_username }}', 'bmc_password': '{{ dpu_bmc_password }}'}]} is not valid under any of the given schemas
ansible-lint: provision/roles/bluefield/tasks/update_firmware.yml#L1
schema {'name': 'Update BMC firmware of DPU', 'ansible.builtin.include_role': {'name': 'nvidia.dpu_ops.manage_bf_bmc_fw'}, 'vars': [{'bmc_url': '{{ bmc.url }}/{{ bmc.file }}'}]} is not valid under any of the given schemas
ansible-lint: provision/roles/bluefield/tasks/update_firmware.yml#L47
yaml too many blank lines (1 > 0)
ansible-lint: provision/roles/bluefield/vars/main.yml#L27
yaml too many spaces after colon
ansible-lint: provision/roles/bluefield/vars/main.yml#L29
yaml too many spaces after colon
ansible-lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/