[PATCH] osmo-ci[master]: jobs: master: also trigger once per day

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Fri Jan 19 04:25:26 UTC 2018


Review at  https://gerrit.osmocom.org/5924

jobs: master: also trigger once per day

Recently we had changes to osmo-ci, and I noticed that although some master
builds were broken by that, the builds were still showing success -- of twenty
days ago.

Run each master build at least once a day to indicate odd side effect failure
sooner.

Change-Id: I126de2bab3db22cb693b0fa665f6579de9238fdf
---
M jobs/master-builds.yml
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/24/5924/1

diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index 84a97a9..c05ba4a 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -299,6 +299,7 @@
       - pollscm:
           cron: "H/5 * * * *"
           ignore-post-commit-hooks: false
+      - timed: "H H * * *"
 
     builders:
       - shell: '{obj:cmd}'

-- 
To view, visit https://gerrit.osmocom.org/5924
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I126de2bab3db22cb693b0fa665f6579de9238fdf
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list