From 3476b4c69b780f7351395cbda6975ea4255dcb87 Mon Sep 17 00:00:00 2001 From: Laura Flores Date: Tue, 27 May 2025 12:09:04 -0500 Subject: [PATCH] qa/crontab: update priority for tentacle upgrade command The current prio (100) results in this error: ``` teuthology.exceptions.ScheduleFailError: Scheduling failed: Unable to schedule 244 jobs with priority 100. ``` I tested the prio on 150 on my teuthology setup, and this passes with the amount of jobs. Signed-off-by: Laura Flores --- 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 e8a496a0e6fe4..d50b38d939268 100644 --- a/qa/crontab/teuthology-cronjobs +++ b/qa/crontab/teuthology-cronjobs @@ -114,7 +114,7 @@ TEUTHOLOGY_SUITE_ARGS="--non-interactive --newest=100 --ceph-repo=https://git.ce ### upgrade runs for tentacle release ###### on smithi -08 01 * * 3 $CW $SS 1 --ceph tentacle --suite upgrade -p 100 +08 01 * * 3 $CW $SS 1 --ceph tentacle --suite upgrade -p 150 ### upgrade runs for squid release ###### on smithi -- 2.39.5