Skip to content

Commit

Permalink
Merge pull request ceph#58800 from ljflores/wip-update-crontab
Browse files Browse the repository at this point in the history
qa/crontab: update frequency and priority for rados nightlies
  • Loading branch information
ljflores authored Jul 30, 2024
2 parents 0ab5214 + 3f62db0 commit 808ecbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qa/crontab/teuthology-cronjobs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ TEUTHOLOGY_SUITE_ARGS="--non-interactive --newest=100 --ceph-repo=https://git.ce
## see script in https://github.com/ceph/ceph/tree/main/qa/machine_types

# rados is massive and difficult to bring down to less than 300 jobs, use one higher priority
00 20 * * 0 $CW $SS 100000 --ceph main --suite rados -p 951
00 20 * * 0 $CW $SS 100000 --ceph main --suite rados -p 101
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 1 * * $CW $SS 512 --ceph main --suite fs -p 700
Expand All @@ -86,7 +86,7 @@ TEUTHOLOGY_SUITE_ARGS="--non-interactive --newest=100 --ceph-repo=https://git.ce

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

0 comments on commit 808ecbb

Please sign in to comment.