]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Require -e arg for email address
authorYuri Weinstein <yweinste@redhat.com>
Thu, 12 Nov 2015 17:53:18 +0000 (09:53 -0800)
committerYuri Weinstein <yweinste@redhat.com>
Thu, 12 Nov 2015 17:53:18 +0000 (09:53 -0800)
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
machine_types/schedule_rados.sh

index 90ca1899654fe9c83b7df9b9c8a437b731f1edfc..c209e2f2b871e75a2ee1c513f20830fa1ba8e92d 100755 (executable)
@@ -4,6 +4,7 @@
 # $2 - branch name
 # $3 - machine name
 # $4 - filter out
+# $5 - email address
 
 ## example #1 
 ## (date +%U) week number
@@ -19,4 +20,4 @@
 ## $1 day of the week (0-6)
 ## /28 for 4 weeks
 
-teuthology-suite -v -c $2 -m $3 -k distro -s rados --subset $(echo "(($(date +%U) % 4) * 7) + $1" | bc)/28 $4
+teuthology-suite -v -c $2 -m $3 -k distro -s rados --subset $(echo "(($(date +%U) % 4) * 7) + $1" | bc)/28 $4 -e $5