diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-07-05 14:44:48 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-07-05 14:44:48 +0200 |
commit | 0cf31460831e3f9e26ae7c44df45682be8fd58bc (patch) | |
tree | 04fd860deef0af3d71b0e38f035d821c52991a89 /job-cfg | |
parent | 3e0393deb8d8769f5aafe231062ba319aad37100 (diff) | |
download | jenkins.debian.net-0cf31460831e3f9e26ae7c44df45682be8fd58bc.tar.xz |
reproducible NetBSD: add job and initial script, atm only testing sparc64
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index e5eeb15e..8e629c6d 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -277,6 +277,10 @@ defaults: reproducible_other_projects name: '{name}_openwrt' +- job-template: + defaults: reproducible_other_projects + name: '{name}_netbsd' + - project: name: reproducible jobs: @@ -417,13 +421,18 @@ my_shell: '/srv/jenkins/bin/reproducible_build.sh' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' - '{name}_coreboot': - my_description: 'Try to rebuild all coreboot ROMs twice (with variations) and investigate them regarding reproducibility.' + my_description: 'Try to rebuild all coreboot ROMs twice (with variations) and investigate regarding reproducibility.' my_timed: '23 42 23 * *' my_shell: '/srv/jenkins/bin/reproducible_coreboot.sh' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' - '{name}_openwrt': - my_description: 'Try to rebuild OpenWrt (some targets, some packages) twice (with variations) and investigate them regarding reproducibility.' + my_description: 'Try to rebuild OpenWrt (some targets, some packages) twice (with variations) and investigate regarding reproducibility.' my_timed: '23 42 23 * *' my_shell: '/srv/jenkins/bin/reproducible_openwrt.sh' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' + - '{name}_netbsd': + my_description: 'Try to rebuild NetBSD (some archs) twice (with variations) and investigate regarding reproducibility.' + my_timed: '23 42 23 * *' + my_shell: '/srv/jenkins/bin/reproducible_netbsd.sh' + my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' |