Skip to content

Commit

Permalink
ci: config logging for integration tests (#4751)
Browse files Browse the repository at this point in the history
Co-authored-by: Doug Chapman <[email protected]>
  • Loading branch information
jmayclin and dougch authored Jan 9, 2025
1 parent b4a4e09 commit 4746f70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions codebuild/spec/buildspec_ubuntu_integrationv2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ phases:
fi
build:
commands:
# e.g. awslc-fips-2022_gcc6
- echo "CI Configuration - s2n build preset is $S2N_BUILD_PRESET"
# e.g. "test_cross_compatibility test_client_authentication"
- echo "CI Configuration - the integ tests are $INTEGV2_TEST"
# For jdk integration test
- javac tests/integrationv2/bin/SSLSocketClient.java
- ln -s /usr/local $CODEBUILD_SRC_DIR/test-deps
Expand Down

0 comments on commit 4746f70

Please sign in to comment.