summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-06-07 21:34:51 +0200
committerPhilip Hands <phil@hands.com>2016-06-10 11:19:54 +0200
commitae278619876220f98ecd80ff3d1a738445c7fbc4 (patch)
treee8e5fca001444914b7b007ad7da643f9e8c1c054
parentc8d42bb1b22eee148a6b352530e949e97155f635 (diff)
downloadjenkins.debian.net-ae278619876220f98ecd80ff3d1a738445c7fbc4.tar.xz
lvc: trim the image size so it'll fit on the testvm
-rw-r--r--cucumber/features/step_definitions/snapshots.rb2
1 files changed, 1 insertions, 1 deletions
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+'"',
]
}