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

DAOS-16257 ucx: Test later MOFED ucx version. #15505

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from
4 changes: 2 additions & 2 deletions ci/provisioning/post_provision_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ source ci/provisioning/post_provision_config_common_functions.sh
# shellcheck disable=SC1091
source ci/junit.sh


: "${MLNX_VER_NUM:=24.04-0.6.6.0}"
echo "MLNX_VER_NUM=$MLNX_VER_NUM"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apologies. My mistake. Change this to:

Suggested change
echo "MLNX_VER_NUM=$MLNX_VER_NUM"
echo "MLNX_VER_NUM=${MLNX_VER_NUM:-}"

To avoid any unbound variable errors.

MLNX_VER_NUM="24.10-0.7.0.0"

: "${DISTRO:=EL_7}"
DSL_REPO_var="DAOS_STACK_${DISTRO}_LOCAL_REPO"
Expand Down
Loading