diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-31 19:25:55 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-31 19:25:55 +0100 |
commit | bc60bcb477aa6910d3be391eaca78f7394ae0376 (patch) | |
tree | 230e2dc46e7bdfb6a1dc4eb31fefd4fa2d11b8ac /job-cfg | |
parent | 146031ed44e62a2f01eda3566e167f3f8726b8b2 (diff) | |
download | jenkins.debian.net-bc60bcb477aa6910d3be391eaca78f7394ae0376.tar.xz |
chroot-installation: change trigger times to less likely interfere with updates of ftp.de.debian.org. see #636292@87
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/chroot-installation.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/job-cfg/chroot-installation.yaml b/job-cfg/chroot-installation.yaml index 0e6a0f53..ba4c5c48 100644 --- a/job-cfg/chroot-installation.yaml +++ b/job-cfg/chroot-installation.yaml @@ -1085,24 +1085,24 @@ - '{name}_housekeeping_squeeze': my_description: 'Cleanup and monitor so that there is a predictable environment.' my_trigger: 'chroot-installation_squeeze_bootstrap, chroot-installation_squeeze_bootstrap_upgrade_to_wheezy' - my_time: '0 5 25 * *' + my_time: '30 16 25 * *' my_prefix: '{name}_housekeeping_squeeze' - '{name}_housekeeping_wheezy': my_description: 'Cleanup and monitor so that there is a predictable environment.' my_trigger: 'chroot-installation_wheezy_bootstrap' - my_time: '0 5 4,18 * *' + my_time: '30 16 4,18 * *' my_prefix: '{name}_housekeeping_wheezy' - '{name}_housekeeping_jessie': my_description: 'Cleanup and monitor so that there is a predictable environment.' my_trigger: 'chroot-installation_jessie_bootstrap, chroot-installation_wheezy_bootstrap_upgrade_to_jessie' - my_time: '0 10 * * *' + my_time: '30 10 * * *' my_prefix: '{name}_housekeeping_jessie' - '{name}_housekeeping_sid': my_description: 'Cleanup and monitor so that there is a predictable environment.' my_trigger: 'chroot-installation_sid_bootstrap' - my_time: '0 5 * * *' + my_time: '30 4 * * *' my_prefix: '{name}_housekeeping_sid' |