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: improve reliability #231

Closed
wants to merge 6 commits into from
Closed

ci: improve reliability #231

wants to merge 6 commits into from

Conversation

JeyJeyGao
Copy link
Collaborator

@JeyJeyGao JeyJeyGao commented Jan 22, 2025

CI:

  • E2E pipeline
    • linux-x64 will be built on ubuntu-24.04 and tested on ubuntu-22.04, ubuntu-24.04 and mcr.microsoft.com/cbl-mariner/base/core:2.0 container
    • linux-arm64 will be built ubuntu-24.04-arm and tested on ubuntu-24.04-arm, ubuntu-22.04-arm
    • windows-x64 will be built on windows-2022 and tested on windows-2022 and windows-2025 (GA)
  • release pipeline
    • updated release pipeline to use ubuntu 24.04 fixed version runner
    • removed ARM emulator from release pipeline and replaced with ubuntu 24.04-arm runner

Background: The dotnet building process depends on OS libraries. As the default ubuntu-latest runner [has upgraded](actions/runner-images@976232d_ to ubuntu-24.04, we need to ensure compatibility with older OS versions.

Note: win-x64 build generates a warning which is discussed here: dotnet/runtime#109958. It should be fixed in the future dotnet release.

Signed-off-by: Junjie Gao <[email protected]>
Copy link

codecov bot commented Jan 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.03%. Comparing base (b57e76f) to head (44902af).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #231   +/-   ##
=======================================
  Coverage   93.03%   93.03%           
=======================================
  Files          17       17           
  Lines         617      617           
  Branches       78       78           
=======================================
  Hits          574      574           
  Misses         31       31           
  Partials       12       12           

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

Signed-off-by: Junjie Gao <[email protected]>
@JeyJeyGao JeyJeyGao changed the title ci: extend E2E to run on multiple OS version ci: improve reliability Jan 22, 2025
Signed-off-by: Junjie Gao <[email protected]>
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.

1 participant