]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/crontab: check older builds on teuthology/nop when necessary 50794/head
authorLaura Flores <lflores@redhat.com>
Thu, 30 Mar 2023 15:38:14 +0000 (10:38 -0500)
committerLaura Flores <lflores@redhat.com>
Thu, 30 Mar 2023 15:38:14 +0000 (10:38 -0500)
Today's scheduled run failed since the newest build of main
had failed. If we add `-n 10` to the command, this will
make it so we start at the newest build and backtrack
up to 10 older builds if necessary.

A higher number than that is not necessary, as the suite
failing to run will signal to us that more than the last
10 main builds are broken in Shaman.

Signed-off-by: Laura Flores <lflores@redhat.com>
qa/crontab/teuthology-cronjobs

index bc1e92acb220a3ef679ace8297d080230cf644ac..1fc21ed0c35ba7e3e6ddfc85f4153dbb8dd50dd1 100644 (file)
@@ -44,7 +44,7 @@ CEPH_QA_EMAIL="ceph-qa@ceph.io"
 # 01 01 * * 0 CEPH_BRANCH=main; MACHINE_NAME=smithi; SUITE_NAME=crimson-rados; KERNEL=distro;  /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 100000 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL $KERNEL
 
 ## ********** teuthology/nop on main branch - daily
-0 0 * * * CEPH_BRANCH=main; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -s teuthology/nop -k distro -e $CEPH_QA_EMAIL -p 50
+0 0 * * * CEPH_BRANCH=main; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -n 10 -m $MACHINE_NAME -s teuthology/nop -k distro -e $CEPH_QA_EMAIL -p 50
 
 ## quincy branch runs - weekly
 ## suites rados and rbd use --subset arg and must be call with schedule_subset.sh