summaryrefslogtreecommitdiff
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
parent1e9a0a65ba4edfd8d9acd0ea014da148171d76c6 (diff)
downloadlibyajl2-gem-eec85d4d9d37501ab90c06e11e9407cbbc7738cb.tar.gz
Update the kitchen configslim
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.kitchen.cloud.yml87
-rw-r--r--kitchen.yml (renamed from .kitchen.yml)9
2 files changed, 3 insertions, 93 deletions
diff --git a/.kitchen.cloud.yml b/.kitchen.cloud.yml
deleted file mode 100644
index 3ac5525..0000000
--- a/.kitchen.cloud.yml
+++ /dev/null
@@ -1,87 +0,0 @@
-
----
-settings:
- concurrency: 4
-
-# The following env vars need to be set for DO:
-#
-# - DIGITALOCEAN_CLIENT_ID
-# - DIGITALOCEAN_API_KEY
-# - SSH_KEY_IDS
-#
-driver:
- name: digitalocean
-
-provisioner:
- name: shell
- data_path: .
-
-platforms:
- - name: ubuntu-1004
- driver_config:
- image_id: 14097
- flavor_id: 63
- region_id: 4
-
- - name: ubuntu-1204
- driver_config:
- image_id: 3101045
- flavor_id: 63
- region_id: 4
-
- - name: ubuntu-1310
- driver_config:
- image_id: 3101918
- flavor_id: 63
- region_id: 4
-
- - name: debian-60
- driver_config:
- image_id: 12573
- flavor_id: 63
- region_id: 4
-
- - name: debian-70
- driver_config:
- image_id: 3445812
- flavor_id: 63
- region_id: 4
-
- - name: centos-64
- driver_config:
- image_id: 562354
- flavor_id: 63
- region_id: 4
-
- - name: centos-65
- driver_config:
- image_id: 3448641
- flavor_id: 63
- region_id: 4
-
- - name: centos-58
- driver_config:
- image_id: 1601
- flavor_id: 63
- region_id: 4
-
- - name: fedora-19
- driver_config:
- image_id: 3102879
- flavor_id: 62
- region_id: 4
-
- - name: fedora-20
- driver_config:
- image_id: 3243145
- flavor_id: 63
- region_id: 4
-
- - name: arch-201305
- driver_config:
- image_id: 350424
- flavor_id: 63
- region_id: 4
-
-suites:
- - name: default
diff --git a/.kitchen.yml b/kitchen.yml
index 441605e..2e2f92e 100644
--- a/.kitchen.yml
+++ b/kitchen.yml
@@ -9,13 +9,10 @@ provisioner:
data_path: .
platforms:
- - name: ubuntu-10.04
- - name: ubuntu-12.04
- - name: ubuntu-12.10
- - name: ubuntu-13.04
- - name: ubuntu-13.10
- name: ubuntu-14.04
- - name: freebsd-9.2
+ - name: ubuntu-16.04
+ - name: ubuntu-18.04
+ - name: freebsd-11
suites:
- name: default