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

Commit 15bc29e

Browse files
committed
Acceptance tests: Don't upload .hp file
Nobody's ever used the .hp file, and it's a waste of time to upload it.
1 parent 72985e0 commit 15bc29e

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)