diff options
author | Holger Levsen <holger@layer-acht.org> | 2013-06-14 18:21:40 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2013-06-14 18:21:40 +0200 |
commit | 7b7fb6414dbf8b6ae0012ae059470ed8ecdc2a83 (patch) | |
tree | 5156e423f1b16a2a713bfae070cc8b2aefb40260 /job-cfg | |
parent | 89dfa565f03bf644a28f7752d22a503ebea858bd (diff) | |
download | jenkins.debian.net-7b7fb6414dbf8b6ae0012ae059470ed8ecdc2a83.tar.xz |
make it work, the problem where the 3 days timer...
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/g-i-installation.yaml | 35 |
1 files changed, 18 insertions, 17 deletions
diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml index 7dc3125e..9cd6e490 100644 --- a/job-cfg/g-i-installation.yaml +++ b/job-cfg/g-i-installation.yaml @@ -85,10 +85,6 @@ - job-template: defaults: g-i-installation - name: '{name}_debian-edu_jessie_standalone' - -- job-template: - defaults: g-i-installation name: '{name}_debian-edu_wheezy-test_minimal' - job-template: @@ -97,18 +93,6 @@ - job-template: defaults: g-i-installation - name: '{name}_debian-edu_wheezy-test_standalone_gnome' - -- job-template: - defaults: g-i-installation - name: '{name}_debian-edu_wheezy-test_standalone_lxde' - -- job-template: - defaults: g-i-installation - name: '{name}_debian-edu_wheezy-test_standalone_xfce' - -- job-template: - defaults: g-i-installation name: '{name}_debian-edu_wheezy-test_workstation' - job-template: @@ -259,6 +243,22 @@ defaults: g-i-installation name: '{name}_debian_sid_daily_rescue_dark_theme' +- job-template: + defaults: g-i-installation + name: '{name}_debian-edu_wheezy-test_standalone_gnome' + +- job-template: + defaults: g-i-installation + name: '{name}_debian-edu_wheezy-test_standalone_lxde' + +- job-template: + defaults: g-i-installation + name: '{name}_debian-edu_wheezy-test_standalone_xfce' + +- job-template: + defaults: g-i-installation + name: '{name}_debian-edu_jessie_standalone' + - project: name: g-i-installation do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/gitweb/?p=users/holger/jenkins.debian.net.git;a=blob;f=job-cfg/g-i-installation.yaml">g-i-installation.yaml</a>.' @@ -526,5 +526,6 @@ my_title: 'Debian Edu (jessie) standalone' my_shell: '/srv/jenkins/bin/g-i-installation.sh 43 debian-edu_jessie_standalone 25 http://ftp.skolelinux.org/cd-edu-testing-nolocal-netinst/debian-edu-amd64-i386-NETINST-1.iso' my_description: 'Do a fully automated installation of a Debian Edu Jessie standalone profile - via d-i preseeding (with <a href="http://jenkins.debian.net/d-i-preseed-cfgs/debian-edu_jessie_standalone_preseed.cfg">this preseed.cfg</a>) using the netinst CD image.' - my_timed: '42 0 * * 1,11,21' + my_timed: '42 1 * * 1' my_recipients: 'jenkins+debian-edu holger@layer-acht.org' + |