]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Added luminous to the mix 16430/head
authorYuri Weinstein <yweinste@redhat.com>
Wed, 19 Jul 2017 16:03:23 +0000 (09:03 -0700)
committerYuri Weinstein <yweinste@redhat.com>
Wed, 19 Jul 2017 16:03:23 +0000 (09:03 -0700)
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
qa/machine_types/schedule_subset.sh

index ea206ff4be37c36297cfbe77eecc0630044a7183..30a378d20ec096b53e8dcac5cca4368134ee5fb2 100755 (executable)
@@ -36,6 +36,9 @@ elif [ $2 = "jewel" ] ; then
 elif [ $2 = "kraken" ] ; then
         # run kraken branch with /40 jobs
         teuthology-suite -v -c $2 -m $3 -k distro -s $4 --subset $(echo "(($(date +%U) % 4) * 7) + $1" | bc)/40 -e $5 $6
+elif [ $2 = "luminous" ] ; then
+        # run luminous branch with /40 jobs
+        teuthology-suite -v -c $2 -m $3 -k distro -s $4 --subset $(echo "(($(date +%U) % 4) * 7) + $1" | bc)/40 -e $5 $6
 else
         # run NON master branches without --newest 
         teuthology-suite -v -c $2 -m $3 -k distro -s $4 --subset $(echo "(($(date +%U) % 4) * 7) + $1" | bc)/28 -e $5 $6