diff options
author | Philip Hands <phil@hands.com> | 2016-06-02 08:40:11 +0200 |
---|---|---|
committer | Philip Hands <phil@hands.com> | 2016-06-03 00:02:26 +0200 |
commit | 88ae25368fc998a1c43e4b4c57537da1a47d97bf (patch) | |
tree | 5fa73d4797061dc1dd7cd85fefe380835cbdce4c /cucumber/features | |
parent | a84eea35a77acbaa5c7949f4c6303921a79f8299 (diff) | |
download | jenkins.debian.net-88ae25368fc998a1c43e4b4c57537da1a47d97bf.tar.xz |
lvc: make most snapshots temporary to save space
Diffstat (limited to 'cucumber/features')
-rw-r--r-- | cucumber/features/step_definitions/snapshots.rb | 2 |
1 files changed, 2 insertions, 0 deletions
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 => [ |