summaryrefslogtreecommitdiff
path: root/kitchen.yml
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-10-23 18:37:54 -0700
committerTim Smith <tsmith@chef.io>2018-10-23 18:37:54 -0700
commiteec85d4d9d37501ab90c06e11e9407cbbc7738cb (patch)
treeeca6940869b84961ee2b260b586a841f43c92d72 /kitchen.yml
parent1e9a0a65ba4edfd8d9acd0ea014da148171d76c6 (diff)
downloadlibyajl2-gem-eec85d4d9d37501ab90c06e11e9407cbbc7738cb.tar.gz
Update the kitchen configslim
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen.yml')
-rw-r--r--kitchen.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/kitchen.yml b/kitchen.yml
new file mode 100644
index 0000000..2e2f92e
--- /dev/null
+++ b/kitchen.yml
@@ -0,0 +1,18 @@
+driver:
+ name: vagrant
+ customize:
+ memory: 1024
+ cpus: 4
+
+provisioner:
+ name: shell
+ data_path: .
+
+platforms:
+ - name: ubuntu-14.04
+ - name: ubuntu-16.04
+ - name: ubuntu-18.04
+ - name: freebsd-11
+
+suites:
+ - name: default