Skip to content

Commit

Permalink
ci(refactor): remove fuzz tests from Omnibus (#4945)
Browse files Browse the repository at this point in the history
  • Loading branch information
boquan-fang authored Dec 4, 2024
1 parent ecf2835 commit 2b67a76
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions codebuild/spec/buildspec_omnibus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,37 +205,3 @@ batch:
S2N_LIBCRYPTO: 'boringssl'
TESTS: unit
identifier: s2nUnitBoringssl

- identifier: s2nFuzzerAWSLC
buildspec: codebuild/spec/buildspec_fuzz.yml
env:
privileged-mode: true
compute-type: BUILD_GENERAL1_XLARGE
image: 024603541914.dkr.ecr.us-west-2.amazonaws.com/docker:ubuntu22codebuild
variables:
S2N_LIBCRYPTO: awslc
COMPILER: clang
FUZZ_TIMEOUT_SEC: 60

- identifier: s2nFuzzerOpenSSL111
buildspec: codebuild/spec/buildspec_fuzz.yml
env:
privileged-mode: true
compute-type: BUILD_GENERAL1_XLARGE
image: 024603541914.dkr.ecr.us-west-2.amazonaws.com/docker:ubuntu22codebuild
variables:
S2N_LIBCRYPTO: openssl-1.1.1
COMPILER: clang
FUZZ_TIMEOUT_SEC: 60

- identifier: s2nFuzzerOpenSSL102FIPS
buildspec: codebuild/spec/buildspec_fuzz.yml
env:
privileged-mode: true
compute-type: BUILD_GENERAL1_XLARGE
image: 024603541914.dkr.ecr.us-west-2.amazonaws.com/docker:ubuntu22codebuild
variables:
S2N_LIBCRYPTO: openssl-1.0.2-fips
COMPILER: clang
FUZZ_TIMEOUT_SEC: 60

0 comments on commit 2b67a76

Please sign in to comment.