From 9a2005d6643b0ba5a452a4002f5c014135acdb8a Mon Sep 17 00:00:00 2001 From: Yuri Weinstein Date: Mon, 9 Apr 2018 09:17:10 -0700 Subject: [PATCH] qa/tests - minor clean ups and made perf-suite run 3 times, so we can have more data points Signed-off-by: Yuri Weinstein --- qa/crontab/teuthology-cronjobs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/qa/crontab/teuthology-cronjobs b/qa/crontab/teuthology-cronjobs index d0aaa425aafba..b72ba8a5e76c8 100644 --- a/qa/crontab/teuthology-cronjobs +++ b/qa/crontab/teuthology-cronjobs @@ -15,18 +15,18 @@ CEPH_QA_EMAIL="ceph-qa@ceph.com" # Ensure teuthology is up-to-date -00 * * * * cd /home/teuthology/src/teuthology_master && /home/teuthology/bin/cron_wrapper git pull -55 16 * * * cd /home/teuthology/src/git.ceph.com_ceph_master && /home/teuthology/bin/cron_wrapper git pull +@daily cd /home/teuthology/src/teuthology_master && /home/teuthology/bin/cron_wrapper git pull +@daily cd /home/teuthology/src/git.ceph.com_ceph_master && /home/teuthology/bin/cron_wrapper git pull # Ensure ceph-sepia-secrets is up-to-date */5 * * * * cd /home/teuthology/ceph-sepia-secrets && /home/teuthology/bin/cron_wrapper git pull #Publish this crontab to the Tracker page http://tracker.ceph.com/projects/ceph-releases/wiki/Crontab -00 6 * * * crontab=$(crontab -l | perl -p -e 's//>/g; s/&/&/g') ; header=$(echo h3. Crontab ; echo) ; curl --verbose -X PUT --header 'Content-type: application/xml' --data-binary ''"$header"'<pre>'"$crontab"'</pre>' http://tracker.ceph.com/projects/ceph-releases/wiki/sepia.xml?key=$(cat /etc/redmine-key) +@daily crontab=$(crontab -l | perl -p -e 's//>/g; s/&/&/g') ; header=$(echo h3. Crontab ; echo) ; curl --verbose -X PUT --header 'Content-type: application/xml' --data-binary ''"$header"'<pre>'"$crontab"'</pre>' http://tracker.ceph.com/projects/ceph-releases/wiki/sepia.xml?key=$(cat /etc/redmine-key) ## This is an example only, don't remove ! ## to see result open http://tracker.ceph.com/projects/ceph-qa-suite/wiki/ceph-ansible -30 8 * * * 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) +@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 @@ -72,8 +72,8 @@ CEPH_QA_EMAIL="ceph-qa@ceph.com" 55 03 * * 1,6 CEPH_BRANCH=master; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -n 7 -m $MACHINE_NAME -s rest -k distro -e $CEPH_QA_EMAIL 59 03 * * 1,6 CEPH_BRANCH=master; MACHINE_NAME=mira; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -n 7 -m $MACHINE_NAME -s ceph-deploy -k distro -e $CEPH_QA_EMAIL 05 04 * * 1,6 CEPH_BRANCH=master; MACHINE_NAME=ovh; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -n 7 -m $MACHINE_NAME -s ceph-ansible -k distro -e $CEPH_QA_EMAIL -### The suite below must run on bare-metal because it's perfromance suite -57 03 * * * CEPH_BRANCH=master; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -n 7 -m $MACHINE_NAME -s perf-basic -k distro -e $CEPH_QA_EMAIL +### The suite below must run on bare-metal because it's perfromance suite and run 3 times to produce more data points +57 03 * * * CEPH_BRANCH=master; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -n 7 -m $MACHINE_NAME -s perf-basic -k distro -e $CEPH_QA_EMAIL -N 3 #********** jewel branch