[Qa-jenkins-scm] [jenkins.debian.net] 08/08: lvc: make all snapshots temporary for now
Holger Levsen
holger at layer-acht.org
Wed Jan 25 00:15:07 UTC 2017
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 3e487d2f2ebe6d11b4923d596a9c6ba7343f3b1e
Author: Philip Hands <phil at hands.com>
Date: Wed Jan 25 00:32:02 2017 +0100
lvc: make all snapshots temporary for now
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
cucumber/features/step_definitions/snapshots.rb | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/cucumber/features/step_definitions/snapshots.rb b/cucumber/features/step_definitions/snapshots.rb
index c0af551..74c60d2 100644
--- a/cucumber/features/step_definitions/snapshots.rb
+++ b/cucumber/features/step_definitions/snapshots.rb
@@ -1,6 +1,7 @@
def checkpoints
cp = Hash.new
cp['disk-for-d-i'] = {
+ :temporary => true,
:description => "a disk is created for Debian Installer tests",
:parent_checkpoint => nil,
:steps => [
@@ -10,6 +11,7 @@ def checkpoints
}
cp['disk-for-deb-edu'] = {
+ :temporary => true,
:description => "a disk is created for Debian Edu tests",
:parent_checkpoint => nil,
:steps => [
@@ -20,6 +22,7 @@ def checkpoints
['text', 'gui'].each do |m|
cp["boot-d-i-#{m}-to-tasksel"] = {
+ :temporary => true,
:description => "I have started Debian Installer in #{m} mode and stopped at the Tasksel prompt",
:parent_checkpoint => 'disk-for-d-i',
:steps => [
@@ -40,7 +43,7 @@ def checkpoints
['minimal', 'non-GUI', 'Gnome', 'XFCE', 'LXDE', 'KDE'].each do |de|
cp["debian-#{m}-#{de}-install"] = {
- :temporary => 'XFCE' != de,
+ :temporary => true,
: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