From 45889a242ca76f4214815a2e0844563ca031756c Mon Sep 17 00:00:00 2001 From: Giacomo Marciani Date: Thu, 26 Sep 2024 10:11:14 +0200 Subject: [PATCH] [Test] Upgrade fabtests to version 1.22.0 so that it is aligned to the current version of libfabric. Signed-off-by: Giacomo Marciani --- .../tests/efa/test_efa/test_efa/install-fabtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration-tests/tests/efa/test_efa/test_efa/install-fabtests.sh b/tests/integration-tests/tests/efa/test_efa/test_efa/install-fabtests.sh index 4229dc3619..acea54aad3 100755 --- a/tests/integration-tests/tests/efa/test_efa/test_efa/install-fabtests.sh +++ b/tests/integration-tests/tests/efa/test_efa/test_efa/install-fabtests.sh @@ -8,7 +8,7 @@ set -ex FABTESTS_DIR="$1" FABTESTS_REPO="https://github.com/ofiwg/libfabric.git" -FABTESTS_VERSION="1.21.0" +FABTESTS_VERSION="1.22.0" FABTESTS_SOURCES_DIR="$FABTESTS_DIR/sources" LIBFABRIC_DIR="/opt/amazon/efa" CUDA_DIR="/usr/local/cuda"