Skip to content

Commit

Permalink
Add temporary CI entry to Linux x86-64 CodeBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
skmcgrail committed Dec 10, 2024
1 parent 12c400d commit 22c6e8f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tests/ci/cdk/cdk/codebuild/github_ci_linux_x86_omnibus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,19 @@ batch:
variables:
AWS_LC_CI_TARGET: "tests/ci/run_valgrind_tests.sh"

# Temporary to test the x509-limbo patch and building of the reporting tool.
# This will move into a separate project in the next PR. But doing this for now to
# cutdown the review size.
- identifier: ubuntu2204_gcc12x_x86_64_x509_limbo
buildspec: ./tests/ci/codebuild/common/run_simple_target.yml
env:
type: LINUX_CONTAINER
privileged-mode: true
compute-type: BUILD_GENERAL1_LARGE
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/run_x509_limbo.sh"

- identifier: amazonlinux2023_gcc11x_x86_64_ssl_runner_valgrind
buildspec: ./tests/ci/codebuild/common/run_simple_target.yml
env:
Expand Down

0 comments on commit 22c6e8f

Please sign in to comment.