Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 672efc9

Browse files
committedApr 18, 2025·
Switch back to large instances which have enough memory to run the ACVP tests
1 parent 0210248 commit 672efc9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎tests/ci/cdk/cdk/codebuild/github_ci_linux_arm_omnibus.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ batch:
267267
env:
268268
type: ARM_CONTAINER
269269
privileged-mode: false
270-
compute-type: BUILD_GENERAL1_MEDIUM
270+
compute-type: BUILD_GENERAL1_LARGE
271271
image: 620771051181.dkr.ecr.us-west-2.amazonaws.com/aws-lc-docker-images-linux-aarch:amazonlinux-2_gcc-7x_latest
272272
variables:
273273
# AL2 Clang-7 does not support AddressSanitizer. Related ticket is linked in CryptoAlg-694.
@@ -280,7 +280,7 @@ batch:
280280
env:
281281
type: ARM_CONTAINER
282282
privileged-mode: false
283-
compute-type: BUILD_GENERAL1_MEDIUM
283+
compute-type: BUILD_GENERAL1_LARGE
284284
image: 620771051181.dkr.ecr.us-west-2.amazonaws.com/aws-lc-docker-images-linux-aarch:amazonlinux-2023_gcc-11x_latest
285285
variables:
286286
AWS_LC_CI_TARGET: "tests/ci/run_fips_callback_tests.sh"

‎tests/ci/cdk/cdk/codebuild/github_ci_linux_x86_omnibus.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ batch:
633633
env:
634634
type: LINUX_CONTAINER
635635
privileged-mode: true
636-
compute-type: BUILD_GENERAL1_MEDIUM
636+
compute-type: BUILD_GENERAL1_LARGE
637637
image: 620771051181.dkr.ecr.us-west-2.amazonaws.com/aws-lc-docker-images-linux-x86:amazonlinux-2_gcc-7x_latest
638638
variables:
639639
AWS_LC_CI_TARGET: "tests/ci/run_fips_callback_tests.sh"
@@ -643,7 +643,7 @@ batch:
643643
env:
644644
type: LINUX_CONTAINER
645645
privileged-mode: true
646-
compute-type: BUILD_GENERAL1_MEDIUM
646+
compute-type: BUILD_GENERAL1_LARGE
647647
image: 620771051181.dkr.ecr.us-west-2.amazonaws.com/aws-lc-docker-images-linux-x86:amazonlinux-2023_gcc-11x_latest
648648
variables:
649649
AWS_LC_CI_TARGET: "tests/ci/run_fips_callback_tests.sh"

0 commit comments

Comments
 (0)
Please sign in to comment.