parca-dev / parca-agent

eBPF based always-on profiler auto-discovering targets in Kubernetes and systemd, zero code changes or restarts needed!
https://parca.dev/
Apache License 2.0
527 stars 67 forks source link

Remove all architecture specific test binaries #2130

Open kakkoyun opened 10 months ago

kakkoyun commented 10 months ago

We have various binaries for testing in testdata directories for the corresponding package. Instead of this approach, we should add them to https://github.com/parca-dev/testdata for each architecture we support.

ref: https://github.com/parca-dev/parca-agent/issues/2420 xref: added by https://github.com/parca-dev/testdata/pull/27

kakkoyun commented 6 months ago

This should be closed when https://github.com/parca-dev/parca-agent/issues/2420 is closed.

We have some binaries checked in the agent repo itself. We need to either move them to testdata repo or add arm64 for equivalents in the repo.