]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tests: removed filters for client-upgrade-* suites 28271/head
authorYuri Weinstein <yweinste@redhat.com>
Tue, 28 May 2019 20:33:12 +0000 (13:33 -0700)
committerYuri Weinstein <yweinste@redhat.com>
Tue, 28 May 2019 20:33:12 +0000 (13:33 -0700)
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
qa/crontab/teuthology-cronjobs

index fc907cab7e95c68d784aa7110e3f50bdfe5da762..c063a05e67e60e02af3a82f0391674d231dbc5af 100644 (file)
@@ -180,10 +180,11 @@ DISTRO_MIMIC="ubuntu_16.04,ubuntu_18.04,centos_7.4,rhel_7.5"
 ## ref: https://github.com/ceph/ceph/pull/27983; https://github.com/ceph/ceph/pull/27934; https://github.com/ceph/ceph/pull/28027
 ## --filter "ubuntu_16.04,centos_7.6,rhel_7.6" - test ONLY supported distro BEFORE mimic
 ## --filter "ubuntu_16.04,ubuntu_18.04,centos_7.6,rhel_7.6" - test ONLY supported distro AFTER mimic
-##
-47 01 * * 1,3  CEPH_BRANCH=nautilus; MACHINE_NAME=smithi; DISTRO_NAUTILUS="ubuntu_16.04,centos_7.6,rhel_7.6"; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH  -n 7 -m $MACHINE_NAME -s upgrade/client-upgrade-jewel-nautilus -k distro -e $CEPH_QA_EMAIL --suite-branch jewel --filter $DISTRO_NAUTILUS
-50 01 * * 1,3  CEPH_BRANCH=nautilus; MACHINE_NAME=smithi; DISTRO_NAUTILUS="ubuntu_16.04,centos_7.6,rhel_7.6"; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH  -n 7 -m $MACHINE_NAME -s upgrade/client-upgrade-luminous-nautilus -k distro -e $CEPH_QA_EMAIL --suite-branch luminous --filter $DISTRO_NAUTILUS
-50 01 * * 1,3  CEPH_BRANCH=nautilus; MACHINE_NAME=smithi; DISTRO_NAUTILUS="ubuntu_16.04,centos_7.6,ubuntu_18.04,rhel_7.6"; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH  -n 7 -m $MACHINE_NAME -s upgrade/client-upgrade-mimic -k distro -e $CEPH_QA_EMAIL --suite-branch mimic --filter $DISTRO_NAUTILUS
+## The suites below run withoit filters
+
+47 01 * * 1,3  CEPH_BRANCH=nautilus; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH  -n 7 -m $MACHINE_NAME -s upgrade/client-upgrade-jewel-nautilus -k distro -e $CEPH_QA_EMAIL --suite-branch jewel
+50 01 * * 1,3  CEPH_BRANCH=nautilus; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH  -n 7 -m $MACHINE_NAME -s upgrade/client-upgrade-luminous-nautilus -k distro -e $CEPH_QA_EMAIL --suite-branch luminous
+50 01 * * 1,3  CEPH_BRANCH=nautilus; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH  -n 7 -m $MACHINE_NAME -s upgrade/client-upgrade-mimic -k distro -e $CEPH_QA_EMAIL --suite-branch mimic
 
 #********** nautilus branch END