From 524e339a9d2d6f0a3cb4798ed4f885c0699880eb Mon Sep 17 00:00:00 2001 From: Yuri Weinstein Date: Wed, 12 Jun 2019 09:13:15 -0700 Subject: [PATCH] qa/tests: removed upgrade/client-upgrade-hammer becasue ubuntu 14.04 is not supported Also removed ubuntu 14.04 filters Signed-off-by: Yuri Weinstein --- qa/crontab/teuthology-cronjobs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/qa/crontab/teuthology-cronjobs b/qa/crontab/teuthology-cronjobs index 42be68e09c1f..5cfc9ff12bf1 100644 --- a/qa/crontab/teuthology-cronjobs +++ b/qa/crontab/teuthology-cronjobs @@ -89,9 +89,8 @@ CEPH_QA_EMAIL="ceph-qa@lists.ceph.com" ## upgrades suites for on luminous ## !!!! three suites below MUST use --suite-branch hammer, kraken OR jewel -## --filter "ubuntu_14.04,ubuntu_16.04,centos_7.4" == test only supported distro -45 05 * * 7 CEPH_BRANCH=luminous; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -s upgrade/client-upgrade-hammer -k distro -e $CEPH_QA_EMAIL --suite-branch hammer --filter "ubuntu_14.04" -47 05 * * 7 CEPH_BRANCH=luminous; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -s upgrade/client-upgrade-jewel -k distro -e $CEPH_QA_EMAIL --suite-branch jewel --filter "ubuntu_14.04,ubuntu_16.04,centos_7.4" +## --filter "ubuntu_16.04,centos_7.4" == test only supported distro +47 05 * * 7 CEPH_BRANCH=luminous; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -s upgrade/client-upgrade-jewel -k distro -e $CEPH_QA_EMAIL --suite-branch jewel --filter "ubuntu_16.04,centos_7.4" 50 05 * * 7 CEPH_BRANCH=luminous; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -s upgrade/client-upgrade-kraken -k distro -e $CEPH_QA_EMAIL --suite-branch kraken ## point-to-point upgrades suites on luminous 30 05 * * 7 CEPH_BRANCH=luminous; MACHINE_NAME=smithi;/home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -s upgrade/luminous-p2p -k distro -e $CEPH_QA_EMAIL -- 2.47.3