Skip to content
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

Use Ubuntu 24.04 everywhere #1324

Merged
merged 1 commit into from
Oct 21, 2024
Merged

Conversation

anfredette
Copy link
Collaborator

@anfredette anfredette commented Oct 21, 2024

We need kernel version 6.6 or greater to build the tcx test container images and also to run tcx integration tests.

We also have potential incompatibilies because redhat/ubi9-minimal is being used in Containerfile.bpfman.multi.arch, but ubuntu is being used to build the executables in image-build.yml.

Using Ubuntu-latest also has the potential to change versions without our knowing so we should pin down the version.

Using Ubuntu 24.04 for the bpfman image build and container can be revisited if we move to the approach in #1253.

We need kernel version 6.6 or greater to build the tcx test container
images and also to run tcx integration tests.

We also have potential incompatibilies because redhat/ubi9-minimal is
being used in Containerfile.bpfman.multi.arch, but ubuntu is being used
to build the executables in image-build.yml.

Using Ubuntu-latest also has the potential to change versions without
our knowing so we should pin down the version.

Signed-off-by: Andre Fredette <afredette@redhat.com>
@anfredette anfredette requested a review from a team as a code owner October 21, 2024 13:18
Copy link

codecov bot commented Oct 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 8.94%. Comparing base (ab22ac3) to head (0b69a8d).
Report is 7 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #1324   +/-   ##
=====================================
  Coverage   8.94%   8.94%           
=====================================
  Files         24      24           
  Lines       6027    6027           
=====================================
  Hits         539     539           
  Misses      5488    5488           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mergify mergify bot merged commit 7aab04b into bpfman:main Oct 21, 2024
53 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants