]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
Remove 'template' feature
authorZack Cerza <zack@cerza.org>
Thu, 12 Jun 2014 16:30:12 +0000 (11:30 -0500)
committerZack Cerza <zack@cerza.org>
Wed, 25 Jun 2014 18:54:22 +0000 (12:54 -0600)
Neither Sage nor I could find anything that used it

Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
schedule_suite.sh

index 0c0581be50b78f7823caa6a38fdd90c120b0c1fc..bebed9c0510444c6bc873ea8d8adab019362b803 100755 (executable)
@@ -7,9 +7,8 @@ email=$4
 flavor=$5
 teuthology_branch=$6
 mtype=$7
-template=$8
-distro=$9
-limit=${10}
+distro=$8
+limit=${9}
 extra_args=""
 
 if [ -z "$limit" ]
@@ -20,7 +19,7 @@ else
 fi
 
 if [ -z "$kernel" ]; then
-    echo "usage: $0 <suite> <ceph branch> <kernel branch> [email] [flavor] [teuthology-branch] [machinetype] [template] [distro]"
+    echo "usage: $0 <suite> <ceph branch> <kernel branch> [email] [flavor] [teuthology-branch] [machinetype] [distro]"
     echo "  flavor can be 'basic', 'gcov', 'notcmalloc'."
     echo "  PRIO=123 in the environment sets priority (default 1000, smaller=higher)"
     exit 1
@@ -196,11 +195,6 @@ if [ "$flavor" = "gcov" ]; then
 EOF
 fi
 
-## template, too?
-if [ -n "$template" ]; then
-    sed s/CEPH_SHA1/$CEPH_SHA1/ $template | sed s/KERNEL_SHA1/$KERNEL_SHA1/ >> $fn
-fi
-
 echo "name $name"
 
 ./virtualenv/bin/teuthology-suite -v $fn \