diff options
Diffstat (limited to 'job-cfg/reproducible.yaml')
-rw-r--r-- | job-cfg/reproducible.yaml | 9 |
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' |