]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tests: running rados with -p 80 to produce better test results on master 37114/head
authorYuri Weinstein <yweinste@redhat.com>
Fri, 11 Sep 2020 17:49:35 +0000 (10:49 -0700)
committerYuri Weinstein <yweinste@redhat.com>
Fri, 11 Sep 2020 17:49:35 +0000 (10:49 -0700)
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
qa/machine_types/schedule_subset.sh

index 97f66d34b78629a8a6679a86a5c6ad113500d5f9..32fd2e34189958c8a5a73668b12cd7e8bdcfa805 100755 (executable)
@@ -26,8 +26,9 @@
 
 echo "Scheduling " $2 " branch"
 if [ $2 = "master" ] ; then
-        # run master branch with --newest option looking for good sha1 7 builds back with /9999 jobs
-        teuthology-suite -v -c $2 -m $3 -k $6 -s $4 --subset $(echo "(($(date +%U) % 4) * 7) + $1" | bc)/100000 --newest 7 -e $5 $7
+        # run master branch with --newest option looking for good sha1 7 builds back with /100000 jobs
+        # using '-p 80 --force-priority' as an execption ATM
+        teuthology-suite -v -c $2 -m $3 -k $6 -s $4 --subset $(echo "(($(date +%U) % 4) * 7) + $1" | bc)/100000 --newest 7 -e $5 $7 -p 80 --force-priority
 elif [ $2 = "hammer" ] ; then
         # run hammer branch with less jobs
         teuthology-suite -v -c $2 -m $3 -k $6 -s $4 --subset $(echo "(($(date +%U) % 4) * 7) + $1" | bc)/56 -e $5 $7