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

Add 5.6 nightly CI #324

Merged
merged 2 commits into from
Jan 18, 2022
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion dev/update-alloc-limits-to-last-completed-ci-build
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ url_prefix=${1-"https://ci.swiftserver.group/job/swift-nio-http2-2-"}
target_repo=${2-"$here/.."}
tmpdir=$(mktemp -d /tmp/.last-build_XXXXXX)

for f in swift52 swift53 swift54 swift55 nightly; do
for f in swift52 swift53 swift54 swift55 swift56 nightly; do
echo "$f"
url="$url_prefix$f-prb/lastCompletedBuild/consoleFull"
stripped=${f#"swift"}
Expand Down
12 changes: 6 additions & 6 deletions docker/docker-compose.1604.52.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ services:
test:
image: swift-nio-http2:16.04-5.2
environment:
- MAX_ALLOCS_ALLOWED_1k_requests_interleaved=51150
- MAX_ALLOCS_ALLOWED_1k_requests_noninterleaved=50100
- MAX_ALLOCS_ALLOWED_client_server_h1_request_response=324900
- MAX_ALLOCS_ALLOWED_client_server_request_response=288900
- MAX_ALLOCS_ALLOWED_create_client_stream_channel=48050
- MAX_ALLOCS_ALLOWED_1k_requests_interleaved=48200
- MAX_ALLOCS_ALLOWED_1k_requests_noninterleaved=47100
- MAX_ALLOCS_ALLOWED_client_server_h1_request_response=311050
- MAX_ALLOCS_ALLOWED_client_server_request_response=275050
- MAX_ALLOCS_ALLOWED_create_client_stream_channel=42050
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form=200050
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form_trimming_whitespace=200050
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form_trimming_whitespace_from_long_string=300050
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form_trimming_whitespace_from_short_string=200050
- MAX_ALLOCS_ALLOWED_hpack_decoding=5050
- MAX_ALLOCS_ALLOWED_stream_teardown_100_concurrent=353200
- MAX_ALLOCS_ALLOWED_stream_teardown_100_concurrent=323250
- SANITIZER_ARG=--sanitize=thread

shell:
Expand Down
12 changes: 6 additions & 6 deletions docker/docker-compose.1804.53.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ services:
test:
image: swift-nio-http2:18.04-5.3
environment:
- MAX_ALLOCS_ALLOWED_1k_requests_interleaved=49150
- MAX_ALLOCS_ALLOWED_1k_requests_noninterleaved=48100
- MAX_ALLOCS_ALLOWED_client_server_h1_request_response=324000
- MAX_ALLOCS_ALLOWED_client_server_request_response=288000
- MAX_ALLOCS_ALLOWED_create_client_stream_channel=48050
- MAX_ALLOCS_ALLOWED_1k_requests_interleaved=46200
- MAX_ALLOCS_ALLOWED_1k_requests_noninterleaved=45100
- MAX_ALLOCS_ALLOWED_client_server_h1_request_response=310050
- MAX_ALLOCS_ALLOWED_client_server_request_response=274050
- MAX_ALLOCS_ALLOWED_create_client_stream_channel=42050
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form=200050
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form_trimming_whitespace=200050
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form_trimming_whitespace_from_long_string=300050
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form_trimming_whitespace_from_short_string=200050
- MAX_ALLOCS_ALLOWED_hpack_decoding=5050
- MAX_ALLOCS_ALLOWED_stream_teardown_100_concurrent=333200
- MAX_ALLOCS_ALLOWED_stream_teardown_100_concurrent=303250

shell:
image: swift-nio-http2:18.04-5.3
12 changes: 6 additions & 6 deletions docker/docker-compose.2004.54.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ services:
test:
image: swift-nio-http2:20.04-5.4
environment:
- MAX_ALLOCS_ALLOWED_1k_requests_interleaved=49150
- MAX_ALLOCS_ALLOWED_1k_requests_noninterleaved=48100
- MAX_ALLOCS_ALLOWED_client_server_h1_request_response=324000
- MAX_ALLOCS_ALLOWED_client_server_request_response=288000
- MAX_ALLOCS_ALLOWED_create_client_stream_channel=48050
- MAX_ALLOCS_ALLOWED_1k_requests_interleaved=46200
- MAX_ALLOCS_ALLOWED_1k_requests_noninterleaved=45100
- MAX_ALLOCS_ALLOWED_client_server_h1_request_response=310050
- MAX_ALLOCS_ALLOWED_client_server_request_response=274050
- MAX_ALLOCS_ALLOWED_create_client_stream_channel=42050
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form=200050
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form_trimming_whitespace=200050
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form_trimming_whitespace_from_long_string=300050
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form_trimming_whitespace_from_short_string=200050
- MAX_ALLOCS_ALLOWED_hpack_decoding=5050
- MAX_ALLOCS_ALLOWED_stream_teardown_100_concurrent=333200
- MAX_ALLOCS_ALLOWED_stream_teardown_100_concurrent=303250

shell:
image: swift-nio-http2:20.04-5.4
12 changes: 6 additions & 6 deletions docker/docker-compose.2004.55.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ services:
test:
image: swift-nio-http2:20.04-5.5
environment:
- MAX_ALLOCS_ALLOWED_1k_requests_interleaved=49150
- MAX_ALLOCS_ALLOWED_1k_requests_noninterleaved=48100
- MAX_ALLOCS_ALLOWED_client_server_h1_request_response=324000
- MAX_ALLOCS_ALLOWED_client_server_request_response=288000
- MAX_ALLOCS_ALLOWED_create_client_stream_channel=48050
- MAX_ALLOCS_ALLOWED_1k_requests_interleaved=46200
- MAX_ALLOCS_ALLOWED_1k_requests_noninterleaved=45100
- MAX_ALLOCS_ALLOWED_client_server_h1_request_response=310050
- MAX_ALLOCS_ALLOWED_client_server_request_response=274050
- MAX_ALLOCS_ALLOWED_create_client_stream_channel=42050
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form=200050
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form_trimming_whitespace=200050
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form_trimming_whitespace_from_long_string=300050
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form_trimming_whitespace_from_short_string=200050
- MAX_ALLOCS_ALLOWED_hpack_decoding=5050
- MAX_ALLOCS_ALLOWED_stream_teardown_100_concurrent=333150
- MAX_ALLOCS_ALLOWED_stream_teardown_100_concurrent=303250

shell:
image: swift-nio-http2:20.04-5.5
41 changes: 41 additions & 0 deletions docker/docker-compose.2004.56.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
version: "3"

services:

runtime-setup:
image: swift-nio-http2:20.04-5.6
build:
args:
base_image: "swiftlang/swift:nightly-5.6-focal"
ubuntu_version: "focal"
h2spec_version: "2.2.1"

unit-tests:
image: swift-nio-http2:20.04-5.6

integration-tests:
image: swift-nio-http2:20.04-5.6

performance-test:
image: swift-nio-http2:20.04-5.6

h2spec:
image: swift-nio-http2:20.04-5.6

test:
image: swift-nio-http2:20.04-5.6
environment:
- MAX_ALLOCS_ALLOWED_1k_requests_interleaved=43200
- MAX_ALLOCS_ALLOWED_1k_requests_noninterleaved=42100
- MAX_ALLOCS_ALLOWED_client_server_h1_request_response=304050
- MAX_ALLOCS_ALLOWED_client_server_request_response=270050
- MAX_ALLOCS_ALLOWED_create_client_stream_channel=41050
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form=200050
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form_trimming_whitespace=200050
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form_trimming_whitespace_from_long_string=300050
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form_trimming_whitespace_from_short_string=200050
- MAX_ALLOCS_ALLOWED_hpack_decoding=5050
- MAX_ALLOCS_ALLOWED_stream_teardown_100_concurrent=293250

shell:
image: swift-nio-http2:20.04-5.6
12 changes: 6 additions & 6 deletions docker/docker-compose.2004.main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ services:
test:
image: swift-nio-http2:20.04-main
environment:
- MAX_ALLOCS_ALLOWED_1k_requests_interleaved=46150
- MAX_ALLOCS_ALLOWED_1k_requests_noninterleaved=45100
- MAX_ALLOCS_ALLOWED_client_server_h1_request_response=317250
- MAX_ALLOCS_ALLOWED_client_server_request_response=284000
- MAX_ALLOCS_ALLOWED_create_client_stream_channel=47050
- MAX_ALLOCS_ALLOWED_1k_requests_interleaved=43200
- MAX_ALLOCS_ALLOWED_1k_requests_noninterleaved=42100
- MAX_ALLOCS_ALLOWED_client_server_h1_request_response=304050
- MAX_ALLOCS_ALLOWED_client_server_request_response=270050
- MAX_ALLOCS_ALLOWED_create_client_stream_channel=41050
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form=200050
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form_trimming_whitespace=200050
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form_trimming_whitespace_from_long_string=300050
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form_trimming_whitespace_from_short_string=200050
- MAX_ALLOCS_ALLOWED_hpack_decoding=5050
- MAX_ALLOCS_ALLOWED_stream_teardown_100_concurrent=323200
- MAX_ALLOCS_ALLOWED_stream_teardown_100_concurrent=293250

shell:
image: swift-nio-http2:20.04-main