From 2fa82233ce6874de037eeeeb286ed1f8f86d8027 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Sat, 24 Jun 2017 18:47:59 +0200 Subject: reproducible LEDE: WIP: add multiple architectures Signed-off-by: Holger Levsen --- job-cfg/reproducible.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'job-cfg/reproducible.yaml') diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index b0e06e9d..34af4c8d 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -592,10 +592,15 @@ - '{name}_{otherproject_artifacts}': otherproject_artifacts: - - 'lede': + - 'lede-{lede_config}': my_description: 'Rebuild LEDE (some targets, some packages) twice (with variations) and investigate regarding reproducibility.' my_timed: '42 23 * * 4' - my_shell: '/srv/jenkins/bin/reproducible_lede.sh master' + my_shell: '/srv/jenkins/bin/reproducible_lede.sh master {lede_config}' + lede_config: + - CONFIG_TARGET_ar71xx=y + - CONFIG_TARGET_ramips=y + - CONFIG_TARGET_x86=y + - 'openwrt': my_description: 'Rebuild OpenWrt (some targets, some packages) twice (with variations) and investigate regarding reproducibility.' my_timed: '42 23 * * 2' -- cgit v1.2.3-54-g00ecf