diff options
author | Philip Hands <phil@hands.com> | 2016-11-24 17:06:35 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-24 17:12:37 +0100 |
commit | cdd6461ac4df7b4901a5c9d5fee18ad21fffd971 (patch) | |
tree | c16f95479afa0a4235778a179edc4fac12b5d34f /job-cfg | |
parent | e9d5bcc01881fb177fc881a761b38559b9d81288 (diff) | |
download | jenkins.debian.net-cdd6461ac4df7b4901a5c9d5fee18ad21fffd971.tar.xz |
lvc: change schedule to stop unneeded runs
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/lvc.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/lvc.yaml b/job-cfg/lvc.yaml index a1a50e99..a45f2d7d 100644 --- a/job-cfg/lvc.yaml +++ b/job-cfg/lvc.yaml @@ -54,7 +54,7 @@ - project: name: lvc my_title: 'Cucumber: {dist_name}' - my_time: '45 23 31 12 *' + my_time: '45 23 01 11 *' my_pngs: 'results/*.png' my_opts: '--tags both-ui' my_opts: '--tags ~@broken --tags ~@trivial --tags ~@preseed --tags ~@text-ui --tags ~@gui' |