From ae278619876220f98ecd80ff3d1a738445c7fbc4 Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Tue, 7 Jun 2016 21:34:51 +0200 Subject: lvc: trim the image size so it'll fit on the testvm --- cucumber/features/step_definitions/snapshots.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cucumber/features/step_definitions/snapshots.rb') diff --git a/cucumber/features/step_definitions/snapshots.rb b/cucumber/features/step_definitions/snapshots.rb index e0c8be58..cac17d34 100644 --- a/cucumber/features/step_definitions/snapshots.rb +++ b/cucumber/features/step_definitions/snapshots.rb @@ -4,7 +4,7 @@ def checkpoints :description => "Create a disk for Debian Installer tests", :parent_checkpoint => nil, :steps => [ - 'I create a 10 GiB disk named "'+JOB_NAME+'"', + 'I create a 8 GiB disk named "'+JOB_NAME+'"', 'I plug ide drive "'+JOB_NAME+'"', ] } -- cgit v1.2.3-54-g00ecf