summaryrefslogtreecommitdiffstats
path: root/job-cfg/reproducible.yaml
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2017-06-26 21:16:17 +0200
committerHolger Levsen <holger@layer-acht.org>2017-06-26 21:24:28 +0200
commitc309768a5c4a0a94fdbd3842de9f454dcd32b69e (patch)
treee50dc7d94f75ca0be13859f8aec7479407c93705 /job-cfg/reproducible.yaml
parente7ff96c3d882043369e0af5e734ec3ceb5c4562e (diff)
downloadjenkins.debian.net-c309768a5c4a0a94fdbd3842de9f454dcd32b69e.tar.xz
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 <holger@layer-acht.org>
Diffstat (limited to 'job-cfg/reproducible.yaml')
-rw-r--r--job-cfg/reproducible.yaml5
1 files changed, 4 insertions, 1 deletions
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'