Skip to content

Commit 8b3860d

Browse files
authored
Merge pull request ceph#59653 from NitzanMordhai/wip-nitzan-crimson-add-crontab-weekly-tests
qa/crontab: Add weekly crimson-rados suites Reviewed-by: Matan Breizman <[email protected]>
2 parents a68aef1 + 908dc7f commit 8b3860d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

qa/crontab/teuthology-cronjobs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ TEUTHOLOGY_SUITE_ARGS="--non-interactive --newest=100 --ceph-repo=https://git.ce
5858
# 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
5959

6060

61-
## ********** crimson tests on main branch - weekly
62-
# 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
63-
64-
6561
## ********** teuthology/nop on main branch - daily
6662
@daily $CW $SS 1 --ceph main --suite teuthology/nop -p 1 --force-priority
6763

@@ -78,9 +74,10 @@ TEUTHOLOGY_SUITE_ARGS="--non-interactive --newest=100 --ceph-repo=https://git.ce
7874
32 20 * * 4 $CW $SS 4 --ceph main --suite powercycle -p 950
7975
40 20 * * 5 $CW $SS 1 --ceph main --suite rgw -p 950
8076
48 20 * * 6 $CW $SS 4 --ceph main --suite krbd -p 950 --kernel testing
77+
56 20 * * 6 $CW $SS 1 --ceph main --suite crimson-rados -p 101 --force-priority --flavor crimson
8178

8279

83-
## squid branch runs - twice weekly
80+
## squid branch runs - twice weekly (crimson-rados is run weekly)
8481
## suites rados and rbd use --subset arg and must be call with schedule_subset.sh
8582
## see script in https://github.com/ceph/ceph/tree/main/qa/machine_types
8683

@@ -93,6 +90,7 @@ TEUTHOLOGY_SUITE_ARGS="--non-interactive --newest=100 --ceph-repo=https://git.ce
9390
32 21 * * 4,1 $CW $SS 4 --ceph squid --suite powercycle -p 100 --force-priority
9491
40 21 * * 5,2 $CW $SS 1 --ceph squid --suite rgw -p 100 --force-priority
9592
48 21 * * 6,3 $CW $SS 4 --ceph squid --suite krbd -p 100 --force-priority --kernel testing
93+
56 21 * * 6 $CW $SS 1 --ceph squid --suite crimson-rados -p 100 --force-priority --flavor crimson
9694

9795
## reef branch runs - weekly
9896
## suites rados and rbd use --subset arg and must be call with schedule_subset.sh

0 commit comments

Comments
 (0)