From: Xiubo Li Date: Mon, 6 May 2024 01:57:39 +0000 (+0800) Subject: qa/fsx: use a specified sha1 to build the xfstest-dev X-Git-Tag: v17.2.8~3 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=67f0423b032a82c7aaabc7129057911e499e1623;p=ceph.git 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) (cherry picked from commit 4ccbf359add7c4f07ea088dd4693480bd8c1a242) --- 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 .