Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Adding integ tests back to integv2 #5054

Merged
merged 2 commits into from
Jan 23, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions codebuild/spec/buildspec_ubuntu_integrationv2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ batch:
- openssl-3.0
INTEGV2_TEST:
- "test_dynamic_record_sizes test_sslyze test_sslv2_client_hello"
- "test_happy_path"
- "test_cross_compatibility"
- "test_early_data test_well_known_endpoints test_hello_retry_requests test_sni_match test_pq_handshake test_fragmentation test_key_update"
- "test_session_resumption test_renegotiate_apache test_buffered_send"
- "test_npn test_signature_algorithms"
- "test_version_negotiation test_external_psk test_ocsp test_renegotiate test_serialization"

env:
variables:
Expand Down
Loading