-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rewrite BPF performance YAML to build and test on all platforms #71
Conversation
Signed-off-by: Alan Jowett <[email protected]>
75ba14c
to
28156ff
Compare
Signed-off-by: Alan Jowett <[email protected]>
Signed-off-by: Alan Jowett <[email protected]>
Signed-off-by: Alan Jowett <[email protected]>
@nibanks Is there a mechanism to upload dumps from this machine? It crashing is unexpected and it would be great to be able to triage it. Note: |
Signed-off-by: Alan Jowett <[email protected]>
OK, got the dump. It appears as if this is related to the VM having 80 cores. Somewhere eBPF goes wrong if we have > 64 cores... |
This PR is blocked until microsoft/ebpf-for-windows#3270 is fixed. |
Signed-off-by: Alan Jowett <[email protected]>
Signed-off-by: Alan Jowett <[email protected]>
Signed-off-by: Alan Jowett <[email protected]>
Signed-off-by: Alan Jowett <[email protected]>
Fix is merged. |
Moving back to draft as the lab run is still failing. |
Lab machine was still running eBPF built from commit id a19c39f8c7b891e2e6533adc1bfe0c8008906e35 which still has the bug. For some reason it seems to have fails to uninstall the old version. |
Signed-off-by: Alan Jowett <[email protected]>
Signed-off-by: Alan Jowett <[email protected]>
Removed blocked label as it appears as if this now correctly cleans up the runner. |
Signed-off-by: Alan Jowett <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. But please note, I don't think we're ready to scale up for every eBPF PR to trigger this yet. Maybe every commit.
Add support for using the reusable build yaml from the ebpf-for-windows repo to build and test eBPF.