Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit f1f6257

Browse files
iohk-bors[bot]rvl
andcommitted
Merge #4155
4155: Acceptance tests: Don't upload .hp file r=rvl a=rvl Nobody's ever used the .hp file, and it's a waste of time to upload it. This removes the upload from the nightly sync test script. Co-authored-by: Rodney Lorrimar <[email protected]>
2 parents 72985e0 + 15bc29e commit f1f6257

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/test/acceptance/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ let
2020
wallet = connect {
2121
inherit environment stateDir;
2222

23-
# This will limit heap size to 1GB, along with the usual RTS options.
23+
# This will limit heap size to 1GB, and add heap profiling, along
24+
# with the usual RTS options.
2425
ghcRuntimeArgs = "-N2 -qg -A1m -I0 -T -M1G -h";
2526
};
2627

@@ -156,7 +157,6 @@ in
156157
hp2pretty cardano-node.hp
157158
158159
if [ -n "$BUILDKITE" ]; then
159-
buildkite-agent artifact upload cardano-node.hp
160160
buildkite-agent artifact upload cardano-node.svg
161161
printf '\033]1338;url='"artifact://cardano-node.svg"';alt='"Heap profile"'\a\n'
162162
fi

0 commit comments

Comments
 (0)