[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: notes: poll SCM once a day now we're getting triggers
Holger Levsen
holger at layer-acht.org
Thu Jul 7 07:29:20 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 1b9ed0af0cb45faf13c1fa08bb95d661bc968eae
Author: Philip Hands <phil at hands.com>
Date: Thu Jul 7 09:20:42 2016 +0200
reproducible: notes: poll SCM once a day now we're getting triggers
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
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 641bb5d..355f027 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 at 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.'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list