Skip to content

Use ubuntu 24.04 in CI #402

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

Draft
wants to merge 10 commits into
base: TDE_REL_17_STABLE
Choose a base branch
from
Draft

Use ubuntu 24.04 in CI #402

wants to merge 10 commits into from

Conversation

artemgavrilov
Copy link
Collaborator

@artemgavrilov artemgavrilov commented Jun 6, 2025

This PR upgrades ubuntu version used in CI workflows. There was a problem cause by Python version 3.12 installed in this ubuntu image. KMIP server and CodeChecker tool don't work with Python version as it introduced some breaking changes. So we have to downgrade Python version.

OpenKMIP/PyKMIP#707
Ericsson/codechecker#4350

@codecov-commenter
Copy link

codecov-commenter commented Jun 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.55%. Comparing base (e636b10) to head (811fa36).
Report is 5 commits behind head on TDE_REL_17_STABLE.

❌ Your project status has failed because the head coverage (85.55%) is below the target coverage (90.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files
@@                  Coverage Diff                  @@
##           TDE_REL_17_STABLE     #402      +/-   ##
=====================================================
- Coverage              85.72%   85.55%   -0.18%     
=====================================================
  Files                     22       22              
  Lines                   2529     2547      +18     
  Branches                 387      388       +1     
=====================================================
+ Hits                    2168     2179      +11     
- Misses                   287      292       +5     
- Partials                  74       76       +2     
Components Coverage Δ
access 83.73% <ø> (-0.67%) ⬇️
catalog 88.90% <ø> (ø)
common 91.80% <ø> (ø)
encryption 73.45% <ø> (+0.88%) ⬆️
keyring 72.94% <ø> (ø)
src 91.42% <ø> (ø)
smgr 94.85% <ø> (-2.57%) ⬇️
transam ∅ <ø> (∅)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@artemgavrilov artemgavrilov deleted the ubuntu-24.04 branch June 6, 2025 19:30
@artemgavrilov artemgavrilov restored the ubuntu-24.04 branch June 6, 2025 19:34
@artemgavrilov artemgavrilov reopened this Jun 6, 2025
@artemgavrilov artemgavrilov changed the title Test Use ubuntu 24.04 in CI Jun 6, 2025
@artemgavrilov artemgavrilov force-pushed the ubuntu-24.04 branch 3 times, most recently from 219be12 to 804b2d6 Compare June 7, 2025 00:05
Ubuntu 24.04 image has Python 3.12 by default. PyKMIP server and
CodeCheker tool don't support this version, so we have to downgrade
Python version to 3.11.
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