diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-04-27 21:15:19 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-04-27 21:15:19 +0200 |
commit | 6c451d483935da118a942386b7d6956511f54d95 (patch) | |
tree | 94c5418bba224c3ee5a5b761e8f3abb8904e27cc | |
parent | d39fe92a7c8b67aeb10c724090269f1b5237c76e (diff) | |
download | jenkins.debian.net-6c451d483935da118a942386b7d6956511f54d95.tar.xz |
schedule schroot jobs at better times
-rw-r--r-- | job-cfg/schroot.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/job-cfg/schroot.yaml b/job-cfg/schroot.yaml index 6d92d1f6..2f375637 100644 --- a/job-cfg/schroot.yaml +++ b/job-cfg/schroot.yaml @@ -84,16 +84,16 @@ my_schroot: sid my_distro: sid my_extra_pkgs: '' - my_time: '0 10 * * 2' + my_time: '0 10 * * 1' - '{name}-sid-upgrade': my_schroot: sid - my_time: '0 11 * * *' + my_time: '0 14 * * *' - '{name}-haskell-create': my_schroot: haskell my_distro: sid my_extra_pkgs: 'cabal-install ghc dctrl-tools patchutils libtext-patch-perl libfile-slurp-perl libipc-run-perl liblist-moreutils-perl libdpkg-perl' - my_time: '0 10 * * 1' + my_time: '0 12 * * 1' - '{name}-haskell-upgrade': my_schroot: haskell - my_time: '0 11 * * *' + my_time: '0 16 * * *' |