Skip to content

Commit 3f62db0

Browse files
author
Laura Flores
committed
qa/crontab: update frequency and priority for rados nightlies
Although main rados nightlies are scheduled to run weekly, they are so low in the queue that they take weeks to run, and when they finally do, most of the jobs die (likely due to waiting in the queue so long). This commit increases the priority of main rados runs since these are most important for debugging new failures. To compliment this increase in priority, this commit also decreases the frequency of squid rados runs from twice a week to once a week, since once is more than enough. It also decreases the prioirity of squid runs. Signed-off-by: Laura Flores <[email protected]>
1 parent 586cc0f commit 3f62db0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qa/crontab/teuthology-cronjobs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ TEUTHOLOGY_SUITE_ARGS="--non-interactive --newest=100 --ceph-repo=https://git.ce
7171
## see script in https://github.com/ceph/ceph/tree/main/qa/machine_types
7272

7373
# rados is massive and difficult to bring down to less than 300 jobs, use one higher priority
74-
00 20 * * 0 $CW $SS 100000 --ceph main --suite rados -p 951
74+
00 20 * * 0 $CW $SS 100000 --ceph main --suite rados -p 101
7575
08 20 * * 1 $CW $SS 64 --ceph main --suite orch -p 950
7676
16 20 * * 2 $CW $SS 128 --ceph main --suite rbd -p 950
7777
24 20 1 * * $CW $SS 512 --ceph main --suite fs -p 700
@@ -86,7 +86,7 @@ TEUTHOLOGY_SUITE_ARGS="--non-interactive --newest=100 --ceph-repo=https://git.ce
8686

8787
# rados is massive and difficult to bring down to less than 300 jobs, use one higher priority
8888
# -p 94-
89-
00 21 * * 0,4 $CW $SS 100000 --ceph squid --suite rados -p 101 --force-priority
89+
00 21 * * 0 $CW $SS 100000 --ceph squid --suite rados -p 700 --force-priority
9090
08 21 * * 1,5 $CW $SS 64 --ceph squid --suite orch -p 100 --force-priority
9191
16 21 * * 2,6 $CW $SS 128 --ceph squid --suite rbd -p 100 --force-priority
9292
24 21 * * 3,0 $CW $SS 512 --ceph squid --suite fs -p 100 --force-priority

0 commit comments

Comments
 (0)