File tree Expand file tree Collapse file tree 3 files changed +41
-2
lines changed Expand file tree Collapse file tree 3 files changed +41
-2
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ services:
66 image : swift-nio-http2:20.04-5.6
77 build :
88 args :
9- base_image : " swiftlang/swift:nightly-5.6-focal"
109 ubuntu_version : " focal"
10+ swift_version : " 5.6"
1111 h2spec_version : " 2.2.1"
1212
1313 unit-tests :
Original file line number Diff line number Diff line change 1+ version : " 3"
2+
3+ services :
4+
5+ runtime-setup :
6+ image : swift-nio-http2:20.04-5.7
7+ build :
8+ args :
9+ base_image : " swiftlang/swift:nightly-main-focal"
10+ h2spec_version : " 2.2.1"
11+
12+ unit-tests :
13+ image : swift-nio-http2:20.04-5.7
14+
15+ integration-tests :
16+ image : swift-nio-http2:20.04-5.7
17+
18+ performance-test :
19+ image : swift-nio-http2:20.04-5.7
20+
21+ h2spec :
22+ image : swift-nio-http2:20.04-5.7
23+
24+ test :
25+ image : swift-nio-http2:20.04-5.7
26+ environment :
27+ - MAX_ALLOCS_ALLOWED_1k_requests_interleaved=43200
28+ - MAX_ALLOCS_ALLOWED_1k_requests_noninterleaved=42100
29+ - MAX_ALLOCS_ALLOWED_client_server_h1_request_response=303050
30+ - MAX_ALLOCS_ALLOWED_client_server_request_response=269050
31+ - MAX_ALLOCS_ALLOWED_create_client_stream_channel=41050
32+ - MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form=200050
33+ - MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form_trimming_whitespace=200050
34+ - MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form_trimming_whitespace_from_long_string=300050
35+ - MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form_trimming_whitespace_from_short_string=200050
36+ - MAX_ALLOCS_ALLOWED_hpack_decoding=5050
37+ - MAX_ALLOCS_ALLOWED_stream_teardown_100_concurrent=293150
38+
39+ shell :
40+ image : swift-nio-http2:20.04-5.7
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ services:
77 build :
88 args :
99 base_image : " swiftlang/swift:nightly-main-focal"
10- ubuntu_version : " focal"
1110 h2spec_version : " 2.2.1"
1211
1312 unit-tests :
You can’t perform that action at this time.
0 commit comments