From 88ae25368fc998a1c43e4b4c57537da1a47d97bf Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Thu, 2 Jun 2016 08:40:11 +0200 Subject: lvc: make most snapshots temporary to save space --- cucumber/features/step_definitions/snapshots.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cucumber') diff --git a/cucumber/features/step_definitions/snapshots.rb b/cucumber/features/step_definitions/snapshots.rb index 5c58c7c9..0f4b49a8 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 => [ -- cgit v1.2.3-70-g09d2