diff options
author | Philip Hands <phil@hands.com> | 2016-10-20 20:00:31 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-03 10:28:07 +0100 |
commit | c40bb7955278b3d2f0e4d472df8e719c74b25eeb (patch) | |
tree | 1c270432d5c3a715b06b14af66b162be5df43adf /job-cfg | |
parent | d3c7c87e876bd090064b412fd42b87938e962285 (diff) | |
download | jenkins.debian.net-c40bb7955278b3d2f0e4d472df8e719c74b25eeb.tar.xz |
lvc: start with preseed tests
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/lvc.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/lvc.yaml b/job-cfg/lvc.yaml index 3ac6d5f0..11b6a08d 100644 --- a/job-cfg/lvc.yaml +++ b/job-cfg/lvc.yaml @@ -56,7 +56,7 @@ my_title: 'Cucumber: {dist_name}' my_time: '45 23 31 12 *' my_pngs: 'results/*.png' - my_opts: '--tags ~@broken --tags ~@trivial' + my_opts: '--tags ~@broken --tags ~@trivial --tags ~@preseed' my_description: 'Work in progress...' jobs: - '{name}_{distro}': @@ -71,7 +71,7 @@ - 'debian-miniiso': dist_name: 'Debian-Installer local mini.iso' my_iso: 'use_TRIGGERING_BRANCH' - #my_opts: '--tags @trivial' + my_opts: '--tags @preseed' - 'debian-testing-daily-broken': dist_name: 'Debian-Installer Testing (Daily) -- Broken Scenarios' my_iso: 'http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/amd64/iso-cd/debian-testing-amd64-netinst.iso' |