From: Yuri Weinstein Date: Wed, 11 Nov 2015 16:12:55 +0000 (-0800) Subject: Reducing the ammount of resulting jobs scheduled X-Git-Tag: v10.2.6~165^2^2~290^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6c1a8a91c3f3f9756c5bca0d9140db0183d6057f;p=ceph.git Reducing the ammount of resulting jobs scheduled Signed-off-by: Yuri Weinstein (cherry picked from commit 92980c3063487b477c1bff71ebb2c403bcdfa73c) Signed-off-by: Yuri Weinstein --- diff --git a/machine_types/schedule_rados.sh b/machine_types/schedule_rados.sh index 613cb36019b9..4e298cdb8ea1 100755 --- a/machine_types/schedule_rados.sh +++ b/machine_types/schedule_rados.sh @@ -5,4 +5,4 @@ # $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 $4 +teuthology-suite -v -c $2 -m $3 -k distro -s rados --subset $(echo "(($(date +%U) % 2) * 7) + $1" | bc)/28 $4