From ef9638a26a9eefaf815ee16097313e445f30b3aa Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Thu, 12 Jun 2014 11:30:12 -0500 Subject: [PATCH] Remove 'template' feature Neither Sage nor I could find anything that used it Signed-off-by: Zack Cerza --- schedule_suite.sh | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/schedule_suite.sh b/schedule_suite.sh index 0c0581be50b78..bebed9c051044 100755 --- a/schedule_suite.sh +++ b/schedule_suite.sh @@ -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 [email] [flavor] [teuthology-branch] [machinetype] [template] [distro]" + echo "usage: $0 [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 \ -- 2.39.5