From 4ccbf359add7c4f07ea088dd4693480bd8c1a242 Mon Sep 17 00:00:00 2001 From: Xiubo Li Date: Mon, 6 May 2024 09:57:39 +0800 Subject: [PATCH] qa/fsx: use a specified sha1 to build the xfstest-dev This sha1 is the latest master head and works well for our tests. Fixes: https://tracker.ceph.com/issues/64572 Signed-off-by: Xiubo Li (cherry picked from commit 740025da227e75575fa7732141c60c6398442e43) --- qa/workunits/suites/fsx.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qa/workunits/suites/fsx.sh b/qa/workunits/suites/fsx.sh index a107fb423b491..9eac07119d3ef 100755 --- a/qa/workunits/suites/fsx.sh +++ b/qa/workunits/suites/fsx.sh @@ -4,6 +4,8 @@ set -e git clone https://git.ceph.com/xfstests-dev.git cd xfstests-dev +# This sha1 is the latest master head and works well for our tests. +git checkout 0e5c12dfd008efc2848c98108c9237487e91ef35 make -j4 cd .. cp xfstests-dev/ltp/fsx . -- 2.39.5