summaryrefslogtreecommitdiffstats
path: root/job-cfg/reproducible.yaml
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2017-06-24 18:47:59 +0200
committerHolger Levsen <holger@layer-acht.org>2017-06-25 12:22:04 +0200
commit2fa82233ce6874de037eeeeb286ed1f8f86d8027 (patch)
tree65fb6bb5102b5ebe92125a7aa64862d33b4b941c /job-cfg/reproducible.yaml
parent74139ffb7332fc2bafd98bef78105e03c15d9934 (diff)
downloadjenkins.debian.net-2fa82233ce6874de037eeeeb286ed1f8f86d8027.tar.xz
reproducible LEDE: WIP: add multiple architectures
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'job-cfg/reproducible.yaml')
-rw-r--r--job-cfg/reproducible.yaml9
1 files changed, 7 insertions, 2 deletions
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'