Skip to content

Commit

Permalink
update alloc counts ci build script for 5.9 (apple#397)
Browse files Browse the repository at this point in the history
Motivation:

update alloc counts ci build script to reflect our current CI pipelines

Modifications:

update alloc counts ci build script to add 5.9 and drop 5.5 to reflect
our CI pipelines

Result:

Script should update counts successfully
  • Loading branch information
rnro authored May 30, 2023
1 parent fc2e98e commit a8ccf13
Showing 1 changed file with 1 addition and 1 deletion.
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 swift55 swift56 swift57 swift58 nightly; do
for f in swift56 swift57 swift58 swift59 nightly; do
echo "$f"
url="$url_prefix$f-prb/lastCompletedBuild/consoleFull"
stripped=${f#"swift"}
Expand Down

0 comments on commit a8ccf13

Please sign in to comment.