[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible NetBSD + coreboot: don't try to preserve artifacts

Holger Levsen holger at layer-acht.org
Thu Oct 27 22:43:41 UTC 2016


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 c4105de6080b3d8bb0ed7777093e915a36883c17
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Oct 28 00:43:27 2016 +0200

    reproducible NetBSD + coreboot: don't try to preserve artifacts
---
 job-cfg/reproducible.yaml | 44 +++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 41 insertions(+), 3 deletions(-)

diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index 28f3b7b..77a7280 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -215,7 +215,6 @@
             - '{my_gitbranches}'
     node: '{my_node}'
 
-
 - defaults:
     name: reproducible_other_projects_trigger
     disabled: false
@@ -246,6 +245,42 @@
           parse-rules: '/srv/jenkins/logparse/reproducible-extra.rules'
           unstable-on-warning: 'true'
           fail-on-error: 'true'
+      - email:
+          recipients: '{my_recipients}'
+      - trigger:
+          project: '{my_trigger}'
+    node: '{my_node}'
+
+- defaults:
+    name: reproducible_other_projects_trigger+artifacts
+    disabled: false
+    project-type: freestyle
+    description: *desc
+    properties:
+      - sidebar: *sb1
+      - sidebar: *sb2
+      - sidebar: *sb3
+      - throttle:
+          max-total: 9
+          max-per-node: 9
+          enabled: true
+          option: category
+          categories:
+            - reproducible      # no special category yet
+    triggers:
+      - timed: '{my_timed}'
+    logrotate:
+      daysToKeep: 90
+      numToKeep: 30
+      artifactDaysToKeep: -1
+      artifactNumToKeep: -1
+    builders:
+      - shell: '{my_shell}'
+    publishers:
+      - logparser:
+          parse-rules: '/srv/jenkins/logparse/reproducible-extra.rules'
+          unstable-on-warning: 'true'
+          fail-on-error: 'true'
       - archive:
           artifacts: '{my_artifacts}'
           latest-only: false
@@ -289,6 +324,10 @@
     name: '{name}_{otherproject_triggering}'
 
 - job-template:
+    defaults: reproducible_other_projects_trigger+artifacts
+    name: '{name}_{otherproject_triggering+artifacts}'
+
+- job-template:
     defaults: reproducible_builder_trigger
     name: '{name}_builder_{otherproject}_{my_num}'
 
@@ -643,7 +682,7 @@
             my_timed: '* * * * *'
             my_hname: ''
 
-        - '{name}_{otherproject_triggering}':
+        - '{name}_{otherproject_triggering+artifacts}':
             otherproject_triggering:
                 - 'lede':
                     my_description: 'Rebuild LEDE (some targets, some packages) twice (with variations) and investigate regarding reproducibility.'
@@ -672,7 +711,6 @@
             my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh'
             my_hname: 'profitbricks3'
             my_recipients: 'jenkins+reproducible-builds qa-jenkins-scm at lists.alioth.debian.org'
-            my_artifacts: ''
 
         - '{name}_{otherproject}':
             otherproject:

-- 
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