]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tests: added the subset clause for nuatilis branch 27129/head
authorYuri Weinstein <yweinste@redhat.com>
Fri, 22 Mar 2019 15:21:29 +0000 (08:21 -0700)
committerYuri Weinstein <yweinste@redhat.com>
Fri, 22 Mar 2019 16:39:38 +0000 (09:39 -0700)
--subset x/2999 should generate ~250 jobs as result

Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
qa/machine_types/schedule_subset.sh

index 005d0dcc427cd1bfe7f2783dd50b8891aa513ee1..6364f4af7b211e0755f9e18fe63c6901deebd16d 100755 (executable)
@@ -43,6 +43,9 @@ elif [ $2 = "luminous" ] ; then
 elif [ $2 = "mimic" ] ; then
         # run mimic branch with /999 jobs
         teuthology-suite -v -c $2 -m $3 -k $6 -s $4 --subset $(echo "(($(date +%U) % 4) * 7) + $1" | bc)/999 -e $5 $7
+elif [ $2 = "nautilus" ] ; then
+        # run nautilus branch with /2999 jobs == ~ 250 jobs
+        teuthology-suite -v -c $2 -m $3 -k $6 -s $4 --subset $(echo "(($(date +%U) % 4) * 7) + $1" | bc)/2999 -e $5 $7
 else
         # run NON master branches without --newest 
         teuthology-suite -v -c $2 -m $3 -k $6 -s $4 --subset $(echo "(($(date +%U) % 4) * 7) + $1" | bc)/999 -e $5 $7