diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-13 10:20:45 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-13 10:20:45 +0200 |
commit | 6ca1b53bd57c17a4bbb59455643e09581c45ec2b (patch) | |
tree | 8f6b5f46401f54c086e0ea4823bf7dc5cc29c9f6 /job-cfg | |
parent | d8301d54e8f371cc7ce636129fa0957c81d698a5 (diff) | |
download | jenkins.debian.net-6ca1b53bd57c17a4bbb59455643e09581c45ec2b.tar.xz |
reproducible: test coreboot/openwrt/netbsd/freebsd weekly instead of monthly
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 21d1e4b5..7dc5e785 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -826,25 +826,25 @@ my_node: '' - '{name}_coreboot': my_description: 'Rebuild all coreboot ROMs twice (with variations) and investigate regarding reproducibility.' - my_timed: '23 42 23 * *' + my_timed: '23 42 * * 1' my_shell: '/srv/jenkins/bin/reproducible_coreboot.sh' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: '' - '{name}_openwrt': my_description: 'Rebuild OpenWrt (some targets, some packages) twice (with variations) and investigate regarding reproducibility.' - my_timed: '23 42 23 * *' + my_timed: '23 42 * * 2' my_shell: '/srv/jenkins/bin/reproducible_openwrt.sh' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: '' - '{name}_netbsd': my_description: 'Rebuild NetBSD (for some archs) twice (with variations) and investigate regarding reproducibility.' - my_timed: '23 42 23 * *' + my_timed: '23 42 * * 3' my_shell: '/srv/jenkins/bin/reproducible_netbsd.sh' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: '' - '{name}_freebsd': my_description: 'Rebuild FreeBSD twice (with variations) and investigate regarding reproducibility.' - my_timed: '23 42 23 * *' + my_timed: '23 42 * * 4' my_shell: '/srv/jenkins/bin/reproducible_freebsd.sh' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: '' |