From: Yuri Weinstein Date: Tue, 19 May 2015 20:44:36 +0000 (-0700) Subject: Added script to schedule 1/14th part of rados X-Git-Tag: v10.2.6~165^2^2~472 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a7064a7b3d8a865dead3800a4d97bd70da6dec33;p=ceph.git Added script to schedule 1/14th part of rados Signed-off-by: Yuri Weinstein --- diff --git a/machine_types/schedule_rados.sh b/machine_types/schedule_rados.sh new file mode 100755 index 000000000000..befb7acd6f7a --- /dev/null +++ b/machine_types/schedule_rados.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +# $1 - part +# $2 - branch name +# $3 - machine name + +teuthology-suite -v -c $2 -m $3 -k distro -s rados --subset $(echo "(($(date +%U) % 2) * 7) + $1" | bc)/14