summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--job-cfg/reproducible.yaml18
1 files changed, 10 insertions, 8 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index 34af4c8d..517080fc 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -592,19 +592,21 @@
- '{name}_{otherproject_artifacts}':
otherproject_artifacts:
- - 'lede-{lede_config}':
- my_description: 'Rebuild LEDE (some targets, some packages) twice (with variations) and investigate regarding reproducibility.'
+ - 'lede-target-ar71xx':
+ my_timed: '42 21 * * 4'
+ my_lede_config: 'CONFIG_TARGET_ar71xx=y'
+ - 'lede-target-ramips':
my_timed: '42 23 * * 4'
- 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
-
+ my_lede_config: 'CONFIG_TARGET_ramips=y'
+ - 'lede-target-x86':
+ my_timed: '42 1 * * 5'
+ my_lede_config: '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'
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_trigger: ''
my_hname: ''
my_recipients: 'jenkins+reproducible-builds qa-jenkins-scm@lists.alioth.debian.org lynxis@fe80.eu'