summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-07-07 09:20:42 +0200
committerHolger Levsen <holger@layer-acht.org>2016-07-07 09:28:56 +0200
commit1b9ed0af0cb45faf13c1fa08bb95d661bc968eae (patch)
treea8cb28e5c3c627c27452a8f4853b1ad4b3e3ee08 /job-cfg
parent83a7f9942cd74b15a397c543e59add6ce0657fd9 (diff)
downloadjenkins.debian.net-1b9ed0af0cb45faf13c1fa08bb95d661bc968eae.tar.xz
reproducible: notes: poll SCM once a day now we're getting triggers
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'job-cfg')
-rw-r--r--job-cfg/reproducible.yaml4
1 files changed, 3 insertions, 1 deletions
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 <a href="https://anonscm.debian.org/git/reproducible/{my_reponame}.git" target="_blank">{my_reponame}.git</a> 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 <a href="https://anonscm.debian.org/git/reproducible/{my_reponame}.git" target="_blank">{my_reponame}.git</a> repository.'