From: Yuri Weinstein Date: Mon, 2 Nov 2015 16:01:50 +0000 (-0800) Subject: Added $4 for filter out "random.yaml\,async.yaml" tests for now X-Git-Tag: v10.2.6~165^2^2~299^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ef04eaccfa2e11286d68fb84e9dc66a0ff2a430b;p=ceph.git Added $4 for filter out "random.yaml\,async.yaml" tests for now Signed-off-by: Yuri Weinstein --- diff --git a/machine_types/schedule_rados.sh b/machine_types/schedule_rados.sh index befb7acd6f7a..613cb36019b9 100755 --- a/machine_types/schedule_rados.sh +++ b/machine_types/schedule_rados.sh @@ -3,5 +3,6 @@ # $1 - part # $2 - branch name # $3 - machine name +# $4 - filter out -teuthology-suite -v -c $2 -m $3 -k distro -s rados --subset $(echo "(($(date +%U) % 2) * 7) + $1" | bc)/14 +teuthology-suite -v -c $2 -m $3 -k distro -s rados --subset $(echo "(($(date +%U) % 2) * 7) + $1" | bc)/14 $4