diff options
author | Gabriella <33003137+gabriellasroman@users.noreply.github.com> | 2022-05-25 14:01:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-25 14:01:11 +0200 |
commit | 99c4e068c07ca243913d5abc22a57e3cbd8848b3 (patch) | |
tree | 6a32f11310c5eb123f44605391f8fb79bdb58c40 /qa/crontab | |
parent | Merge pull request #46385 from ceph/inclusive-rename-yaml (diff) | |
download | ceph-99c4e068c07ca243913d5abc22a57e3cbd8848b3.tar.xz ceph-99c4e068c07ca243913d5abc22a57e3cbd8848b3.zip |
teuthology-cronjobs: master->main
Signed-off-by: Gabriella Roman <gsroman@bu.edu>
Diffstat (limited to 'qa/crontab')
-rw-r--r-- | qa/crontab/teuthology-cronjobs | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/qa/crontab/teuthology-cronjobs b/qa/crontab/teuthology-cronjobs index d6b5fbd8a98..9d601e1958b 100644 --- a/qa/crontab/teuthology-cronjobs +++ b/qa/crontab/teuthology-cronjobs @@ -1,4 +1,4 @@ -PATH=/home/teuthology/src/teuthology_master/virtualenv/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin +PATH=/home/teuthology/src/teuthology_main/virtualenv/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin TEUTH_CEPH_REPO='https://github.com/ceph/ceph.git' TEUTH_SUITE_REPO='https://github.com/ceph/ceph.git' MAILTO="ceph-infra@redhat.com;yweinste@redhat.com" @@ -9,7 +9,7 @@ CEPH_QA_EMAIL="ceph-qa@ceph.io" ## AUTOMATED CRONTAB UPDATING ## https://code.google.com/archive/p/chkcrontab/wikis/CheckCrontab.wiki ## https://github.com/ceph/ceph-cm-ansible/pull/391 -## crontab is in https://github.com/ceph/ceph/master/qa/crontab/teuthology-cronjobs +## crontab is in https://github.com/ceph/ceph/main/qa/crontab/teuthology-cronjobs # chkcrontab: disable-msg=INVALID_USER # chkcrontab: disable-msg=USER_NOT_FOUND @daily /bin/bash /home/teuthology/bin/update-crontab.sh @@ -17,8 +17,8 @@ CEPH_QA_EMAIL="ceph-qa@ceph.io" # Ensure teuthology is up-to-date -@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 +@daily cd /home/teuthology/src/teuthology_main && /home/teuthology/bin/cron_wrapper git pull +@daily cd /home/teuthology/src/git.ceph.com_ceph_main && /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 @@ -28,22 +28,22 @@ CEPH_QA_EMAIL="ceph-qa@ceph.io" ## This is an example only, don't remove ! ## to see result open http://tracker.ceph.com/projects/ceph-qa-suite/wiki/ceph-ansible -@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; s/&/&/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"'<pre>'"$crontab"'</pre></text></wiki_page>' http://tracker.ceph.com/projects/ceph-qa-suite/wiki/ceph-ansible.xml?key=$(cat /etc/redmine-key) +@daily SUITE_NAME=~/src/ceph-qa-suite_main/suites/ceph-ansible; crontab=$(teuthology-describe-tests --show-facet no $SUITE_NAME | perl -p -e 's/</</g; s/>/>/g; s/&/&/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"'<pre>'"$crontab"'</pre></text></wiki_page>' http://tracker.ceph.com/projects/ceph-qa-suite/wiki/ceph-ansible.xml?key=$(cat /etc/redmine-key) -## ********** smoke tests on master, octopus, and pacific branches -0 5 * * 0,2,4 CEPH_BRANCH=master; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -n 100 -m $MACHINE_NAME -s smoke -k distro -e $CEPH_QA_EMAIL -p 70 +## ********** smoke tests on main, octopus, and pacific branches +0 5 * * 0,2,4 CEPH_BRANCH=main; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -n 100 -m $MACHINE_NAME -s smoke -k distro -e $CEPH_QA_EMAIL -p 70 0 8 * * 5 CEPH_BRANCH=octopus; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -s smoke -k distro -e $CEPH_QA_EMAIL -p 70 7 8 * * 6 CEPH_BRANCH=pacific; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -s smoke -k distro -e $CEPH_QA_EMAIL -p 70 -## ********** windows tests on master branch - weekly -00 03 * * 1 CEPH_BRANCH=master; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -n 100 -m $MACHINE_NAME -s windows -k distro -e $CEPH_QA_EMAIL +## ********** windows tests on main branch - weekly +00 03 * * 1 CEPH_BRANCH=main; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -n 100 -m $MACHINE_NAME -s windows -k distro -e $CEPH_QA_EMAIL ## quincy branch runs - weekly ## suites rados and rbd use --subset arg and must be call with schedule_subset.sh -## see script in https://github.com/ceph/ceph/tree/master/qa/machine_types +## see script in https://github.com/ceph/ceph/tree/main/qa/machine_types 01 07 * * 0 CEPH_BRANCH=quincy; MACHINE_NAME=smithi; SUITE_NAME=rados; KERNEL=distro; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 100000 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL $KERNEL 07 07 * * 0 CEPH_BRANCH=quincy; MACHINE_NAME=smithi; SUITE_NAME=orch; KERNEL=distro; /home/teuthology/bin/ cron_wrapper /home/teuthology/bin/schedule_subset.sh 100000 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL $KERNEL |