Skip to content

Commit 916067f

Browse files
authored
ci: rebalance integV2 testcases (#5232)
1 parent 0678435 commit 916067f

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

codebuild/spec/buildspec_ubuntu_integrationv2.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,17 @@ batch:
3636
- openssl-1.1.1_gcc9
3737
- openssl-3.0
3838
- openssl-3.0-fips
39+
# Group 1 and Group 2 (test_happy_path and test_buffered_send) each take approximately 1300 seconds to run.
40+
# Group 3 is kept under 1000 seconds (bottlenecked by the slowest testcase which is 1300)
41+
# Group 4 contains the remaining faster test cases.
3942
INTEGV2_TEST:
40-
- "test_client_authentication test_dynamic_record_sizes test_sslyze test_sslv2_client_hello"
4143
- "test_happy_path"
42-
- "test_cross_compatibility"
43-
- "test_early_data test_hello_retry_requests test_sni_match test_pq_handshake test_fragmentation test_key_update"
44-
- "test_session_resumption test_renegotiate_apache test_buffered_send"
45-
- "test_npn test_signature_algorithms"
46-
- "test_version_negotiation test_external_psk test_ocsp test_renegotiate test_serialization test_record_padding"
44+
- "test_buffered_send"
45+
- "test_signature_algorithms test_session_resumption test_early_data test_external_psk"
46+
- "test_version_negotiation test_ocsp test_renegotiate test_serialization test_record_padding
47+
test_npn test_cross_compatibility test_renegotiate_apache test_hello_retry_requests
48+
test_sni_match test_pq_handshake test_fragmentation test_key_update
49+
test_client_authentication test_dynamic_record_sizes test_sslyze test_sslv2_client_hello"
4750

4851
env:
4952
variables:

0 commit comments

Comments
 (0)