From 4f67237b179377066b6fb31741684f15ae884344 Mon Sep 17 00:00:00 2001 From: Alex Zhuravlev Date: Mon, 2 Nov 2020 10:13:44 +0300 Subject: [PATCH] LU-14104 tests: sanity/123* shouldn't fail performance checks running in VMs as CPU resource isn't strictly guaranteed usually. Lustre-change: https://review.whamcloud.com/40512 Lustre-commit: b1915f13e3b69c72e3e4c1f2a32d022b6a20d347 Test-Parameters: trivial Signed-off-by: Alex Zhuravlev Change-Id: Ieec4a89b921f7ccc198eb10513d4980ad3a20b51 Reviewed-by: Andreas Dilger Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/53456 Tested-by: jenkins Tested-by: Maloo --- lustre/tests/sanity.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index b066f1a..d7526df 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -13202,6 +13202,7 @@ test_123a_base() { # was test 123, statahead(bug 11401) log "testing UP system. Performance may be lower than expected." SLOWOK=1 fi + running_in_vm && SLOWOK=1 rm -rf $DIR/$tdir test_mkdir $DIR/$tdir -- 1.8.3.1