-
Notifications
You must be signed in to change notification settings - Fork 17
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
add bpftrace for CI debugging #371
Conversation
I like to run a bpftrace based program in CI to collect better logs for specific processes not observed in the normal testing such as the podman container cleanup command. Given you need to have full privs to run ebpf and the package pulls in an entire toolchain which is almost 500MB in install size we do not add it the the container images to not bloat them without reason. containers/podman#23487 Signed-off-by: Paul Holzinger <pholzing@redhat.com>
LGTM but you need to |
Right which greets me with
and I didn't really wanted to look at this right now. I guess I can just bump the time? |
Yes, just bump it. Note that there WILL be problems. It's been a month since my last |
Yes I know that part... but I guess someone has to suffer through that no what what. Might as well be me. |
Bump timebomb to Sep 1st, the podman issue is still not fixed and I haven't looked at the debian bug but I assume it is also still not fixed. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Cirrus CI build successful. Found built image names and IDs:
|
|
Source: containers/automation_images#371 Signed-off-by: Ed Santiago <santiago@redhat.com>
Source: containers/automation_images#371 Signed-off-by: Ed Santiago <santiago@redhat.com> Signed-off-by: Paul Holzinger <pholzing@redhat.com>
@Luap99 care to repush, to pick up new pasta? (containers/podman#23478 (comment)) |
Shouldn't we merge this first as the images are now used in podman? |
Also do we actually get the packages from the testing repos here? I would assume we need to wait for it to hit stable, no? |
Eek I missed that. Okay, merged. @baude your turn, please rebase and rerun |
I like to run a bpftrace based program in CI to collect better logs for specific processes not observed in the normal testing such as the podman container cleanup command.
Given you need to have full privs to run ebpf and the package pulls in an entire toolchain which is almost 500MB in install size we do not add it the the container images to not bloat them without reason.
containers/podman#23487