summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-11-24 15:59:40 +0100
committerHolger Levsen <holger@layer-acht.org>2016-11-24 17:12:37 +0100
commite9d5bcc01881fb177fc881a761b38559b9d81288 (patch)
tree827ea35be70b53f93a0ed832e56487339d3e98bf /job-cfg
parentec0977b26cedaf4466f7baacd222fc73b02d037d (diff)
downloadjenkins.debian.net-e9d5bcc01881fb177fc881a761b38559b9d81288.tar.xz
lvc: add a job for the daily d-i miniiso, and split tests up a bit
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'job-cfg')
-rw-r--r--job-cfg/lvc.yaml18
1 files changed, 13 insertions, 5 deletions
diff --git a/job-cfg/lvc.yaml b/job-cfg/lvc.yaml
index f81898eb..a1a50e99 100644
--- a/job-cfg/lvc.yaml
+++ b/job-cfg/lvc.yaml
@@ -56,7 +56,8 @@
my_title: 'Cucumber: {dist_name}'
my_time: '45 23 31 12 *'
my_pngs: 'results/*.png'
- my_opts: '--tags ~@broken --tags ~@trivial --tags ~@preseed'
+ my_opts: '--tags both-ui'
+ my_opts: '--tags ~@broken --tags ~@trivial --tags ~@preseed --tags ~@text-ui --tags ~@gui'
my_description: 'Work in progress...'
jobs:
- '{name}_{distro}':
@@ -64,14 +65,21 @@
- 'debian-stable':
dist_name: 'Debian-Installer Stable'
my_iso: 'http://cdimage.debian.org/debian-cd/8.6.0/amd64/iso-cd/debian-8.6.0-amd64-netinst.iso'
+ my_time: 'H H * * H'
- 'debian-testing-daily':
dist_name: 'Debian-Installer Testing (Daily)'
my_iso: 'http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/amd64/iso-cd/debian-testing-amd64-netinst.iso'
- my_time: 'H */8 * * *'
- - 'debian-testing-netboot-daily':
- dist_name: 'Debian-Installer Testing Netboot (Daily)'
+ my_time: 'H H/8 * * *'
+ - 'debian-DI-miniiso-gui-daily':
+ dist_name: 'Debian-Installer Testing GTK-miniiso (Daily)'
my_iso: 'https://d-i.debian.org/daily-images/amd64/daily/netboot/gtk/mini.iso'
- my_time: 'H */8 * * *'
+ my_time: 'H H/8 * * *'
+ my_opts: '--tags @gui'
+ - 'debian-DI-miniiso-text-daily':
+ dist_name: 'Debian-Installer Testing Text-miniiso (Daily)'
+ my_iso: 'https://d-i.debian.org/daily-images/amd64/daily/netboot/mini.iso'
+ my_time: 'H H/8 * * *'
+ my_opts: '--tags @text-ui'
- 'debian-miniiso':
dist_name: 'Debian-Installer local mini.iso'
my_iso: 'use_TRIGGERING_BRANCH'