Skip to content

Commit

Permalink
nix develop in debug mode with large instance to search for flakyness
Browse files Browse the repository at this point in the history
  • Loading branch information
dougch committed Mar 27, 2024
1 parent 2b98779 commit 3f8ed07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions codebuild/spec/buildspec_generalbatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,13 +356,13 @@ batch:
- identifier: ktls
buildspec: codebuild/spec/buildspec_ktls.yml
env:
compute-type: BUILD_GENERAL1_LARGE
compute-type: BUILD_GENERAL1_2XLARGE
image: aws/codebuild/standard:7.0
privileged-mode: true
- identifier: ktlsASAN
buildspec: codebuild/spec/buildspec_ktls.yml
env:
compute-type: BUILD_GENERAL1_LARGE
compute-type: BUILD_GENERAL1_2XLARGE
image: aws/codebuild/standard:7.0
privileged-mode: true
variables:
Expand Down
2 changes: 1 addition & 1 deletion codebuild/spec/buildspec_ktls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ phases:
cd s2n-tls; sudo modprobe tls; \
export S2N_CMAKE_OPTIONS=${S2N_CMAKE_OPTIONS}; \
export S2N_KTLS_TESTING_EXPECTED=1; \
nix develop .#openssl111 --command bash -c \
nix develop --debug .#openssl111 --command bash -c \
'source ./nix/shell.sh && clean && configure && build && unit' \
"

0 comments on commit 3f8ed07

Please sign in to comment.