From: Ionut Balutoiu Date: Mon, 17 Jan 2022 12:44:56 +0000 (+0200) Subject: Add triggers for `wnbd-build` and `ceph-windows-installer-build` X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3daf7916f632de4fcc73583ea4a7d5b8ba50720c;p=ceph-build.git 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. --- 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