Skip to content

Commit 2c87ffe

Browse files
tomerdLukasa
andauthored
ci update (#329)
* ci update motivation: 5.6 is out changes: * use release version of 5.6 * add docker setup for 5.7 (using nightly for now) * Update to new alloc counts Co-authored-by: Cory Benfield <lukasa@apple.com>
1 parent 2d5d718 commit 2c87ffe

File tree

3 files changed

+41
-2
lines changed

3 files changed

+41
-2
lines changed

docker/docker-compose.2004.56.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

docker/docker-compose.2004.57.yaml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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

docker/docker-compose.2004.main.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)