-
Notifications
You must be signed in to change notification settings - Fork 176
wip: ci(drivers_ci): move drivers build for ppc64le to dedicated runner
#2727
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
base: master
Are you sure you want to change the base?
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ekoops The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2727 +/- ##
=======================================
Coverage 76.90% 76.90%
=======================================
Files 296 296
Lines 30875 30875
Branches 4693 4693
=======================================
Hits 23745 23745
Misses 7130 7130
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
53eaceb to
530d936
Compare
…nner Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
530d936 to
c1fdee1
Compare
| run: | | ||
| sudo apt update | ||
| sudo apt install -y --no-install-recommends ca-certificates cmake build-essential git pkg-config autoconf automake libelf-dev libcap-dev clang llvm libtool linux-headers-$(uname -r) | ||
| sudo apt install -y --no-install-recommends ca-certificates cmake build-essential git pkg-config autoconf automake libelf-dev libcap-dev clang llvm libtool linux-headers-generic |
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.
Actually this is not the right way to go. I'm waiting for an answer on how correctly fetching kernel headers for the custom kernel the ubuntu-22.04-ppc64le runner ships (see IBM/actionspz#3 (comment)).
| -DMODERN_BPF_DEBUG_MODE=ON \ | ||
| -DBUILD_BPF=True \ | ||
| -DBUILD_LIBSCAP_GVISOR=OFF \ | ||
| -DUSE_BUNDLED_LIBELF=$( [ ${{ matrix.config.arch }} == 'ppc64le' ] && echo 'OFF' || echo 'ON' }} ) \ |
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.
Set USE_BUNDLED_LIBELF=OFF on ppc64le as motivated in #2470
What type of PR is this?
/kind test
Any specific area of the project related to this PR?
/area CI
Does this PR require a change in the driver versions?
What this PR does / why we need it:
WIP
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
/milestone next-driver
Does this PR introduce a user-facing change?: