From a986bd0ae2db5805ae7e76f6182645d47a848e31 Mon Sep 17 00:00:00 2001 From: Yuri Weinstein Date: Mon, 10 Jun 2019 12:40:30 -0700 Subject: [PATCH] qa.tests: added "smoke" suite to the schedule on "mimic","nautilus" Note: frequency can/will reduce later Signed-off-by: Yuri Weinstein --- qa/crontab/teuthology-cronjobs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qa/crontab/teuthology-cronjobs b/qa/crontab/teuthology-cronjobs index 513bc7e7b93a..42be68e09c1f 100644 --- a/qa/crontab/teuthology-cronjobs +++ b/qa/crontab/teuthology-cronjobs @@ -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//>/g; s/&/&/g') ; header=$(echo h4. $SUITE_NAME ; echo " "; echo " ") ; curl --verbose -X PUT --header 'Content-type: application/xml' --data-binary ''"$header"'<pre>'"$crontab"'</pre>' 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 -- 2.47.3