diff options
author | Brian McCarthy <brian.mccarthy@mongodb.com> | 2022-09-15 21:23:10 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-09-15 23:03:34 +0000 |
commit | 30cab3024acc63a9bb88c774f46aa0414bb8f8a3 (patch) | |
tree | ef2608205b056c4d519309a2e4d32140a3374f02 /buildscripts | |
parent | 6d10aea7079ac0f73c443346f929c2989c97532a (diff) | |
download | mongo-30cab3024acc63a9bb88c774f46aa0414bb8f8a3.tar.gz |
SERVER-69759 Update SLES 12 image for package testing
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/package_test/kitchen.legacy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/package_test/kitchen.legacy.yml b/buildscripts/package_test/kitchen.legacy.yml index c44c9a92d5e..e2d1d5a2a27 100644 --- a/buildscripts/package_test/kitchen.legacy.yml +++ b/buildscripts/package_test/kitchen.legacy.yml @@ -69,7 +69,7 @@ platforms: username: ec2-user - name: suse12-x86-64 driver: - image_id: ami-043eebeabcc4e3d35 + image_id: ami-0b97110ce9fc52361 transport: username: ec2-user - name: suse15-x86-64 |