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

Integv2 reduction #4842

Closed
wants to merge 2 commits into from
Closed
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
33 changes: 33 additions & 0 deletions codebuild/spec/buildspec_integv2batch2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
batch:
build-matrix:
static:
env:
privileged-mode: true
dynamic:
buildspec:
- codebuild/spec/buildspec_ubuntu_integrationv2.yml
env:
compute-type:
- BUILD_GENERAL1_LARGE
image:
- 024603541914.dkr.ecr.us-west-2.amazonaws.com/docker:ubuntu18codebuild
variables:
S2N_BUILD_PRESET:
- awslc_gcc4-8
- awslc_gcc9
- awslc-fips_gcc4-8
- awslc-fips_gcc9
- awslc-fips-2022_gcc6
- libressl_gcc6
- libressl_gcc9
- openssl-1.0.2
- openssl-1.0.2-fips
- openssl-1.1.1_gcc4-8
- openssl-1.1.1_gcc6
- openssl-1.1.1_gcc6_softcrypto
- openssl-1.1.1_gcc9
INTEGV2_TEST:
- "test_happy_path"
- "test_sslyze test_fragmentation test_key_update"
- "test_session_resumption test_dynamic_record_sizes"
- "test_version_negotiation test_external_psk"
Loading