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

build: Switch to ubuntu-latest for builds #2228

Merged
merged 1 commit into from
Sep 16, 2024
Merged

Conversation

feanil
Copy link
Contributor

@feanil feanil commented Sep 9, 2024

This code does not have any dependencies that are specific to any specific
version of ubuntu. So instead of testing on a specific version and then needing
to do work to keep the versions up-to-date, we switch to the ubuntu-latest
target which should be sufficient for testing purposes.

This work is being done as a part of openedx/platform-roadmap#377

closes #2223

This code does not have any dependencies that are specific to any specific
version of ubuntu.  So instead of testing on a specific version and then needing
to do work to keep the versions up-to-date, we switch to the ubuntu-latest
target which should be sufficient for testing purposes.

This work is being done as a part of openedx/platform-roadmap#377

closes #2223
@feanil feanil requested a review from a team as a code owner September 9, 2024 13:58
Copy link

codecov bot commented Sep 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.10%. Comparing base (8dbf14c) to head (3ee2314).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2228   +/-   ##
=======================================
  Coverage   95.10%   95.10%           
=======================================
  Files         195      195           
  Lines       21485    21485           
  Branches     1931     1931           
=======================================
  Hits        20433    20433           
  Misses        786      786           
  Partials      266      266           
Flag Coverage Δ
unittests 95.10% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@feanil feanil requested a review from a team September 11, 2024 15:11
@feanil feanil merged commit 3aef63f into master Sep 16, 2024
10 checks passed
@feanil feanil deleted the feanil/ubuntu_upgrade branch September 16, 2024 20: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.

Test edx-ora2 on Ubuntu 24.04
2 participants