Skip to content

Commit 627f55b

Browse files
WeiZhang555eryugey
authored andcommitted
xfstests: restrict xfstests version
Set xfstests to tag `v2023.12.10` or new test case will break integration CI occasionally. Signed-off-by: Wei Zhang <[email protected]>
1 parent be90837 commit 627f55b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tests/scripts/xfstests_pathr.exclude

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ generic/467
88
generic/471
99
generic/477
1010
generic/591
11-
generic/633
11+
generic/633
12+
generic/736

tests/scripts/xfstests_pathr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sudo apt-get install acl attr automake bc dbench dump e2fsprogs fio gawk \
1212

1313
# clone xfstests and install.
1414
cd /tmp/
15-
git clone git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git
15+
git clone -b v2023.12.10 git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git
1616
cd xfstests-dev
1717
make
1818
sudo make install

0 commit comments

Comments
 (0)