]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Added script to schedule 1/14th part of rados
authorYuri Weinstein <yweinste@redhat.com>
Tue, 19 May 2015 20:44:36 +0000 (13:44 -0700)
committerYuri Weinstein <yweinste@redhat.com>
Tue, 19 May 2015 20:46:42 +0000 (13:46 -0700)
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
(cherry picked from commit a7064a7b3d8a865dead3800a4d97bd70da6dec33)

machine_types/schedule_rados.sh [new file with mode: 0755]

diff --git a/machine_types/schedule_rados.sh b/machine_types/schedule_rados.sh
new file mode 100755 (executable)
index 0000000..befb7ac
--- /dev/null
@@ -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