From 4a78df07e16159395c6615f5057ecebe7ab650dd Mon Sep 17 00:00:00 2001 From: Yuri Weinstein Date: Thu, 12 Nov 2015 09:53:18 -0800 Subject: [PATCH] Require -e arg for email address Signed-off-by: Yuri Weinstein --- machine_types/schedule_rados.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/machine_types/schedule_rados.sh b/machine_types/schedule_rados.sh index 90ca1899654fe..c209e2f2b871e 100755 --- a/machine_types/schedule_rados.sh +++ b/machine_types/schedule_rados.sh @@ -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 -- 2.39.5