From f1b487ccebe4928fc002e35745e43a0e7b0c5541 Mon Sep 17 00:00:00 2001 From: "Adam C. Emerson" Date: Thu, 11 Sep 2025 13:20:17 -0400 Subject: [PATCH] qa: Run fewer RGW jobs at higher priority every week So that they actually run. Signed-off-by: Adam C. Emerson --- qa/crontab/teuthology-cronjobs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qa/crontab/teuthology-cronjobs b/qa/crontab/teuthology-cronjobs index c50ef799cf6b1..81930a44d3402 100644 --- a/qa/crontab/teuthology-cronjobs +++ b/qa/crontab/teuthology-cronjobs @@ -68,7 +68,8 @@ TEUTHOLOGY_SUITE_ARGS="--non-interactive --newest=100 --ceph-repo=https://git.ce 16 20 * * 2 $CW $SS 128 --ceph main --suite rbd -p 950 24 20 1 * * $CW $SS 512 --ceph main --suite fs -p 700 32 20 * * 4 $CW $SS 4 --ceph main --suite powercycle -p 950 -40 20 * * 5 $CW $SS 1 --ceph main --suite rgw -p 950 +# 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 04 21 * * 2,6 $CW $SS 1 --ceph main --suite crimson-rados -p 101 --force-priority --flavor crimson-release -- 2.39.5