]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/crontab: Add weekly crimson-rados suites
authorNitzan Mordechai <nmordech@redhat.com>
Sun, 8 Sep 2024 08:33:08 +0000 (08:33 +0000)
committerNitzan Mordechai <nmordech@redhat.com>
Sun, 8 Sep 2024 12:14:03 +0000 (12:14 +0000)
This commit adds the Crimson-RADOS suite to the crontab jobs
that run weekly, matching the priority of the RADOS suite.

Signed-off-by: Nitzan Mordechai <nmordech@redhat.com>
qa/crontab/teuthology-cronjobs

index ea328eb22c76f4b8df63c340b74d80bfaa9c0a79..c979e5b105f67dfb1012334bca66fe595b6a4eff 100644 (file)
@@ -58,10 +58,6 @@ TEUTHOLOGY_SUITE_ARGS="--non-interactive --newest=100 --ceph-repo=https://git.ce
 # 00 03 * * 1 CEPH_BRANCH=main; MACHINE_NAME=smithi; $CW teuthology-suite -v -c $CEPH_BRANCH -n 100 -m $MACHINE_NAME -s windows -k distro -e $CEPH_QA_EMAIL
 
 
-## ********** crimson tests on main branch - weekly
-# 01 01 * * 0 CEPH_BRANCH=main; MACHINE_NAME=smithi; SUITE_NAME=crimson-rados; KERNEL=distro;  $CW $SCHEDULE 100000 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL $KERNEL
-
-
 ## ********** teuthology/nop on main branch - daily
 @daily             $CW $SS      1 --ceph main --suite teuthology/nop -p 1 --force-priority
 
@@ -78,9 +74,10 @@ TEUTHOLOGY_SUITE_ARGS="--non-interactive --newest=100 --ceph-repo=https://git.ce
 32 20 * * 4        $CW $SS      4 --ceph main --suite powercycle -p 950
 40 20 * * 5        $CW $SS      1 --ceph main --suite        rgw -p 950
 48 20 * * 6        $CW $SS      4 --ceph main --suite       krbd -p 950 --kernel testing
+56 20 * * 6        $CW $SS      1 --ceph main --suite crimson-rados -p 101 --force-priority --flavor crimson
 
 
-## squid branch runs - twice weekly
+## squid branch runs - twice weekly (crimson-rados is run 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/main/qa/machine_types
 
@@ -93,6 +90,7 @@ TEUTHOLOGY_SUITE_ARGS="--non-interactive --newest=100 --ceph-repo=https://git.ce
 32 21 * * 4,1      $CW $SS      4 --ceph squid --suite powercycle -p 100 --force-priority
 40 21 * * 5,2      $CW $SS      1 --ceph squid --suite        rgw -p 100 --force-priority
 48 21 * * 6,3      $CW $SS      4 --ceph squid --suite       krbd -p 100 --force-priority --kernel testing
+56 21 * * 6        $CW $SS      1 --ceph squid --suite crimson-rados -p 100 --force-priority --flavor crimson
 
 ## reef branch runs - weekly
 ## suites rados and rbd use --subset arg and must be call with schedule_subset.sh