diff options
author | Philip Hands <phil@hands.com> | 2016-06-10 09:42:51 +0200 |
---|---|---|
committer | Philip Hands <phil@hands.com> | 2016-06-10 11:22:01 +0200 |
commit | 19823ec4fbf8f6fbc57554dfdd77fca730f7c84d (patch) | |
tree | f2f85454933e3677ad31737233b4638a79a95409 /cucumber | |
parent | 012cc4bf7e20d7a60191c1221a39d99046363cec (diff) | |
download | jenkins.debian.net-19823ec4fbf8f6fbc57554dfdd77fca730f7c84d.tar.xz |
lvc: only keep XFCE snapshot for now, to allow parallel runs on testvm
Diffstat (limited to 'cucumber')
-rw-r--r-- | cucumber/features/step_definitions/snapshots.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cucumber/features/step_definitions/snapshots.rb b/cucumber/features/step_definitions/snapshots.rb index cac17d34..4552ce5f 100644 --- a/cucumber/features/step_definitions/snapshots.rb +++ b/cucumber/features/step_definitions/snapshots.rb @@ -31,7 +31,7 @@ def checkpoints ['minimal', 'non-GUI', 'Gnome', 'XFCE', 'LXDE', 'KDE'].each do |de| cp["debian-#{m}-#{de}-install"] = { - #:temporary => 'XFCE' != de, + :temporary => 'XFCE' != de, :description => "I install a #{de} Debian system, in #{m} mode", :parent_checkpoint => "boot-d-i-#{m}-to-tasksel", :steps => [ |