diff options
author | Philip Hands <phil@hands.com> | 2016-11-29 22:39:40 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-01-25 01:13:57 +0100 |
commit | e9d1ddb779c54cb2d1a7a38d33c1954206775939 (patch) | |
tree | 151c1fd91477fd71f5b28ed1f454738b7e3ba3d2 /cucumber/features | |
parent | a0d310c4ab5e3b1cab62fd2e2c6445e2560658b3 (diff) | |
download | jenkins.debian.net-e9d1ddb779c54cb2d1a7a38d33c1954206775939.tar.xz |
lvc: Edu: drop the disk-size a bit (to suit the testvm)
Signed-off-by: Holger Levsen <holger@layer-acht.org>
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 94f71073..c0af551e 100644 --- a/cucumber/features/step_definitions/snapshots.rb +++ b/cucumber/features/step_definitions/snapshots.rb @@ -13,7 +13,7 @@ def checkpoints :description => "a disk is created for Debian Edu tests", :parent_checkpoint => nil, :steps => [ - 'I create a 70 GiB disk named "'+JOB_NAME+'"', + 'I create a 64 GiB disk named "'+JOB_NAME+'"', 'I plug ide drive "'+JOB_NAME+'"', ] } |