summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-04-28 18:21:04 +0200
committerHolger Levsen <holger@layer-acht.org>2016-04-28 21:52:10 +0200
commit268339aa08aebba31eba5ab49c79ca5c85c85b56 (patch)
tree3fb8bc5cd34f3fc088d7b9bdcbc52cca165d2ce0 /job-cfg
parentda080c472fc415b0ce918f4dd4a1ab143bb1bca4 (diff)
downloadjenkins.debian.net-268339aa08aebba31eba5ab49c79ca5c85c85b56.tar.xz
lvc based off of recent Tails
Diffstat (limited to 'job-cfg')
-rw-r--r--job-cfg/lvc.yaml19
1 files changed, 11 insertions, 8 deletions
diff --git a/job-cfg/lvc.yaml b/job-cfg/lvc.yaml
index b5b16f64..ba1fa278 100644
--- a/job-cfg/lvc.yaml
+++ b/job-cfg/lvc.yaml
@@ -31,7 +31,7 @@
- email:
recipients: 'qa-jenkins-scm@lists.alioth.debian.org'
- archive:
- artifacts: '*.webm, {my_pngs}'
+ artifacts: 'run-*/*.mkv, {my_pngs}'
latest-only: false
- image-gallery:
- title: '{my_title}'
@@ -40,7 +40,7 @@
wrappers:
- live-screenshot
builders:
- - shell: 'rm $WORKSPACE/*.png -f >/dev/null; /srv/jenkins/bin/lvc/run_test_suite {my_params}'
+ - shell: 'rm $WORKSPACE/*.png $WORKSPACE/*.mvk -f >/dev/null; /srv/jenkins/bin/lvc/run_test_suite {my_params}'
triggers:
- timed: '{my_time}'
@@ -48,13 +48,17 @@
defaults: lvc
name: '{name}_debian-live_{distro}_{flavour}_apt'
+- job-template:
+ defaults: lvc
+ name: '{name}_debian-installer_{distro}_{flavour}_apt'
+
- project:
name: lvc
my_title: '{dist_name} {flav_name}'
my_time: '23 45 31 12 *'
- my_pngs: 'apt-*.png'
+ my_pngs: 'run-*/*.png'
my_description: 'Work in progress...'
- my_params: '--capture lvc_debian-live_{distro}_{flavour}_apt.webm --tmpdir $WORKSPACE --iso /srv/live-build/results/{distro}_{flavour}_live_amd64.iso DebianLive/apt.feature'
+ my_params: '--capture lvc_debian-live_{distro}_{flavour}_apt.webm --tmpdir $WORKSPACE --iso /srv/live-build/results/{distro}_{flavour}_live_amd64.iso -- --verbose --backtrace --expand --format pretty DebianLive/apt.feature'
jobs:
- '{name}_debian-live_{distro}_{flavour}_apt':
distro:
@@ -79,10 +83,9 @@
- 'xfce': {flav_name: 'Xfce Desktop'}
my_iso: '/srv/live-build/results/{distro}_{flavour}_live_amd64.iso'
- - '{name}_debian-live_{distro}_{flavour}_apt':
+ - '{name}_debian-installer_{distro}_{flavour}_apt':
distro:
- - 'wheezy': {dist_name: 'Debian Live 7'}
+ - 'jessie': {dist_name: 'Debian-Installer 8'}
flavour:
- - 'gnome-desktop': {flav_name: 'GNOME desktop'}
- 'standard': {flav_name: 'standard'}
- my_params: '--capture lvc_debian-live_{distro}_{flavour}_apt.webm --tmpdir $WORKSPACE --iso /var/lib/jenkins/debian-live-7.7.0-amd64-{flavour}.iso DebianLive/apt.feature'
+ my_params: '--capture --iso /srv/live-build/results/debian-8.3.0-amd64-netinst.iso --tmpdir $WORKSPACE --old-iso /srv/live-build/results/debian-8.3.0-amd64-netinst.iso -- --format pretty --format pretty_debug --out $WORKSPACE/pretty_debug.log /srv/jenkins/features/step_definitions /srv/jenkins/features/support /srv/jenkins/features/DebianLive/apt.feature'