summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-09-23 17:34:12 +0200
committerHolger Levsen <holger@layer-acht.org>2014-09-23 17:34:53 +0200
commitc79273fb2fa4fe762013685c3efd7a86e2710ef5 (patch)
tree1c183c2a5f53ed502601a78666b12fc76dc96c89 /job-cfg
parent13fae065bd2d6fd32b9fe9fc6f3aeaa7aebc8197 (diff)
downloadjenkins.debian.net-c79273fb2fa4fe762013685c3efd7a86e2710ef5.tar.xz
fixup reproducible jobs
Diffstat (limited to 'job-cfg')
-rw-r--r--job-cfg/reproducible.yaml (renamed from job-cfg/sid-reproducible.yaml)19
1 files changed, 10 insertions, 9 deletions
diff --git a/job-cfg/sid-reproducible.yaml b/job-cfg/reproducible.yaml
index 232979b3..eb925b7c 100644
--- a/job-cfg/sid-reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -1,5 +1,5 @@
- defaults:
- name: sid-reproducible
+ name: reproducible
project-type: freestyle
properties:
- sidebar:
@@ -14,7 +14,7 @@
url: http://www.profitbricks.com
text: Sponsored by Profitbricks
icon: /userContent/images/profitbricks-24x24.png
- description: '{my_description}<br><br>Job configuration source is <a href="http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/job-cfg/sid-reprodible.yaml">sid-reprodible.yaml</a>.'
+ description: '{my_description}<br><br>Job configuration source is <a href="http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/job-cfg/sid-reproducible.yaml">sid-reproducible.yaml</a>.'
logrotate:
daysToKeep: 180
numToKeep: 100
@@ -24,21 +24,22 @@
- shell: '/srv/jenkins/bin/chroot-run.sh {my_distro} {my_shell}'
- job-template:
- defaults: sid-reprodible
- name: '{name}_core'
+ defaults: reproducible
+ name: '{name}_sid_core'
triggers:
- pollscm: '*/6 * * * *'
publishers:
- email:
- recipients: 'jenkins+sid-reprodible holger@layer-acht.org wouter@debian.org'
+ recipients: 'jenkins+sid-reproducible holger@layer-acht.org lunar@debian.org'
- trigger:
- project: '{my_trigger}'
+ timed: "0 42 23 * *"
+
- project:
- name: sid-reprodible
+ name: reproducible
jobs:
- - '{name}_core':
- my_distro: 'sid-reproducible'
+ - '{name}_sid_core':
+ my_distro: 'sid'
my_shell: "echo 'deb http://reproducible.alioth.debian.org/debian/ ./' > /etc/apt/sources.list.d/reproducible.list ; apt-get update ; apt-get install dpkg dpkg-dev debhelper dh-python proot"
my_description: 'Start with reproducible builds...'