Whamcloud - gitweb
ATM-1754 tests: skip f_large_dir on aarch64 93/38693/2
authorAndreas Dilger <adilger@whamcloud.com>
Thu, 21 May 2020 20:57:49 +0000 (14:57 -0600)
committerAndreas Dilger <adilger@whamcloud.com>
Fri, 22 May 2020 06:01:48 +0000 (06:01 +0000)
Skip the f_large_dir test on the aarch64 builders because this is
extremely slow (90 minutes) and clogs up the build system when
there are many patches in the queue.

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: I8c3a588c34caae5332b4c643df940b0e855cab07
Reviewed-on: https://review.whamcloud.com/38693
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Wang Shilong <wshilong@ddn.com>
Reviewed-by: Li Dongyang <dongyangli@ddn.com>
tests/f_large_dir/script

index 9af042c..8fc2a41 100644 (file)
@@ -2,6 +2,12 @@ OUT=$test_name.log
 EXP=$test_dir/expect
 E2FSCK=../e2fsck/e2fsck
 
+# skip this test on aarch64 builders because it is extremely slow
+if [ "`uname -m`" = "aarch64" ]; then
+       echo "$test_name: $test_description: skipped (slow on aarch64)"
+       return 0
+fi
+
 NAMELEN=255
 DIRENT_SZ=8
 BLOCKSZ=1024