]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa.tests: added "smoke" suite to the schedule on "mimic","nautilus" 28479/head
authorYuri Weinstein <yweinste@redhat.com>
Mon, 10 Jun 2019 19:40:30 +0000 (12:40 -0700)
committerYuri Weinstein <yweinste@redhat.com>
Mon, 10 Jun 2019 19:40:30 +0000 (12:40 -0700)
Note: frequency can/will reduce later

Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
qa/crontab/teuthology-cronjobs

index 513bc7e7b93a602c0d9d6c593b19d3c8a82674c9..42be68e09c1fe46dacc33ff8afad595daff73c22 100644 (file)
@@ -29,8 +29,10 @@ CEPH_QA_EMAIL="ceph-qa@lists.ceph.com"
 @daily SUITE_NAME=~/src/ceph-qa-suite_master/suites/ceph-ansible; crontab=$(teuthology-describe-tests --show-facet no $SUITE_NAME | perl -p -e 's/</&lt;/g; s/>/&gt;/g; s/&/&amp;/g') ; header=$(echo h4. $SUITE_NAME ; echo " "; echo " ") ; curl --verbose -X PUT --header 'Content-type: application/xml' --data-binary '<?xml version="1.0"?><wiki_page><text>'"$header"'&lt;pre&gt;'"$crontab"'&lt;/pre&gt;</text></wiki_page>' http://tracker.ceph.com/projects/ceph-qa-suite/wiki/ceph-ansible.xml?key=$(cat /etc/redmine-key)
 
 
-## ********** smoke tests on master branch
+## ********** smoke tests on master, mimic and nautilus branches
 0 5  * * * CEPH_BRANCH=master; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -n 7 -m $MACHINE_NAME -s smoke -k testing -p 71 -e $CEPH_QA_EMAIL
+0 6  * * * CEPH_BRANCH=mimic; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -s smoke -k testing -p 71 -e $CEPH_QA_EMAIL
+0 7  * * * CEPH_BRANCH=nautilus; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -s smoke -k testing -p 71 -e $CEPH_QA_EMAIL
 
 ## master branch runs - frequency 3 times a week 
 ## suites rados, rbd and multimds use --subset arg and must be call with schedule_subset.sh