diff options
author | Philip Hands <phil@hands.com> | 2016-06-20 21:28:39 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-06-20 22:00:10 +0200 |
commit | c455661645fed3335f77bed8a022a3f3d235262d (patch) | |
tree | 87f40fff4520e3ce8338948e0786ca7dce5d569c /job-cfg | |
parent | a3afa8e4369c879ea6b25cf9257828eb787d0a07 (diff) | |
download | jenkins.debian.net-c455661645fed3335f77bed8a022a3f3d235262d.tar.xz |
d-i: only poll git once a day since pushes should trigger builds now
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'job-cfg')
-rwxr-xr-x | job-cfg/d-i.yaml.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/d-i.yaml.py b/job-cfg/d-i.yaml.py index 73283a55..d7e3fae4 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}}) |