Skip to content

Commit 4880fbd

Browse files
committed
ci: disable parca-agent upload for v0.79.1
This spuriously broke.
1 parent 38a21b1 commit 4880fbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/test/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def maybe_upload_debuginfo(
119119
# profiling provider), but only if this is a tag build. Polar Signals is
120120
# expensive, so we don't want to upload development or unstable builds
121121
# that won't ever be profiled by Polar Signals.
122-
if is_tag_build:
122+
if False:
123123
print(f"Uploading debuginfo for {bin} to Polar Signals...")
124124
spawn.runv(
125125
[

0 commit comments

Comments
 (0)