From 3daf7916f632de4fcc73583ea4a7d5b8ba50720c Mon Sep 17 00:00:00 2001 From: Ionut Balutoiu Date: Mon, 17 Jan 2022 14:44:56 +0200 Subject: [PATCH] Add triggers for `wnbd-build` and `ceph-windows-installer-build` Add daily triggers for `wnbd-build` and `ceph-windows-installer-build`. The ceph-windows installer trigger time is offset by 1 hour to allow the `wnbd` build to be uploaded to Chacra. --- .../config/definitions/ceph-windows-installer-build.yml | 3 +++ wnbd-build/config/definitions/wnbd-build.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/ceph-windows-installer-build/config/definitions/ceph-windows-installer-build.yml b/ceph-windows-installer-build/config/definitions/ceph-windows-installer-build.yml index 35b0ad11..7ed24c0e 100644 --- a/ceph-windows-installer-build/config/definitions/ceph-windows-installer-build.yml +++ b/ceph-windows-installer-build/config/definitions/ceph-windows-installer-build.yml @@ -52,6 +52,9 @@ If this is checked, then the binaries will be built and pushed to chacra even if they already exist in chacra. + triggers: + - timed: "H 1 * * *" + scm: - git: url: https://github.com/cloudbase/ceph-windows-installer.git diff --git a/wnbd-build/config/definitions/wnbd-build.yml b/wnbd-build/config/definitions/wnbd-build.yml index 31f3d4ad..9dce8cbd 100644 --- a/wnbd-build/config/definitions/wnbd-build.yml +++ b/wnbd-build/config/definitions/wnbd-build.yml @@ -32,6 +32,9 @@ If this is checked, then the binaries will be built and pushed to chacra even if they already exist in chacra. + triggers: + - timed: "H 0 * * *" + scm: - git: url: https://github.com/ceph/wnbd.git -- 2.39.5