Explorar o código

Added customize option to limit machines memory to 128MB. This should be sufficient for all tests

Till Klocke %!s(int64=9) %!d(string=hai) anos
pai
achega
389d34520f
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      .kitchen.yml

+ 6 - 0
.kitchen.yml

@@ -15,12 +15,18 @@ platforms:
     - name: Debian-jessie
       driver:
         box: debian/jessie64
+        customize:
+          memory: 128
     - name: Debian-wheezy
       driver:
         box: debian/wheezy64
+        customize:
+          memory: 128
     - name: Ubuntu-trusty
       driver:
         box: ubuntu/trusty64
+        customize:
+          memory: 128
 
 suites:
   - name: supernode