Skip to content

Commit d4ad80b

Browse files
committed
qa/crontab/teuthology-cronjobs: Use debug flavor
Use the new Debug flavor introduced in ceph/ceph-build#2497. This should provide more nightly test coverage. Signed-off-by: Matan Breizman <mbreizma@redhat.com>
1 parent 489164a commit d4ad80b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

qa/crontab/teuthology-cronjobs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,15 @@ TEUTHOLOGY_SUITE_ARGS="--non-interactive --newest=100 --ceph-repo=https://git.ce
6464
## main branch runs - weekly
6565
# rados is massive and difficult to bring down to less than 300 jobs, use one higher priority
6666
00 20 * * 0 $CW $SS 100000 --ceph main --suite rados -p 101 --force-priority
67+
04 20 * * 0 $CW $SS 100000 --ceph main --suite rados -p 101 --flavor debug --force-priority
6768
08 20 * * 1 $CW $SS 64 --ceph main --suite orch -p 950
6869
16 20 * * 2 $CW $SS 128 --ceph main --suite rbd -p 950
6970
24 20 1 * * $CW $SS 512 --ceph main --suite fs -p 700
7071
32 20 * * 4 $CW $SS 4 --ceph main --suite powercycle -p 950
7172
# RGW is easy to get to under 50 runs, use a higher priority so we have recent baselines
7273
40 20 * * 5 $CW $SS 1 --ceph main --suite rgw -p 150 --subset "$(($RANDOM % 30000))/30000"
7374
48 20 * * 6 $CW $SS 4 --ceph main --suite krbd -p 950 --kernel testing
74-
56 20 * * 2,6 $CW $SS 1 --ceph main --suite crimson-rados -p 101 --force-priority --flavor crimson-debug
75+
56 20 * * 2,6 $CW $SS 1 --ceph main --suite crimson-rados -p 101 --force-priority --flavor debug
7576
04 21 * * 2,6 $CW $SS 1 --ceph main --suite crimson-rados -p 101 --force-priority
7677

7778
## tentacle branch runs - weekly

0 commit comments

Comments
 (0)