From 46c523919280ccc01214ee06ad4d290fd16e975d Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Tue, 29 Apr 2025 14:03:57 -0400 Subject: [PATCH] qa/crontab: add tentacle nightlies And delete reef nightlies. This is primarily because we do not have capacity to also test reef. Signed-off-by: Patrick Donnelly --- qa/crontab/teuthology-cronjobs | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/qa/crontab/teuthology-cronjobs b/qa/crontab/teuthology-cronjobs index ab0d07acedf95..7f31b4952fbd3 100644 --- a/qa/crontab/teuthology-cronjobs +++ b/qa/crontab/teuthology-cronjobs @@ -50,8 +50,8 @@ TEUTHOLOGY_SUITE_ARGS="--non-interactive --newest=100 --ceph-repo=https://git.ce ## ********** smoke tests on main and release branches 00 05 * * 0,2,4 $CW $SS 1 --ceph main --suite smoke -p 100 --force-priority +16 05 * * 0 $CW $SS 1 --ceph tentacle --suite smoke -p 100 --force-priority 08 05 * * 0 $CW $SS 1 --ceph squid --suite smoke -p 100 --force-priority -16 05 * * 0 $CW $SS 1 --ceph reef --suite smoke -p 100 --force-priority ## ********** windows tests on main branch - weekly # 00 03 * * 1 CEPH_BRANCH=main; MACHINE_NAME=smithi; $CW teuthology-suite -v -c $CEPH_BRANCH -n 100 -m $MACHINE_NAME -s windows -k distro -e $CEPH_QA_EMAIL @@ -72,6 +72,15 @@ TEUTHOLOGY_SUITE_ARGS="--non-interactive --newest=100 --ceph-repo=https://git.ce 48 20 * * 6 $CW $SS 4 --ceph main --suite krbd -p 950 --kernel testing 56 20 * * 2,6 $CW $SS 1 --ceph main --suite crimson-rados -p 101 --force-priority --flavor crimson +## tentacle branch runs - weekly +# rados is massive and difficult to bring down to less than 300 jobs, use one higher priority +00 22 * * 0 $CW $SS 100000 --ceph tentacle --suite rados -p 831 +08 22 * * 1 $CW $SS 64 --ceph tentacle --suite orch -p 830 +16 22 * * 2 $CW $SS 128 --ceph tentacle --suite rbd -p 830 +24 22 * * 3 $CW $SS 512 --ceph tentacle --suite fs -p 830 +32 22 * * 4 $CW $SS 4 --ceph tentacle --suite powercycle -p 830 +40 22 * * 5 $CW $SS 1 --ceph tentacle --suite rgw -p 830 +48 22 * * 6 $CW $SS 4 --ceph tentacle --suite krbd -p 830 --kernel testing ## squid branch runs - weekly # rados is massive and difficult to bring down to less than 300 jobs, use one higher priority @@ -83,16 +92,6 @@ TEUTHOLOGY_SUITE_ARGS="--non-interactive --newest=100 --ceph-repo=https://git.ce 40 21 * * 5 $CW $SS 1 --ceph squid --suite rgw -p 920 48 21 * * 6 $CW $SS 4 --ceph squid --suite krbd -p 920 --kernel testing -## reef branch runs - weekly -# rados is massive and difficult to bring down to less than 300 jobs, use one higher priority -00 22 * * 0 $CW $SS 100000 --ceph reef --suite rados -p 931 -08 22 * * 1 $CW $SS 64 --ceph reef --suite orch -p 930 -16 22 * * 2 $CW $SS 128 --ceph reef --suite rbd -p 930 -24 22 * * 3 $CW $SS 512 --ceph reef --suite fs -p 930 -32 22 * * 4 $CW $SS 4 --ceph reef --suite powercycle -p 930 -40 22 * * 5 $CW $SS 1 --ceph reef --suite rgw -p 930 -48 22 * * 6 $CW $SS 4 --ceph reef --suite krbd -p 930 --kernel testing - ### The suite below must run on bare-metal because it's performance suite and run 3 times to produce more data points # 57 03 * * 6 CEPH_BRANCH=quincy; MACHINE_NAME=smithi; $CW teuthology-suite -v -c $CEPH_BRANCH -n 100 -m $MACHINE_NAME -s perf-basic -k distro -e $CEPH_QA_EMAIL -N 3 @@ -111,17 +110,15 @@ TEUTHOLOGY_SUITE_ARGS="--non-interactive --newest=100 --ceph-repo=https://git.ce 24 00 * * 1 $CW $SS 120000 --ceph quincy --suite upgrade:octopus-x -p 820 32 00 * * 1 $CW $SS 120000 --ceph quincy --suite upgrade:pacific-x -p 820 -### upgrade runs for reef release +### upgrade runs for tentacle release ###### on smithi -08 01 * * 3 $CW $SS 1 --ceph reef --suite upgrade:pacific-x -p 830 -16 01 * * 3 $CW $SS 1 --ceph reef --suite upgrade:quincy-x -p 830 +08 01 * * 3 $CW $SS 1 --ceph tentacle --suite upgrade -p 100 ### upgrade runs for squid release ###### on smithi -# -p 840 -08 02 * * 5 $CW $SS 32 --ceph squid --suite upgrade -p 100 --force-priority +08 02 * * 5 $CW $SS 32 --ceph squid --suite upgrade -p 840 --force-priority ### upgrade runs for main ###### on smithi -- 2.39.5