From 2f298f6b99d6bdf687ce0c5bb4f364b02628d4d1 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 27 Feb 2015 11:37:46 +0100 Subject: reproducible: 2 new jobs to create the sid+experimental schroots 4 times a day after the mirror pulses --- job-cfg/reproducible.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'job-cfg') diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index a317b03b..f3cf8dbd 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -139,6 +139,14 @@ defaults: reproducible name: '{name}_setup_schroot_experimental' +- job-template: + defaults: reproducible + name: '{name}_update_schroot_sid' + +- job-template: + defaults: reproducible + name: '{name}_update_schroot_experimental' + - job-template: defaults: reproducible name: '{name}_scheduler' @@ -222,6 +230,16 @@ my_timed: '23 1 * * *' my_shell: '/srv/jenkins/bin/schroot-create.sh reproducible-experimental experimental reproducible' my_recipients: 'holger@layer-acht.org' + - '{name}_update_schroot_sid': + my_description: 'Update sid schroot for fetching source packages for the builder jobs.' + my_timed: '23 5,10,16,22 * * *' # ftp.de.debian.org runs mirror updates at 03:25, 09:25, 15:25 and 21:25 UTC and usually they run 10m... + my_shell: '/srv/jenkins/bin/reproducible_update_schroot.sh reproducible-sid' + my_recipients: 'holger@layer-acht.org' + - '{name}_update_schroot_experimental': + my_description: 'Update experimental schroot for fetching source packages for the builder jobs.' + my_timed: '23 4,10,16,22 * * *' # ftp.de.debian.org runs mirror updates at 03:25, 09:25, 15:25 and 21:25 UTC and usually they run 10m... + my_shell: '/srv/jenkins/bin/reproducible_update_schroot.sh reproducible-experimental' + my_recipients: 'holger@layer-acht.org' - '{name}_scheduler': my_description: 'Schedule packages to be tested for reproducibility.' my_timed: '42 * * * *' -- cgit v1.2.3-70-g09d2