[Qa-jenkins-scm] [jenkins.debian.net] 08/08: lvc: use .mpg for now (until browsers grok .mkv)

Holger Levsen holger at layer-acht.org
Fri Jun 10 09:30:14 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 4d38cf8d14563f5bf1f83564fd415accf9e475fb
Author: Philip Hands <phil at hands.com>
Date:   Fri Jun 10 11:18:47 2016 +0200

    lvc: use .mpg for now (until browsers grok .mkv)
---
 cucumber/features/support/hooks.rb | 2 +-
 job-cfg/lvc.yaml                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cucumber/features/support/hooks.rb b/cucumber/features/support/hooks.rb
index cad7fb7..1bb6cfd 100644
--- a/cucumber/features/support/hooks.rb
+++ b/cucumber/features/support/hooks.rb
@@ -177,7 +177,7 @@ end
 Before('@product') do |scenario|
   $failure_artifacts = Array.new
   if $config["CAPTURE"]
-    video_name = sanitize_filename("#{scenario.name}.mkv")
+    video_name = sanitize_filename("#{scenario.name}.mpg")
     @video_path = "#{ARTIFACTS_DIR}/#{video_name}"
     capture = IO.popen(['avconv',
                         '-f', 'x11grab',
diff --git a/job-cfg/lvc.yaml b/job-cfg/lvc.yaml
index c57e618..dab5eb7 100644
--- a/job-cfg/lvc.yaml
+++ b/job-cfg/lvc.yaml
@@ -31,7 +31,7 @@
       - email:
           recipients: 'qa-jenkins-scm at lists.alioth.debian.org, phil at hands.com'
       - archive:
-          artifacts: '{my_pngs}, results/*.mkv, results/*.log'
+          artifacts: '{my_pngs}, results/*.mpg, results/*.log'
           latest-only: false
       - image-gallery:
           - title: '{my_title}'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list