Reducing the ammount of resulting jobs scheduled

Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
(cherry picked from commit 92980c3063487b477c1bff71ebb2c403bcdfa73c)
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
This commit is contained in:
Yuri Weinstein 2015-11-11 08:12:55 -08:00
parent 3d5bfdce94
commit 6c1a8a91c3

View File

@ -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