Skip to content

Commit

Permalink
update ec2-test-framework to use gv2
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel40791765 committed Jun 4, 2024
1 parent 2431353 commit 73f3a5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/ci/cdk/cdk/codebuild/ec2_test_framework_omnibus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ version: 0.2
# Doc for batch https://docs.aws.amazon.com/codebuild/latest/userguide/batch-build-buildspec.html#build-spec.batch.build-list
batch:
build-list:
# Actual tests are ran on an Graviton3 ec2 instance via SSM Commands.
- identifier: graviton3_tests
# Actual tests are ran on an Graviton2 ec2 instance via SSM Commands.
- identifier: graviton2_tests
buildspec: ./tests/ci/codebuild/common/run_ec2_target.yml
env:
type: LINUX_CONTAINER
privileged-mode: false
compute-type: BUILD_GENERAL1_SMALL
image: 620771051181.dkr.ecr.us-west-2.amazonaws.com/aws-lc-docker-images-linux-x86:ubuntu-20.04_clang-7x-bm-framework_latest
variables:
EC2_AMI: "ami-0a24e6e101933d294"
EC2_INSTANCE_TYPE: "c7g.2xlarge"
EC2_AMI: "ami-0c29a2c5cf69b5a9c"
EC2_INSTANCE_TYPE: "c6g.2xlarge"
ECR_DOCKER_TAG: "amazonlinux-2023_clang-15x_sanitizer"

0 comments on commit 73f3a5e

Please sign in to comment.