From: Matan Breizman Date: Tue, 16 Dec 2025 11:03:25 +0000 (+0200) Subject: qa/crontab/teuthology-cronjobs: Use debug flavor X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F66648%2Fhead;p=ceph.git qa/crontab/teuthology-cronjobs: Use debug flavor Use the new Debug flavor introduced in https://github.com/ceph/ceph-build/pull/2497. This should provide more nightly test coverage. Signed-off-by: Matan Breizman --- diff --git a/qa/crontab/teuthology-cronjobs b/qa/crontab/teuthology-cronjobs index 0f59f5d96d9b..3faf62b83187 100644 --- a/qa/crontab/teuthology-cronjobs +++ b/qa/crontab/teuthology-cronjobs @@ -64,6 +64,7 @@ TEUTHOLOGY_SUITE_ARGS="--non-interactive --newest=100 --ceph-repo=https://git.ce ## main branch runs - weekly # rados is massive and difficult to bring down to less than 300 jobs, use one higher priority 00 20 * * 0 $CW $SS 100000 --ceph main --suite rados -p 101 --force-priority +04 20 * * 0 $CW $SS 100000 --ceph main --suite rados -p 101 --flavor debug --force-priority 08 20 * * 1 $CW $SS 64 --ceph main --suite orch -p 950 16 20 * * 2 $CW $SS 128 --ceph main --suite rbd -p 950 24 20 1 * * $CW $SS 512 --ceph main --suite fs -p 700 @@ -71,7 +72,7 @@ TEUTHOLOGY_SUITE_ARGS="--non-interactive --newest=100 --ceph-repo=https://git.ce # RGW is easy to get to under 50 runs, use a higher priority so we have recent baselines 40 20 * * 5 $CW $SS 1 --ceph main --suite rgw -p 150 --subset "$(($RANDOM % 30000))/30000" 48 20 * * 6 $CW $SS 4 --ceph main --suite krbd -p 950 --kernel testing -56 20 * * 2,6 $CW $SS 1 --ceph main --suite crimson-rados -p 101 --force-priority --flavor crimson-debug +56 20 * * 2,6 $CW $SS 1 --ceph main --suite crimson-rados -p 101 --force-priority --flavor debug 04 21 * * 2,6 $CW $SS 1 --ceph main --suite crimson-rados -p 101 --force-priority ## tentacle branch runs - weekly