From: Minh Diep Date: Thu, 17 Jan 2013 15:57:41 +0000 (-0800) Subject: LU-1018 tests: reduce runtime value for compilebench X-Git-Tag: 2.3.60~57 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=f86e9d455edabb5e85a62c78fd4cab580eb4c73e;p=fs%2Flustre-release.git 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: If03f7b5a71eb8a4b4b380638af872a012f9cdac5 Reviewed-on: http://review.whamcloud.com/5052 Tested-by: Hudson Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/functions.sh b/lustre/tests/functions.sh index 3543946..c039746 100644 --- a/lustre/tests/functions.sh +++ b/lustre/tests/functions.sh @@ -268,17 +268,13 @@ print_opts () { run_compilebench() { -# Takes: -# 5 min * cbench_RUNS -# SLOW=no 10 mins -# SLOW=yes 50 mins # Space estimation: # compile dir kernel-1 680MB -# required space 680MB * cbench_IDIRS = ~7 Gb +# required space 680MB * cbench_IDIRS = ~1.4 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