diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-11-17 18:49:02 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-11-17 18:49:02 +0100 |
commit | 8f9ccd3a2127c87ee3240e638b1c53816ff05d15 (patch) | |
tree | effc60aa60fe2aaf31a75b571eaffe31b67f73b4 /job-cfg | |
parent | caa1ff54d703ae0f42e7180e0eb310b22d5c8a17 (diff) | |
download | jenkins.debian.net-8f9ccd3a2127c87ee3240e638b1c53816ff05d15.tar.xz |
g-i hurd: Run hurd job every other day
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/g-i-installation.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml index 34815974..d6cbc8ce 100644 --- a/job-cfg/g-i-installation.yaml +++ b/job-cfg/g-i-installation.yaml @@ -416,7 +416,7 @@ my_title: 'Debian (sid daily build CD) LXDE desktop install on Hurd' my_shell: '/srv/jenkins/bin/g-i-installation.sh 10 http://people.debian.org/~sthibault/hurd-i386/installer/cdimage/daily/debian-sid-hurd-i386-NETINST-1.iso' my_description: 'Do a fully automated installation of Debian LXDE desktop on Hurd - via d-i preseeding (with <a href="https://jenkins.debian.net/d-i-preseed-cfgs/debian_sid_daily_hurd_lxde_preseed.cfg">this preseed.cfg</a>) using netboot gtk.' - my_timed: '42 10 * * 1' # every monday + my_timed: '42 10 */2 * *' my_recipients: 'holger@layer-acht.org debian-hurd@lists.debian.org' - '{name}_debian_sid_daily_rescue': my_title: 'Debian (sid daily build CD) rescue mode' |