Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: add more awslc-fips-2022 testing #5049

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions codebuild/spec/buildspec_fuzz_batch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@ batch:
variables:
S2N_LIBCRYPTO: awslc
COMPILER: clang
- identifier: clang_awslc_fips_2022
buildspec: codebuild/spec/buildspec_fuzz.yml
debug-session: true
env:
compute-type: BUILD_GENERAL1_XLARGE
image: 024603541914.dkr.ecr.us-west-2.amazonaws.com/docker:ubuntu22codebuild
privileged-mode: true
variables:
S2N_LIBCRYPTO: awslc-fips-2022
COMPILER: clang
- identifier: clang_openssl_1_0_2
buildspec: codebuild/spec/buildspec_fuzz.yml
debug-session: true
Expand Down
12 changes: 12 additions & 0 deletions codebuild/spec/buildspec_sanitizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ batch:
variables:
S2N_LIBCRYPTO: awslc
COMPILER: clang
- identifier: clang_awslc_fips_2022
env:
compute-type: BUILD_GENERAL1_LARGE
variables:
S2N_LIBCRYPTO: awslc-fips-2022
COMPILER: clang
- identifier: clang_openssl_3_0
env:
compute-type: BUILD_GENERAL1_LARGE
Expand All @@ -69,6 +75,12 @@ batch:
variables:
S2N_LIBCRYPTO: awslc
COMPILER: gcc
- identifier: gcc_awslc_fips_2022
env:
compute-type: BUILD_GENERAL1_LARGE
variables:
S2N_LIBCRYPTO: awslc-fips-2022
COMPILER: gcc
- identifier: gcc_openssl_3_0
env:
compute-type: BUILD_GENERAL1_LARGE
Expand Down
7 changes: 7 additions & 0 deletions codebuild/spec/buildspec_valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ batch:
variables:
S2N_LIBCRYPTO: awslc-fips
COMPILER: gcc
- identifier: gcc_awslc_fips_2022
env:
compute-type: BUILD_GENERAL1_LARGE
image: 024603541914.dkr.ecr.us-west-2.amazonaws.com/docker:ubuntu18codebuild
variables:
S2N_LIBCRYPTO: awslc-fips-2022
COMPILER: gcc
- identifier: gcc_openssl_3_0
env:
compute-type: BUILD_GENERAL1_LARGE
Expand Down
Loading