Skip to content

Commit

Permalink
ci: adapt to bf2 fw name
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com>
  • Loading branch information
glimchb committed Mar 22, 2024
1 parent e58060a commit a2a4ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/opi-lab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
runs-on: self-hosted
steps:
- name: nvidia bf-2 fw update using ansible
run: docker run --rm --pull=always ghcr.io/opiproject/ansible-opi-dpu:main 172.22.4.2 --module-name include_role --args name=bmc_fw_update -vvv -i "172.22.4.2," -e dpu_bmc_username='root' -e dpu_bmc_password='NvidiaBf2#Pass'
run: docker run --rm --pull=always ghcr.io/opiproject/ansible-opi-dpu:main 172.22.4.2 --module-name include_role --args name=bmc_fw_update -vvv -i "172.22.4.2," -e dpu_bmc_username='root' -e dpu_bmc_password='NvidiaBf2#Pass' -e bmc_fw_update_inventory_name='a5e46d02_running'

0 comments on commit a2a4ff4

Please sign in to comment.