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

[CI] Upgrade Maintainers CI to ubuntu-24.04 #2670

Merged
merged 2 commits into from
May 16, 2024

Conversation

marcalff
Copy link
Member

@marcalff marcalff commented May 16, 2024

Fixes # (issue)

Changes

Please provide a brief description of the changes here.

  • Upgraded maintainer CI from gcc-13 on ubuntu 22-04 to gcc-14 on ubuntu 24-04
  • Upgraded maintainer CI from clang-15 on ubuntu 22-04 to clang-18 on ubuntu 24-04
  • Disabled include-what-you-use (IWYU)
    • iwyu crashes on ubuntu 24-04, and testing under clang-18 is deemed more important
    • The CI integration for iwyu was incomplete, producing logs that are never inspected and fixed
    • More work is needed to integrate iwyu to produce a clean pass or fail (with logs) result, that can be enforced.

For significant contributions please make sure you have completed the following items:

  • CHANGELOG.md updated for non-trivial changes
  • Unit tests have been added
  • Changes in public API reviewed

Copy link

codecov bot commented May 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.52%. Comparing base (497eaf4) to head (b675b98).
Report is 61 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2670      +/-   ##
==========================================
+ Coverage   87.12%   87.52%   +0.40%     
==========================================
  Files         200      188      -12     
  Lines        6109     5840     -269     
==========================================
- Hits         5322     5111     -211     
+ Misses        787      729      -58     

see 55 files with indirect coverage changes

@marcalff marcalff marked this pull request as ready for review May 16, 2024 13:17
@marcalff marcalff requested a review from a team May 16, 2024 13:17
@marcalff marcalff added the pr:please-review This PR is ready for review label May 16, 2024
Copy link
Member

@lalitb lalitb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

@marcalff marcalff merged commit 4edcebd into open-telemetry:main May 16, 2024
49 checks passed
malkia added a commit to malkia/opentelemetry-cpp that referenced this pull request May 16, 2024
[CI] Upgrade Maintainers CI to ubuntu-24.04 (open-telemetry#2670)
@marcalff marcalff deleted the fix_ci_maintainers branch June 3, 2024 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr:please-review This PR is ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants