Skip to content

Commit

Permalink
Update nightly CI to Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
dnadoba committed Jan 17, 2023
1 parent 1f8ee26 commit 18cf325
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
32 changes: 16 additions & 16 deletions docker/docker-compose.2204.58.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,26 @@ services:
test:
image: swift-nio:22.04-5.8
environment:
- MAX_ALLOCS_ALLOWED_10000000_asyncsequenceproducer=23
- MAX_ALLOCS_ALLOWED_10000000_asyncsequenceproducer=22
- MAX_ALLOCS_ALLOWED_1000000_asyncwriter=1000050
- MAX_ALLOCS_ALLOWED_1000_addHandlers=47050
- MAX_ALLOCS_ALLOWED_1000_addHandlers_sync=39050
- MAX_ALLOCS_ALLOWED_1000_addRemoveHandlers_handlercontext=9050
- MAX_ALLOCS_ALLOWED_1000_addRemoveHandlers_handlername=9050
- MAX_ALLOCS_ALLOWED_1000_addRemoveHandlers_handlertype=9050
- MAX_ALLOCS_ALLOWED_1000_autoReadGetAndSet=20050
- MAX_ALLOCS_ALLOWED_1000_addHandlers=44050
- MAX_ALLOCS_ALLOWED_1000_addHandlers_sync=37050
- MAX_ALLOCS_ALLOWED_1000_addRemoveHandlers_handlercontext=8050
- MAX_ALLOCS_ALLOWED_1000_addRemoveHandlers_handlername=8050
- MAX_ALLOCS_ALLOWED_1000_addRemoveHandlers_handlertype=8050
- MAX_ALLOCS_ALLOWED_1000_autoReadGetAndSet=18050
- MAX_ALLOCS_ALLOWED_1000_autoReadGetAndSet_sync=0
- MAX_ALLOCS_ALLOWED_1000_copying_bytebufferview_to_array=1050
- MAX_ALLOCS_ALLOWED_1000_copying_circularbuffer_to_array=1050
- MAX_ALLOCS_ALLOWED_1000_getHandlers=9050
- MAX_ALLOCS_ALLOWED_1000_getHandlers_sync=37
- MAX_ALLOCS_ALLOWED_1000_getHandlers=8050
- MAX_ALLOCS_ALLOWED_1000_getHandlers_sync=35
- MAX_ALLOCS_ALLOWED_1000_reqs_1_conn=30400
- MAX_ALLOCS_ALLOWED_1000_tcpbootstraps=4050
- MAX_ALLOCS_ALLOWED_1000_tcpconnections=153050
- MAX_ALLOCS_ALLOWED_1000_tcpconnections=150050
- MAX_ALLOCS_ALLOWED_1000_udp_reqs=12050
- MAX_ALLOCS_ALLOWED_1000_udpbootstraps=2050
- MAX_ALLOCS_ALLOWED_1000_udpconnections=81050
- MAX_ALLOCS_ALLOWED_1_reqs_1000_conn=409000
- MAX_ALLOCS_ALLOWED_1000_udpconnections=79000
- MAX_ALLOCS_ALLOWED_1_reqs_1000_conn=401050
- MAX_ALLOCS_ALLOWED_bytebuffer_lots_of_rw=2050
- MAX_ALLOCS_ALLOWED_creating_10000_headers=0
- MAX_ALLOCS_ALLOWED_decode_1000_ws_frames=2050
Expand All @@ -50,7 +50,7 @@ services:
- MAX_ALLOCS_ALLOWED_encode_1000_ws_frames_new_buffer_with_space_with_mask=5050
- MAX_ALLOCS_ALLOWED_execute_hop_10000_tasks=0
- MAX_ALLOCS_ALLOWED_future_erase_result=4050
- MAX_ALLOCS_ALLOWED_future_lots_of_callbacks=55050
- MAX_ALLOCS_ALLOWED_future_lots_of_callbacks=53050
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form=700050
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form_trimming_whitespace=700050
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form_trimming_whitespace_from_long_string=700050
Expand All @@ -61,9 +61,9 @@ services:
- MAX_ALLOCS_ALLOWED_read_10000_chunks_from_file=140050
- MAX_ALLOCS_ALLOWED_schedule_10000_tasks=50100
- MAX_ALLOCS_ALLOWED_schedule_and_run_10000_tasks=50050
- MAX_ALLOCS_ALLOWED_scheduling_10000_executions=97
- MAX_ALLOCS_ALLOWED_udp_1000_reqs_1_conn=12200
- MAX_ALLOCS_ALLOWED_udp_1_reqs_1000_conn=166050
- MAX_ALLOCS_ALLOWED_scheduling_10000_executions=87
- MAX_ALLOCS_ALLOWED_udp_1000_reqs_1_conn=12150
- MAX_ALLOCS_ALLOWED_udp_1_reqs_1000_conn=160050
- FORCE_TEST_DISCOVERY=--enable-test-discovery
- WARN_AS_ERROR_ARG=-Xswiftc -warnings-as-errors
- IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ version: "3"
services:

runtime-setup:
image: swift-nio:20.04-main
image: swift-nio:22.04-main
build:
args:
base_image: "swiftlang/swift:nightly-main-focal"
base_image: "swiftlang/swift:nightly-main-jammy"

unit-tests:
image: swift-nio:20.04-main
image: swift-nio:22.04-main

integration-tests:
image: swift-nio:20.04-main
image: swift-nio:22.04-main

test:
image: swift-nio:20.04-main
image: swift-nio:22.04-main
environment:
- MAX_ALLOCS_ALLOWED_10000000_asyncsequenceproducer=22
- MAX_ALLOCS_ALLOWED_1000000_asyncwriter=1000050
Expand Down Expand Up @@ -70,13 +70,13 @@ services:
# - SANITIZER_ARG=--sanitize=thread # TSan broken still

performance-test:
image: swift-nio:20.04-main
image: swift-nio:22.04-main

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

echo:
image: swift-nio:20.04-main
image: swift-nio:22.04-main

http:
image: swift-nio:20.04-main
image: swift-nio:22.04-main

0 comments on commit 18cf325

Please sign in to comment.