diff --git a/codebuild/spec/buildspec_integv2batch2.yml b/codebuild/spec/buildspec_integv2batch2.yml new file mode 100644 index 00000000000..4ceea57cbc4 --- /dev/null +++ b/codebuild/spec/buildspec_integv2batch2.yml @@ -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"