Skip to content

Commit

Permalink
.github/workflows/test.yml: replace osfv/run.sh with robot
Browse files Browse the repository at this point in the history
Signed-off-by: Eduard Kaverinskyi <[email protected]>
  • Loading branch information
EduKav1813 committed Dec 11, 2024
1 parent 4cdccc1 commit 5cc50b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
source ~/.secrets/dpp-keys
ip_addr=$(ip -o -4 addr list eno2 | awk '{print $4}' | cut -d/ -f1)
./scripts/run.sh -- -L TRACE -v config:qemu -v rte_ip:127.0.0.1 -v snipeit:no \
robot -L TRACE -v config:qemu -v rte_ip:127.0.0.1 -v snipeit:no \
-v dpp_password:$DPP_PASSWORD -v dpp_download_key:${{ matrix.dpp_download_key }} \
-v dpp_logs_key:${{ matrix.dpp_logs_key }} -v netboot_utilities_support:True \
-v dts_ipxe_link:http://${ip_addr}:4321/dts.ipxe \
Expand Down

0 comments on commit 5cc50b4

Please sign in to comment.