Skip to content

Commit

Permalink
Update update-alloc-limits-to-last-completed-ci-build (#146)
Browse files Browse the repository at this point in the history
* Update update-alloc-limits-to-last-completed-ci-build

Update to drop 55 support and add 59

* update nightly alloc counts
  • Loading branch information
rnro committed May 31, 2023
1 parent 7733e7e commit 4c2c8d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev/update-alloc-limits-to-last-completed-ci-build
Expand Up @@ -22,7 +22,7 @@ url_prefix=${1-"https://ci.swiftserver.group/job/swift-nio-ssh-"}
target_repo=${2-"$here/.."}
tmpdir=$(mktemp -d /tmp/.last-build_XXXXXX)

for f in 55 56 57 58 nightly; do
for f in 56 57 58 59 nightly; do
echo "swift$f"
if [[ "$f" == "nightly" ]]; then
url="$url_prefix$f-prb/lastCompletedBuild/consoleFull"
Expand Down
6 changes: 3 additions & 3 deletions docker/docker-compose.2204.main.yaml
Expand Up @@ -14,9 +14,9 @@ services:
test:
image: swift-nio-ssh:22.04-main
environment:
- MAX_ALLOCS_ALLOWED_client_server_many_small_commands_per_connection=223800
- MAX_ALLOCS_ALLOWED_client_server_one_command_per_connection=1005050
- MAX_ALLOCS_ALLOWED_client_server_streaming_large_message_in_small_chunks=51000
- MAX_ALLOCS_ALLOWED_client_server_many_small_commands_per_connection=217800
- MAX_ALLOCS_ALLOWED_client_server_one_command_per_connection=995050
- MAX_ALLOCS_ALLOWED_client_server_streaming_large_message_in_small_chunks=49000
- IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error
#- SANITIZER_ARG=--sanitize=thread
- WARN_AS_ERROR_ARG=-Xswiftc -warnings-as-errors
Expand Down

0 comments on commit 4c2c8d0

Please sign in to comment.