From c79273fb2fa4fe762013685c3efd7a86e2710ef5 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 23 Sep 2014 17:34:12 +0200 Subject: fixup reproducible jobs --- job-cfg/reproducible.yaml | 45 +++++++++++++++++++++++++++++++++++++++++++ job-cfg/sid-reproducible.yaml | 44 ------------------------------------------ 2 files changed, 45 insertions(+), 44 deletions(-) create mode 100644 job-cfg/reproducible.yaml delete mode 100644 job-cfg/sid-reproducible.yaml (limited to 'job-cfg') diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml new file mode 100644 index 00000000..eb925b7c --- /dev/null +++ b/job-cfg/reproducible.yaml @@ -0,0 +1,45 @@ +- defaults: + name: reproducible + project-type: freestyle + properties: + - sidebar: + url: https://jenkins.debian.net/userContent/about.html + text: About jenkins.debian.net + icon: /userContent/images/debian-swirl-24x24.png + - sidebar: + url: https://jenkins.debian.net/view/dvswitch/ + text: dvswitch test jobs + icon: /userContent/images/debian-jenkins-24x24.png + - sidebar: + url: http://www.profitbricks.com + text: Sponsored by Profitbricks + icon: /userContent/images/profitbricks-24x24.png + description: '{my_description}

Job configuration source is sid-reproducible.yaml.' + logrotate: + daysToKeep: 180 + numToKeep: 100 + artifactDaysToKeep: -1 + artifactNumToKeep: -1 + builders: + - shell: '/srv/jenkins/bin/chroot-run.sh {my_distro} {my_shell}' + +- job-template: + defaults: reproducible + name: '{name}_sid_core' + triggers: + - pollscm: '*/6 * * * *' + publishers: + - email: + recipients: 'jenkins+sid-reproducible holger@layer-acht.org lunar@debian.org' + - trigger: + timed: "0 42 23 * *" + + +- project: + name: reproducible + jobs: + - '{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...' + diff --git a/job-cfg/sid-reproducible.yaml b/job-cfg/sid-reproducible.yaml deleted file mode 100644 index 232979b3..00000000 --- a/job-cfg/sid-reproducible.yaml +++ /dev/null @@ -1,44 +0,0 @@ -- defaults: - name: sid-reproducible - project-type: freestyle - properties: - - sidebar: - url: https://jenkins.debian.net/userContent/about.html - text: About jenkins.debian.net - icon: /userContent/images/debian-swirl-24x24.png - - sidebar: - url: https://jenkins.debian.net/view/dvswitch/ - text: dvswitch test jobs - icon: /userContent/images/debian-jenkins-24x24.png - - sidebar: - url: http://www.profitbricks.com - text: Sponsored by Profitbricks - icon: /userContent/images/profitbricks-24x24.png - description: '{my_description}

Job configuration source is sid-reprodible.yaml.' - logrotate: - daysToKeep: 180 - numToKeep: 100 - artifactDaysToKeep: -1 - artifactNumToKeep: -1 - builders: - - shell: '/srv/jenkins/bin/chroot-run.sh {my_distro} {my_shell}' - -- job-template: - defaults: sid-reprodible - name: '{name}_core' - triggers: - - pollscm: '*/6 * * * *' - publishers: - - email: - recipients: 'jenkins+sid-reprodible holger@layer-acht.org wouter@debian.org' - - trigger: - project: '{my_trigger}' - -- project: - name: sid-reprodible - jobs: - - '{name}_core': - my_distro: 'sid-reproducible' - 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...' - -- cgit v1.2.3-54-g00ecf