diff options
author | Brian McCarthy <brian.mccarthy@mongodb.com> | 2021-03-01 10:48:39 -0500 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-03-01 21:19:59 +0000 |
commit | 68009cfaed11d1648411fc18f7b1149614ed33c8 (patch) | |
tree | c1e4bb66ba6cb9670579e3a68c16bcf599b6c82c /buildscripts | |
parent | 2321dd90f708b380df4b0936bc5e8825e4346cd3 (diff) | |
download | mongo-68009cfaed11d1648411fc18f7b1149614ed33c8.tar.gz |
SERVER-54858 Update Amazon Linux AMI for package testing
(cherry picked from commit 37174150cbb33aba3343fc768f944632d7b9e764)
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/package_test/.kitchen.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/package_test/.kitchen.yml b/buildscripts/package_test/.kitchen.yml index 7eaac81e8ed..4f3e215075a 100644 --- a/buildscripts/package_test/.kitchen.yml +++ b/buildscripts/package_test/.kitchen.yml @@ -26,7 +26,7 @@ provisioner: platforms: - name: amazon-x86-64 driver: - image_id: ami-c481fad3 + image_id: ami-0080e4c5bc078760e transport: username: ec2-user - name: amazon2-x86-64 |