[Qa-jenkins-scm] [jenkins.debian.net] 01/01: d-i: only poll git once a day since pushes should trigger builds now

Holger Levsen holger at layer-acht.org
Mon Jun 20 20:00:43 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 c455661645fed3335f77bed8a022a3f3d235262d
Author: Philip Hands <phil at hands.com>
Date:   Mon Jun 20 21:28:39 2016 +0200

    d-i: only poll git once a day since pushes should trigger builds now
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 job-cfg/d-i.yaml.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/job-cfg/d-i.yaml.py b/job-cfg/d-i.yaml.py
index 73283a5..d7e3fae 100755
--- a/job-cfg/d-i.yaml.py
+++ b/job-cfg/d-i.yaml.py
@@ -487,7 +487,7 @@ data.append(
         'act': 'build',
         'branchdesc': 'master branch',
         'branch': 'origin/master',
-        'trg': 'H/6 * * * *',
+        'trg': 'H/1 H/1 * * *',
         'pkg': pkgs}})
 
 data.append(
@@ -498,7 +498,7 @@ data.append(
         'act': 'build',
         'branchdesc': 'pu/ branches',
         'branch': 'origin/pu/**',
-        'trg': 'H/10 * * * *',
+        'trg': 'H/1 H/1 * * *',
         'pkg': pkgs}})
 
 

-- 
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