diff options
-rw-r--r-- | job-cfg/reproducible.yaml | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 251a0525..87dfeb16 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -631,18 +631,25 @@ - '{name}_{otherproject_triggering}': otherproject_triggering: - - 'coreboot': - my_description: 'Rebuild all coreboot ROMs twice (with variations) and investigate regarding reproducibility.' - my_timed: '42 23 * * 1' + - 'lede': + my_description: 'Rebuild LEDE (some targets, some packages) twice (with variations) and investigate regarding reproducibility.' + my_timed: '42 23 * * 4' - 'openwrt': my_description: 'Rebuild OpenWrt (some targets, some packages) twice (with variations) and investigate regarding reproducibility.' my_timed: '42 23 * * 2' + my_trigger: 'reproducible_html_rsync_remote_results' + my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh' + my_hname: '' + my_recipients: 'jenkins+reproducible-builds qa-jenkins-scm@lists.alioth.debian.org' + + - '{name}_{otherproject_triggering}': + otherproject_triggering: + - 'coreboot': + my_description: 'Rebuild all coreboot ROMs twice (with variations) and investigate regarding reproducibility.' + my_timed: '42 23 * * 1' - 'netbsd': my_description: 'Rebuild NetBSD (for some archs) twice (with variations) and investigate regarding reproducibility.' my_timed: '42 23 * * 3' - - 'lede': - my_description: 'Rebuild LEDE (some targets, some packages) twice (with variations) and investigate regarding reproducibility.' - my_timed: '42 23 * * 4' my_trigger: 'reproducible_html_rsync_remote_results' my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh' my_hname: 'profitbricks3' |