diff options
author | Brian McCarthy <brian.mccarthy@mongodb.com> | 2017-12-18 18:40:32 -0500 |
---|---|---|
committer | Brian McCarthy <brian.mccarthy@mongodb.com> | 2018-02-09 15:45:10 -0500 |
commit | d95018ef806aa2195a66e804a8cd7da4c4249176 (patch) | |
tree | 1a5b0c508ded8a848ae7833f82a2d66c2cddad42 /buildscripts/package_test | |
parent | 46b911217be85acb992879bd693b0c50280f494b (diff) | |
download | mongo-d95018ef806aa2195a66e804a8cd7da4c4249176.tar.gz |
SERVER-29463 Platform Support: add Debian 9 stretch
Diffstat (limited to 'buildscripts/package_test')
-rw-r--r-- | buildscripts/package_test/.kitchen.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/buildscripts/package_test/.kitchen.yml b/buildscripts/package_test/.kitchen.yml index c6a122067d6..4bbeb8da3bd 100644 --- a/buildscripts/package_test/.kitchen.yml +++ b/buildscripts/package_test/.kitchen.yml @@ -39,6 +39,11 @@ platforms: image_id: ami-896d85e2 transport: username: admin + - name: debian92 + driver: + image_id: ami-71b7750b + transport: + username: admin - name: rhel62 driver: # Use rhel 6.3 because chef-solo fails on rhel 6.2 |