chore: use 22.04 image instead of 21.10 for perf test (#23647)

pull/23651/head
Brandon Pfeifer 2022-08-18 15:28:15 -04:00 committed by GitHub
parent 6f50e70960
commit 34323c9a0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ set -ex -o pipefail
source vars.sh
# get latest ubuntu 21.10 ami for us-west-2
ami_id=$(aws --region us-west-2 ssm get-parameters --names /aws/service/canonical/ubuntu/server/21.10/stable/current/amd64/hvm/ebs-gp2/ami-id --query 'Parameters[0].[Value]' --output text)
ami_id=$(aws --region us-west-2 ssm get-parameters --names /aws/service/canonical/ubuntu/server/22.04/stable/current/amd64/hvm/ebs-gp2/ami-id --query 'Parameters[0].[Value]' --output text)
# launch ec2 instance
datestring=$(date +%Y%m%d)