Skip to content

Commit 07c160b

Browse files
authored
Add a correct docker-compose file for nightly (#283)
1 parent 58b355e commit 07c160b

File tree

1 file changed

+8
-40
lines changed

1 file changed

+8
-40
lines changed

docker/docker-compose.2004.main.yaml

Lines changed: 8 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -3,58 +3,26 @@ version: "3"
33
services:
44

55
runtime-setup:
6-
image: swift-nio:20.04-main
6+
image: swift-nio-ssl:20.04-main
77
build:
88
args:
99
base_image: "swiftlang/swift:nightly-main-focal"
1010
ubuntu_version: "focal"
1111

1212
unit-tests:
13-
image: swift-nio:20.04-main
13+
image: swift-nio-ssl:20.04-main
1414

1515
integration-tests:
16-
image: swift-nio:20.04-main
16+
image: swift-nio-ssl:20.04-main
1717

1818
test:
19-
image: swift-nio:20.04-main
19+
image: swift-nio-ssl:20.04-main
2020
environment:
21-
- MAX_ALLOCS_ALLOWED_1000_addHandlers=47050
22-
- MAX_ALLOCS_ALLOWED_1000_addHandlers_sync=40050
23-
- MAX_ALLOCS_ALLOWED_1000_getHandlers=12050
24-
- MAX_ALLOCS_ALLOWED_1000_getHandlers_sync=50
25-
- MAX_ALLOCS_ALLOWED_1000_reqs_1_conn=30540
26-
- MAX_ALLOCS_ALLOWED_1000_tcpbootstraps=4100
27-
- MAX_ALLOCS_ALLOWED_1000_tcpconnections=179010
28-
- MAX_ALLOCS_ALLOWED_1000_udp_reqs=16050
29-
- MAX_ALLOCS_ALLOWED_1000_udpbootstraps=2000
30-
- MAX_ALLOCS_ALLOWED_1000_udpconnections=101050
31-
- MAX_ALLOCS_ALLOWED_1_reqs_1000_conn=471050
32-
- MAX_ALLOCS_ALLOWED_bytebuffer_lots_of_rw=2100
33-
- MAX_ALLOCS_ALLOWED_creating_10000_headers=100
34-
- MAX_ALLOCS_ALLOWED_decode_1000_ws_frames=2000
35-
- MAX_ALLOCS_ALLOWED_encode_1000_ws_frames_holding_buffer=1000
36-
- MAX_ALLOCS_ALLOWED_encode_1000_ws_frames_holding_buffer_with_space=1000
37-
- MAX_ALLOCS_ALLOWED_encode_1000_ws_frames_new_buffer=5010
38-
- MAX_ALLOCS_ALLOWED_encode_1000_ws_frames_new_buffer_with_space=5010
39-
- MAX_ALLOCS_ALLOWED_future_lots_of_callbacks=75010
40-
- MAX_ALLOCS_ALLOWED_modifying_1000_circular_buffer_elements=50
41-
- MAX_ALLOCS_ALLOWED_modifying_byte_buffer_view=2010
42-
- MAX_ALLOCS_ALLOWED_ping_pong_1000_reqs_1_conn=4440
43-
- MAX_ALLOCS_ALLOWED_read_10000_chunks_from_file=190500
44-
- MAX_ALLOCS_ALLOWED_schedule_10000_tasks=90050
45-
- MAX_ALLOCS_ALLOWED_scheduling_10000_executions=20150
46-
- MAX_ALLOCS_ALLOWED_udp_1000_reqs_1_conn=16250
47-
- MAX_ALLOCS_ALLOWED_udp_1_reqs_1000_conn=202050
48-
# - SANITIZER_ARG=--sanitize=thread
21+
- MAX_ALLOCS_ALLOWED_simple_handshake=743000
22+
- MAX_ALLOCS_ALLOWED_many_writes=201000
4923

5024
performance-test:
51-
image: swift-nio:20.04-main
25+
image: swift-nio-ssl:20.04-main
5226

5327
shell:
54-
image: swift-nio:20.04-main
55-
56-
echo:
57-
image: swift-nio:20.04-main
58-
59-
http:
60-
image: swift-nio:20.04-main
28+
image: swift-nio-ssl:20.04-main

0 commit comments

Comments
 (0)