Skip to content

Commit

Permalink
ci/ci.sh: Fix platform config names
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Żygowski <[email protected]>
  • Loading branch information
miczyg1 committed Jan 12, 2024
1 parent ffb6e3b commit 4c75769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ case "$vendor" in
device_ip="192.168.10.183"
rte_ip="192.168.10.199"
pikvm_ip="192.168.10.16"
config="msi-pro-z690-a-ddr4"
config="msi-pro-z690-a-wifi-ddr4"
;;
ms7d25_ddr5)
device_ip="192.168.10.93"
Expand All @@ -59,7 +59,7 @@ case "$vendor" in
device_ip="192.168.10.10"
rte_ip="192.168.10.127"
pikvm_ip="192.168.10.226"
config="msi-pro-z790-p-ddr5"
config="msi-pro-z790-p"
;;
*)
echo unknown board: $model
Expand Down

0 comments on commit 4c75769

Please sign in to comment.