From c309768a5c4a0a94fdbd3842de9f454dcd32b69e Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Mon, 26 Jun 2017 21:16:17 +0200 Subject: reproducible_lede: save the different target into different files At the moment the scripts saves all targets under the same name meaning they overwrite each other. Introduce lede_target to not parse the lede_config to find out which target is now build. Signed-off-by: Holger Levsen --- job-cfg/reproducible.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'job-cfg') diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 517080fc..4f9f897f 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -595,18 +595,21 @@ - 'lede-target-ar71xx': my_timed: '42 21 * * 4' my_lede_config: 'CONFIG_TARGET_ar71xx=y' + my_lede_target: 'ar71xx' - 'lede-target-ramips': my_timed: '42 23 * * 4' my_lede_config: 'CONFIG_TARGET_ramips=y' + my_lede_target: 'ramips' - 'lede-target-x86': my_timed: '42 1 * * 5' my_lede_config: 'CONFIG_TARGET_x86=y' + my_lede_target: 'x86' - 'openwrt': my_description: 'Rebuild OpenWrt (some targets, some packages) twice (with variations) and investigate regarding reproducibility.' my_timed: '42 23 * * 2' my_shell: '/srv/jenkins/bin/reproducible_openwrt.sh master' my_description: 'Rebuild LEDE (one target, some packages) twice (with variations) and investigate regarding reproducibility.' - my_shell: '/srv/jenkins/bin/reproducible_lede.sh master {my_lede_config}' + my_shell: '/srv/jenkins/bin/reproducible_lede.sh master {my_lede_target} {my_lede_config}' my_trigger: '' my_hname: '' my_recipients: 'jenkins+reproducible-builds qa-jenkins-scm@lists.alioth.debian.org lynxis@fe80.eu' -- cgit v1.2.3-54-g00ecf