diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2016-07-30 21:02:22 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-07-30 15:37:31 -0400 |
commit | a18711be4c2e63cf83250bc92b41e10d213e2cd3 (patch) | |
tree | a9e5e5b4c67ec4fc006388dc57b7f8e7b5e7c697 /job-cfg | |
parent | 4f5e06648460ad557f00033b4cc8a2c1b1794cc7 (diff) | |
download | jenkins.debian.net-a18711be4c2e63cf83250bc92b41e10d213e2cd3.tar.xz |
reproducible/job-cfg: split off lede/openwrt to allow remote builds
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'job-cfg')
-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' |