From cdf1874f325094668281429776342de82ebb8b8f Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Mon, 1 Jul 2024 12:24:57 -0400 Subject: [PATCH] qa/crontab: convert fs main run to monthly at higher priority The lab can't keep up with current nightly load; reduce fs runs on main branch to once a month but raise priority so we have a reliable baseline. Signed-off-by: Patrick Donnelly --- qa/crontab/teuthology-cronjobs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/crontab/teuthology-cronjobs b/qa/crontab/teuthology-cronjobs index a09f7d9cc19b2..bda42bf79acee 100644 --- a/qa/crontab/teuthology-cronjobs +++ b/qa/crontab/teuthology-cronjobs @@ -74,7 +74,7 @@ TEUTHOLOGY_SUITE_ARGS="--non-interactive --newest=100 --ceph-repo=https://git.ce 00 20 * * 0 $CW $SS 100000 --ceph main --suite rados -p 951 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 * * 3 $CW $SS 512 --ceph main --suite fs -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 48 20 * * 6 $CW $SS 4 --ceph main --suite krbd -p 950 --kernel testing -- 2.39.5