diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-07-16 13:46:39 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-07-16 13:46:39 +0200 |
commit | 611630dba33c82665a4ad798514fb11249f191d5 (patch) | |
tree | 989d1a5af6d56cf89f10d3cbcb46b7017aa3d38c /job-cfg | |
parent | dcdabad28f05f5032c6e1c5c5e817ead7a13bf9f (diff) | |
download | jenkins.debian.net-611630dba33c82665a4ad798514fb11249f191d5.tar.xz |
reproducible freebsd: start hacking on the script, phase 1, testing with remote ssh calls
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 8796ec88..2f8eafa6 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -281,6 +281,10 @@ defaults: reproducible_other_projects name: '{name}_netbsd' +- job-template: + defaults: reproducible_other_projects + name: '{name}_freebsd' + - project: name: reproducible jobs: @@ -421,18 +425,23 @@ 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 regarding reproducibility.' + my_description: '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 regarding reproducibility.' + my_description: '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_description: 'Rebuild NetBSD (for 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' + - '{name}_freebsd': + my_description: 'Rebuild FreeBSD twice (with variations) and investigate regarding reproducibility.' + my_timed: '23 42 23 * *' + my_shell: '/srv/jenkins/bin/reproducible_freebsd.sh' + my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' |