diff --git a/tests/ci/cdk/cdk/codebuild/github_ci_integration_omnibus.yaml b/tests/ci/cdk/cdk/codebuild/github_ci_integration_omnibus.yaml index a8dcdddd11..ce8bbc583b 100644 --- a/tests/ci/cdk/cdk/codebuild/github_ci_integration_omnibus.yaml +++ b/tests/ci/cdk/cdk/codebuild/github_ci_integration_omnibus.yaml @@ -63,7 +63,7 @@ batch: env: type: ARM_CONTAINER privileged-mode: false - compute-type: BUILD_GENERAL1_LARGE + compute-type: BUILD_GENERAL1_2XLARGE image: 620771051181.dkr.ecr.us-west-2.amazonaws.com/aws-lc-docker-images-linux-aarch:amazonlinux-2023_clang-15x_sanitizer_latest variables: AWS_LC_CI_TARGET: "tests/ci/integration/run_openssh_integration.sh" @@ -74,7 +74,7 @@ batch: env: type: ARM_CONTAINER privileged-mode: false - compute-type: BUILD_GENERAL1_LARGE + compute-type: BUILD_GENERAL1_2XLARGE image: 620771051181.dkr.ecr.us-west-2.amazonaws.com/aws-lc-docker-images-linux-aarch:amazonlinux-2023_clang-15x_sanitizer_latest variables: AWS_LC_CI_TARGET: "tests/ci/integration/run_openssh_integration.sh" @@ -116,7 +116,7 @@ batch: env: type: ARM_CONTAINER privileged-mode: false - compute-type: BUILD_GENERAL1_LARGE + compute-type: BUILD_GENERAL1_2XLARGE image: 620771051181.dkr.ecr.us-west-2.amazonaws.com/aws-lc-docker-images-linux-aarch:ubuntu-22.04_gcc-12x_latest variables: AWS_LC_CI_TARGET: "tests/ci/integration/run_mysql_integration.sh"