[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible LEDE: fixup jobs

Holger Levsen holger at layer-acht.org
Sun Jun 25 10:22:34 UTC 2017


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit e7ff96c3d882043369e0af5e734ec3ceb5c4562e
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Jun 25 12:22:29 2017 +0200

    reproducible LEDE: fixup jobs
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 job-cfg/reproducible.yaml | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index 34af4c8..517080f 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 at lists.alioth.debian.org lynxis at fe80.eu'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list