[Qa-jenkins-scm] [jenkins.debian.net] 01/11: lvc: make most snapshots temporary to save space

Holger Levsen holger at layer-acht.org
Fri Jun 3 00:48:09 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 88ae25368fc998a1c43e4b4c57537da1a47d97bf
Author: Philip Hands <phil at hands.com>
Date:   Thu Jun 2 08:40:11 2016 +0200

    lvc: make most snapshots temporary to save space
---
 cucumber/features/step_definitions/snapshots.rb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cucumber/features/step_definitions/snapshots.rb b/cucumber/features/step_definitions/snapshots.rb
index 5c58c7c..0f4b49a 100644
--- a/cucumber/features/step_definitions/snapshots.rb
+++ b/cucumber/features/step_definitions/snapshots.rb
@@ -5,6 +5,7 @@ def checkpoints
     cp["boot-d-i-#{m}-to-tasksel"] = {
         :description => "I have started Debian Installer in #{m} mode and stopped at the Tasksel prompt",
         :parent_checkpoint => nil,
+        :parent_checkpoint => nil,
         :steps => [
           "I intend to use #{m} mode",
           'I create a 10 GiB disk named "'+JOB_NAME+'"',
@@ -25,6 +26,7 @@ def checkpoints
 
     ['minimal', 'non-GUI', 'Gnome', 'XFCE', 'LXDE', 'KDE'].each do |de|
       cp["debian-#{m}-#{de}-install"] = {
+          :temporary => 'XFCE' != de,
           :description => "I install a #{de} Debian system, in #{m} mode",
           :parent_checkpoint => "boot-d-i-#{m}-to-tasksel",
           :steps => [

-- 
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