Skip to content

Commit a66b1de

Browse files
authored
Fix duplicate test names in CodeBuild integration tests (#2686)
### Description of changes: Modified the name of the duplicate ACCP tests to fix CI failures By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.
1 parent 31feb96 commit a66b1de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ci/cdk/cdk/codebuild/github_ci_integration_omnibus.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ batch:
311311
variables:
312312
AWS_LC_CI_TARGET: "tests/ci/integration/run_cyrus_sasl_integration.sh"
313313

314-
- identifier: amazon_corretto_crypto_provider_integration_x86_64
314+
- identifier: amazon_corretto_crypto_provider_nonfips_integration_x86_64
315315
buildspec: tests/ci/codebuild/common/run_simple_target.yml
316316
env:
317317
type: LINUX_CONTAINER
@@ -322,7 +322,7 @@ batch:
322322
AWS_LC_CI_TARGET: "tests/ci/integration/run_accp_integration.sh"
323323
ACCP_FIPS: "false"
324324

325-
- identifier: amazon_corretto_crypto_provider_integration_x86_64
325+
- identifier: amazon_corretto_crypto_provider_fips_integration_x86_64
326326
buildspec: tests/ci/codebuild/common/run_simple_target.yml
327327
env:
328328
type: LINUX_CONTAINER

0 commit comments

Comments
 (0)