]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tests: added pacific branch to the mix 39063/head
authorYuri Weinstein <yweinste@redhat.com>
Mon, 25 Jan 2021 16:36:28 +0000 (08:36 -0800)
committerYuri Weinstein <yweinste@redhat.com>
Mon, 25 Jan 2021 16:40:31 +0000 (08:40 -0800)
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
qa/machine_types/schedule_subset.sh

index 0970b294844c57eddbed9174374acb94a51952a4..229b84b1657b9e7e6abe339119e4a1c228021f29 100755 (executable)
@@ -46,7 +46,10 @@ elif [ $2 = "nautilus" ] ; then
         teuthology-suite -v -c $2 -m $3 -k $6 -s $4 --subset $(echo "(($(date +%U) % 4) * 7) + $1" | bc)/2999 -e $5 $7
 elif [ $2 = "octopus" ] ; then
         teuthology-suite -v -c $2 -m $3 -k $6 -s $4 --subset $(echo "(($(date +%U) % 4) * 7) + $1" | bc)/9999 -e $5 $7
-        # run nautilus branch with /100000 jobs fir rados == ~ 300 job
+        # run octopus branch with /100000 jobs for rados == ~ 300 job
+elif [ $2 = "pacific" ] ; then
+        teuthology-suite -v -c $2 -m $3 -k $6 -s $4 --subset $(echo "(($(date +%U) % 4) * 7) + $1" | bc)/99999 -e $5 $7
+        # run pacific branch with /99999 jobs for rados == ~ 367 job
 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