-
Notifications
You must be signed in to change notification settings - Fork 115
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
Build ebpf objects on CI #1639
Build ebpf objects on CI #1639
Conversation
966ad03
to
3920843
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1639 +/- ##
===========================================
- Coverage 71.18% 47.07% -24.12%
===========================================
Files 197 197
Lines 19909 19909
===========================================
- Hits 14173 9372 -4801
- Misses 5054 10025 +4971
+ Partials 682 512 -170
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
baed229
to
5063dcd
Compare
49e1288
to
7ee19d4
Compare
f77d58d
to
3dd897e
Compare
f8be8d8
to
9787feb
Compare
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!
This reverts commit 4639d0e.
This PR introduces the building of the eBPF files by the CI. This ensures that:
The new workflow ensures that tests are only run after it has verified that no ebpf files need to be built. This can happen either when there are no changes impacting ebpf files or after the CI has built the ebpf file itself. A new commit will be automatically added to the head of the PR branch authored by the github actions bot. See it in action at the bottom of this PR.
Important notes
Closes #1243