osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/29248 )
Change subject: jobs/update-osmo-ci-on-slaves: run every day ......................................................................
jobs/update-osmo-ci-on-slaves: run every day
Make sure scripts/osmo-ci-docker-rebuild.sh runs at least once a day on the jenkins nodes, so the docker images are less likely to expire due to being unused. This was the reason for master-osmo-opencm3-projects and gerrit-osmo_dia2gsup failing.
Related: https://osmocom.org/projects/osmocom-servers/wiki/Docker_cache_clean_up Change-Id: If5c4b3cb87100ab6c44d717a17986a4f0c6570fe --- M jobs/update-osmo-ci-on-slaves.yml 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: Jenkins Builder: Verified fixeria: Looks good to me, but someone else must approve laforge: Looks good to me, but someone else must approve osmith: Looks good to me, approved
diff --git a/jobs/update-osmo-ci-on-slaves.yml b/jobs/update-osmo-ci-on-slaves.yml index 36ed922..41181cd 100644 --- a/jobs/update-osmo-ci-on-slaves.yml +++ b/jobs/update-osmo-ci-on-slaves.yml @@ -35,6 +35,7 @@ - pollscm: cron: "H/5 * * * *" ignore-post-commit-hooks: false + - timed: "H H * * *"
builders: - shell: './contrib/jenkins.sh'