From e1bf18732cd28e61706c6d71473709220c2ccab5 Mon Sep 17 00:00:00 2001 From: Richard Li <742829+rli@users.noreply.github.com> Date: Thu, 26 Oct 2023 18:19:49 -0700 Subject: [PATCH] Use SAM CLI v1.98.0 for integration tests (#3951) Test failures begin with v1.99.0 Temporarily downgrade to v1.98.0 to allow for release to continue --- buildspec/linuxIntegrationTests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildspec/linuxIntegrationTests.yml b/buildspec/linuxIntegrationTests.yml index eef088d5f0..83c16f3ea3 100644 --- a/buildspec/linuxIntegrationTests.yml +++ b/buildspec/linuxIntegrationTests.yml @@ -14,6 +14,8 @@ env: phases: install: commands: + - sed -i 's/latest\/download/download\/v1.98.0/g' /usr/local/bin/installSam.sh + - installSam.sh --update - n install 16 - startDocker.sh # login to DockerHub so we don't get throttled