summaryrefslogtreecommitdiffstats
path: root/cucumber
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-06-02 08:40:11 +0200
committerPhilip Hands <phil@hands.com>2016-06-03 00:02:26 +0200
commit88ae25368fc998a1c43e4b4c57537da1a47d97bf (patch)
tree5fa73d4797061dc1dd7cd85fefe380835cbdce4c /cucumber
parenta84eea35a77acbaa5c7949f4c6303921a79f8299 (diff)
downloadjenkins.debian.net-88ae25368fc998a1c43e4b4c57537da1a47d97bf.tar.xz
lvc: make most snapshots temporary to save space
Diffstat (limited to 'cucumber')
-rw-r--r--cucumber/features/step_definitions/snapshots.rb2
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 => [