Whamcloud - gitweb
LU-1018 tests: reduce runtime value for compilebench
authorMinh Diep <minh.diep@intel.com>
Tue, 15 Jan 2013 16:14:45 +0000 (08:14 -0800)
committerJohann Lombardi <johann.lombardi@intel.com>
Thu, 17 Jan 2013 15:50:53 +0000 (10:50 -0500)
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 <minh.diep@intel.com>
Change-Id: I6613c9d0245d6c49c8d94f1252eb13ac87a621a1
Reviewed-on: http://review.whamcloud.com/5032
Tested-by: Hudson
Reviewed-by: Jian Yu <jian.yu@intel.com>
Reviewed-by: Emoly Liu <emoly.liu@intel.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Johann Lombardi <johann.lombardi@intel.com>
lustre/tests/functions.sh

index 27acca5..360cc03 100644 (file)
@@ -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