From b4d9409045bedead5e9565f5513c4a2006b1a460 Mon Sep 17 00:00:00 2001 From: Minh Diep Date: Tue, 15 Jan 2013 08:14:45 -0800 Subject: [PATCH] LU-1018 tests: reduce runtime value for compilebench We are reducing the cbench_IDIRS and cbench_RUNS to 2. These variables can be adjusted to other runs beside sanity check. Test-Parameters: envdefinitions=SLOW=yes,ENABLE_QUOTA=yes testlist=parallel-scale Signed-off-by: Minh Diep Change-Id: I6613c9d0245d6c49c8d94f1252eb13ac87a621a1 Reviewed-on: http://review.whamcloud.com/5032 Tested-by: Hudson Reviewed-by: Jian Yu Reviewed-by: Emoly Liu Tested-by: Maloo Reviewed-by: Johann Lombardi --- lustre/tests/functions.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lustre/tests/functions.sh b/lustre/tests/functions.sh index 27acca5..360cc03 100644 --- a/lustre/tests/functions.sh +++ b/lustre/tests/functions.sh @@ -126,14 +126,14 @@ run_compilebench() { # Takes: # 5 min * cbench_RUNS # SLOW=no 10 mins -# SLOW=yes 50 mins +# SLOW=yes 10 mins # Space estimation: # compile dir kernel-1 680MB # required space 680MB * cbench_IDIRS = ~7 Gb cbench_DIR=${cbench_DIR:-""} - cbench_IDIRS=${cbench_IDIRS:-4} - cbench_RUNS=${cbench_RUNS:-4} + cbench_IDIRS=${cbench_IDIRS:-2} + cbench_RUNS=${cbench_RUNS:-2} print_opts cbench_DIR cbench_IDIRS cbench_RUNS -- 1.8.3.1