From 66dfe8ce26bbfb6f2edc6535c9b8508a29421f9f Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 3 Aug 2015 20:15:43 +0200 Subject: reproducible: try to setup pbuilder for testing on bpi0 --- job-cfg/reproducible.yaml | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) (limited to 'job-cfg') diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 9e905962..891a5190 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -32,6 +32,44 @@ - email: recipients: '{my_recipients}' +- defaults: + name: reproducible_armhf + project-type: freestyle + triggers: + - timed: '{my_timed}' + 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/reproducible + text: reproducible builds jobs + icon: /userContent/images/debian-jenkins-24x24.png + - sidebar: + url: http://www.profitbricks.co.uk + text: Sponsored by Profitbricks + icon: /userContent/images/profitbricks-24x24.png + description: '{my_description}
Job configuration source is reproducible.yaml.
Results are available at https://reproducible.debian.net.' + logrotate: + daysToKeep: 90 + numToKeep: 30 + artifactDaysToKeep: -1 + artifactNumToKeep: -1 + builders: + - shell: '{my_shell}' + publishers: + - logparser: + parse-rules: '/srv/jenkins/logparse/reproducible.rules' + unstable-on-warning: 'true' + fail-on-error: 'true' + - email: + recipients: '{my_recipients}' + parameters: + - label: + name: node + default: armhf + - defaults: name: reproducible_notes project-type: freestyle @@ -173,6 +211,10 @@ defaults: reproducible name: '{name}_setup_pbuilder_testing' +- job-template: + defaults: reproducible_armhf + name: '{name}_setup_pbuilder_testing_armhf_bpi0' + - job-template: defaults: reproducible name: '{name}_setup_pbuilder_experimental' @@ -302,6 +344,11 @@ my_timed: '23 0,4,8,12,16,20 * * *' my_shell: '/srv/jenkins/bin/reproducible_setup_pbuilder.sh testing' my_recipients: 'jenkins+debian-reproducible qa-jenkins-scm@lists.alioth.debian.org' + - '{name}_setup_pbuilder_testing_armhf_bpi0': + my_description: 'Setup and update pbuilder for reproducible builds of packages from testing as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example' + my_timed: '23 0,4,8,12,16,20 * * *' + my_shell: '/srv/jenkins/bin/reproducible_node_wrapper.sh' + my_recipients: 'jenkins+debian-reproducible qa-jenkins-scm@lists.alioth.debian.org' - '{name}_setup_pbuilder_unstable': my_description: 'Setup and update pbuilder for reproducible builds of packages from unstable as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example' my_timed: '23 0,4,8,12,16,20 * * *' -- cgit v1.2.3-54-g00ecf