[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fixed timer configuration for non debian jobs

Holger Levsen holger at moszumanska.debian.org
Mon Sep 21 15:48:01 UTC 2015


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 a01e47175f56431c8c05e59a7214cb88d51cc62c
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Sep 21 17:47:46 2015 +0200

    reproducible: fixed timer configuration for non debian jobs
---
 job-cfg/reproducible.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index 3b6f07c..177463c 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -916,25 +916,25 @@
             my_node: ''
         - '{name}_coreboot':
             my_description: 'Rebuild all coreboot ROMs twice (with variations) and investigate regarding reproducibility.'
-            my_timed: '23 42 * * 1'
+            my_timed: '42 23 * * 1'
             my_shell: '/srv/jenkins/bin/reproducible_coreboot.sh'
             my_recipients: 'qa-jenkins-scm at lists.alioth.debian.org'
             my_node: ''
         - '{name}_openwrt':
             my_description: 'Rebuild OpenWrt (some targets, some packages) twice (with variations) and investigate regarding reproducibility.'
-            my_timed: '23 42 * * 2'
+            my_timed: '42 23 * * 2'
             my_shell: '/srv/jenkins/bin/reproducible_openwrt.sh'
             my_recipients: 'qa-jenkins-scm at lists.alioth.debian.org'
             my_node: ''
         - '{name}_netbsd':
             my_description: 'Rebuild NetBSD (for some archs) twice (with variations) and investigate regarding reproducibility.'
-            my_timed: '23 42 * * 3'
+            my_timed: '42 23 * * 3'
             my_shell: '/srv/jenkins/bin/reproducible_netbsd.sh'
             my_recipients: 'qa-jenkins-scm at lists.alioth.debian.org'
             my_node: ''
         - '{name}_freebsd':
             my_description: 'Rebuild FreeBSD twice (with variations) and investigate regarding reproducibility.'
-            my_timed: '23 42 * * 4'
+            my_timed: '42 23 * * 4'
             my_shell: '/srv/jenkins/bin/reproducible_freebsd.sh'
             my_recipients: 'qa-jenkins-scm at lists.alioth.debian.org'
             my_node: ''

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