summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cucumber/features/support/hooks.rb2
-rw-r--r--job-cfg/lvc.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/cucumber/features/support/hooks.rb b/cucumber/features/support/hooks.rb
index cad7fb75..1bb6cfd5 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 c57e6187..dab5eb7b 100644
--- a/job-cfg/lvc.yaml
+++ b/job-cfg/lvc.yaml
@@ -31,7 +31,7 @@
- email:
recipients: 'qa-jenkins-scm@lists.alioth.debian.org, phil@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}'