Skip to content

Commit

Permalink
turn ec2 test framework back on
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel40791765 committed Apr 19, 2024
1 parent 10a389e commit ff5d110
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 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 @@ -4,13 +4,18 @@
version: 0.2

# Doc for batch https://docs.aws.amazon.com/codebuild/latest/userguide/batch-build-buildspec.html#build-spec.batch.build-list
# The batch and build-list targets can't be null or 0 length. pre_push_checker is the fastest placeholder

batch:
build-list:
- identifier: pre_push_checker
buildspec: ./tests/ci/codebuild/linux-x86/pre-push.yml
# Actual tests are ran on an Graviton3 ec2 instance via SSM Commands.
- identifier: graviton3_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-8x_latest
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"
ECR_DOCKER_TAG: "amazonlinux-2023_clang-15x_sanitizer"

0 comments on commit ff5d110

Please sign in to comment.