From 622c3e15652cbc2ef1ccf12e7f37e0f8ce26b4d0 Mon Sep 17 00:00:00 2001 From: Nghi Ho Date: Wed, 18 Dec 2024 11:12:00 -0800 Subject: [PATCH] Fix build identifier error --- tests/ci/cdk/cdk/codebuild/github_ci_integration_omnibus.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 809280e17f3..e7173bc4f14 100644 --- a/tests/ci/cdk/cdk/codebuild/github_ci_integration_omnibus.yaml +++ b/tests/ci/cdk/cdk/codebuild/github_ci_integration_omnibus.yaml @@ -231,7 +231,7 @@ batch: variables: AWS_LC_CI_TARGET: "tests/ci/integration/run_haproxy_integration.sh" - - identifier: tpm2-tss_integration_x86_64 + - identifier: tpm2_tss_integration_x86_64 buildspec: tests/ci/codebuild/common/run_simple_target.yml env: type: LINUX_CONTAINER @@ -246,7 +246,7 @@ batch: env: type: LINUX_CONTAINER privileged-mode: false - compute-type: BUILD_GENERAL1_SMALL + compute-type: BUILD_GENERAL1_SMALL` image: 620771051181.dkr.ecr.us-west-2.amazonaws.com/aws-lc-docker-images-linux-x86:ubuntu-22.04_gcc-12x_latest variables: AWS_LC_CI_TARGET: "tests/ci/integration/run_grpc_integration.sh"