From: Laura Flores Date: Tue, 27 May 2025 17:09:04 +0000 (-0500) Subject: qa/crontab: update priority for tentacle upgrade command X-Git-Tag: testing/wip-vshankar-testing-20250529.134049-debug~21^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=3476b4c69b780f7351395cbda6975ea4255dcb87;p=ceph-ci.git 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 --- diff --git a/qa/crontab/teuthology-cronjobs b/qa/crontab/teuthology-cronjobs index e8a496a0e6f..d50b38d9392 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