diff options
author | Philip Hands <phil@hands.com> | 2016-06-07 21:34:51 +0200 |
---|---|---|
committer | Philip Hands <phil@hands.com> | 2016-06-10 11:19:54 +0200 |
commit | ae278619876220f98ecd80ff3d1a738445c7fbc4 (patch) | |
tree | e8e5fca001444914b7b007ad7da643f9e8c1c054 /cucumber/features | |
parent | c8d42bb1b22eee148a6b352530e949e97155f635 (diff) | |
download | jenkins.debian.net-ae278619876220f98ecd80ff3d1a738445c7fbc4.tar.xz |
lvc: trim the image size so it'll fit on the testvm
Diffstat (limited to 'cucumber/features')
-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 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+'"', ] } |