From 1b9ed0af0cb45faf13c1fa08bb95d661bc968eae Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Thu, 7 Jul 2016 09:20:42 +0200 Subject: reproducible: notes: poll SCM once a day now we're getting triggers Signed-off-by: Holger Levsen --- job-cfg/reproducible.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 641bb5d3..355f027b 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -44,7 +44,7 @@ triggers: - timed: '{my_timed}' - pollscm: - cron: '*/6 * * * *' + cron: '{my_scmpoll}' logrotate: daysToKeep: 90 numToKeep: 20 @@ -287,6 +287,7 @@ name: reproducible my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: '{my_hname}' + my_scmpoll: '*/6 * * * *' jobs: - '{name}_{my_task}_{my_arch}_{my_hname}': my_task: @@ -493,6 +494,7 @@ - 'notes': my_description: 'Generate HTML results ({my_reponame}) for reproducible builds, triggered by changes to the {my_reponame}.git repository.' my_timed: '57 0 * * *' + my_scmpoll: 'H/1 H/1 * * *' my_shell: '/srv/jenkins/bin/reproducible_{my_reponame}.py && /srv/jenkins/bin/reproducible_html_{my_reponame}.py' - 'source-date-epoch-spec': my_description: 'Generate the HTML of the reproducible builds SOURCE_DATE_EPOCH specification, triggered by changes to the {my_reponame}.git repository.' -- cgit v1.2.3-70-g09d2