[Qa-jenkins-scm] [jenkins.debian.net] 03/07: lvc: get rid of --keep-snapshots for now

Holger Levsen holger at layer-acht.org
Sat May 21 09:36:13 UTC 2016


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 9a4d8fb735f98757f8250ee4d94b3a75b1d1d8c1
Author: Philip Hands <phil at hands.com>
Date:   Sat May 21 00:00:11 2016 +0200

    lvc: get rid of --keep-snapshots for now
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/lvc.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/bin/lvc.sh b/bin/lvc.sh
index c58c7aa..a9452da 100755
--- a/bin/lvc.sh
+++ b/bin/lvc.sh
@@ -104,7 +104,9 @@ else
         fetch_if_newer "$INITRD" "$URL/$INITRD"
 fi
 
-/srv/jenkins/cucumber/bin/run_test_suite --vnc-server-only --capture-all --keep-snapshots --iso $IMAGE --tmpdir $PWD --old-iso $IMAGE -- --format pretty --format pretty_debug --out $PWD/results/debug.log /srv/jenkins/cucumber/features/step_definitions /srv/jenkins/cucumber/features/support "${@}"
+#  --keep-snapshots -- keeps the VM snapshots -- let's make life simple and not do that until we're using them to pass on state to the next jenkins job
+
+/srv/jenkins/cucumber/bin/run_test_suite --vnc-server-only --capture-all --iso $IMAGE --tmpdir $PWD --old-iso $IMAGE -- --format pretty --format pretty_debug --out $PWD/results/debug.log /srv/jenkins/cucumber/features/step_definitions /srv/jenkins/cucumber/features/support "${@}"
 
 LAST_SCREENSHOT=$(ls -t1 results/*.png | head -1)
 if [ -e "$LAST_SCREENSHOT" ] ; then

-- 
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