Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: add dpu to lint list #2210

Merged
merged 1 commit into from
Jan 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
/github/workspace/network/network.yml
/github/workspace/provision/provision.yml
/github/workspace/provision/idrac.yml
/github/workspace/provision/bluefield.yml
/github/workspace/provision/post_provision.yml
/github/workspace/scheduler/job_based_user_access.yml
/github/workspace/security/user_passwordless_ssh.yml
Expand Down
1 change: 0 additions & 1 deletion provision/roles/bluefield/tasks/update_firmware.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2022 Dell Inc. or its subsidiaries. All Rights Reserved.

Check failure on line 1 in provision/roles/bluefield/tasks/update_firmware.yml

View workflow job for this annotation

GitHub Actions / ansible-lint

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
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -44,4 +44,3 @@
- bmc_host: "{{ inventory_hostname }}"
bmc_user: "{{ dpu_bmc_username }}"
bmc_password: "{{ dpu_bmc_password }}"

4 changes: 2 additions & 2 deletions provision/roles/bluefield/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ bluefield_pxe_boot_dev: NET-OOB-IPV4

# Usage: update_firmware.yml
bmc:
url: https://content.mellanox.com/BlueField/BMC/23.10-1-oct-2023
url: https://content.mellanox.com/BlueField/BMC/23.10-1-oct-2023
file: bf3-bmc-23.10-5_opn.fwpkg
cec: cec1736-ecfw-00.02.0152.0000-n02-rel-prod.fwpkg
cec: cec1736-ecfw-00.02.0152.0000-n02-rel-prod.fwpkg
Loading