From 160e0c98c8372a7127b4d0506579e946412034e6 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Mon, 23 Feb 2026 09:27:29 -0500 Subject: [PATCH] ceph-dev-cron: Use straight cron/timed trigger PollSCM was polling ceph-build.git for changes instead of ceph.git. Signed-off-by: David Galloway --- ceph-dev-cron/config/definitions/ceph-dev-cron.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/ceph-dev-cron/config/definitions/ceph-dev-cron.yml b/ceph-dev-cron/config/definitions/ceph-dev-cron.yml index f865fb35..c4a9edc3 100644 --- a/ceph-dev-cron/config/definitions/ceph-dev-cron.yml +++ b/ceph-dev-cron/config/definitions/ceph-dev-cron.yml @@ -20,11 +20,10 @@ projects: ceph-dev-cron triggers: - - pollscm: - cron: | - TZ=Etc/UTC - H 14 * * * - H 20 * * * + - timed: | + TZ=Etc/UTC + H 14 * * * + H 20 * * * pipeline-scm: scm: -- 2.47.3