Skip to content

Commit

Permalink
chore: use 22.04 image instead of 21.10 for perf test (influxdata#23650)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnpfeife committed Aug 18, 2022
1 parent 6f50e70 commit de247ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/perf_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit de247ba

Please sign in to comment.