Skip to content

Commit

Permalink
Revert debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
dougch committed Mar 29, 2024
1 parent d54236e commit 0a91c57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions codebuild/spec/buildspec_generalbatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,14 +356,13 @@ batch:
- identifier: ktls
buildspec: codebuild/spec/buildspec_ktls.yml
env:
debug-session: true
compute-type: BUILD_GENERAL1_XLARGE
compute-type: BUILD_GENERAL1_LARGE
image: aws/codebuild/standard:7.0
privileged-mode: true
- identifier: ktlsASAN
buildspec: codebuild/spec/buildspec_ktls.yml
env:
compute-type: BUILD_GENERAL1_XLARGE
compute-type: BUILD_GENERAL1_LARGE
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 @@ -9,7 +9,7 @@ phases:
pre_build:
commands:
- aws s3 --quiet sync s3://s2n-ktls-testing ./qemu
- cd qemu; bash ./runbig.sh; cd ..
- cd qemu; bash ./run.sh; cd ..
- rsync -avz --exclude=qemu --exclude=tests/fuzz -e 'ssh -p 2222' . codebuild@localhost:/home/codebuild/s2n-tls
build:
commands:
Expand Down

0 comments on commit 0a91c57

Please sign in to comment.