]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
schedule_suite.sh: include default machine type in job name
authorSage Weil <sage@inktank.com>
Thu, 3 Oct 2013 23:34:09 +0000 (16:34 -0700)
committerSage Weil <sage@inktank.com>
Thu, 3 Oct 2013 23:34:09 +0000 (16:34 -0700)
Signed-off-by: Sage Weil <sage@inktank.com>
schedule_suite.sh

index 77e2f9367ee679bca019d65334d070f095c6c267..6920f72a6fef016969a2353cc5940b452347c8b5 100755 (executable)
@@ -25,6 +25,7 @@ else
 fi
 [ -z "$flavor" ] && flavor='basic'
 [ -z "$distro" ] && distro='ubuntu'
+[ -z "$mtype" ] && mtype='plana'
 
 stamp=`date +%Y-%m-%d_%H:%M:%S`
 nicesuite=`echo $suite | sed 's/\//:/g'`
@@ -96,8 +97,6 @@ if [ -z "$teuthology_branch" ]; then
 fi
 echo "teuthology branch $teuthology_branch"
 
-[ -z "$mtype" ] && mtype="plana"
-
 ## always include this
 fn="/tmp/schedule.suite.$$"
 trap "rm $fn" EXIT