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

[Merged by Bors] - Pin version of runner images #5962

Closed
wants to merge 2 commits into from

Conversation

fasmat
Copy link
Member

@fasmat fasmat commented May 21, 2024

Motivation

ubuntu-latest and windows-latest might change which VM we get over time. For ubuntu it is expected that in August 2024 ubuntu-latest will not resolve to ubuntu-22.04 any more but to ubuntu-24.04. To avoid surprises we should select the oldest version we want to support and upgrade when we want to.

Description

Replaced all instances of ubuntu-latest with ubuntu-22.04 and windows-latest with windows-2019.

Test Plan

existing tests pass

TODO

  • Explain motivation or link existing issue(s)
  • Test changes and document test plan
  • Update documentation as needed
  • Update changelog as needed

@fasmat fasmat self-assigned this May 21, 2024
@fasmat fasmat requested review from dshulyak, poszu and ivan4th as code owners May 21, 2024 10:17
@fasmat
Copy link
Member Author

fasmat commented May 21, 2024

bors merge

spacemesh-bors bot pushed a commit that referenced this pull request May 21, 2024
## Motivation

`ubuntu-latest` and `windows-latest` might change which VM we get over time. For ubuntu it is expected that in August 2024 `ubuntu-latest` will not resolve to `ubuntu-22.04` any more but to `ubuntu-24.04`. To avoid surprises we should select the oldest version we want to support and upgrade when we want to.
Copy link

codecov bot commented May 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.8%. Comparing base (9ac3075) to head (92eed50).
Report is 1 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff           @@
##           develop   #5962   +/-   ##
=======================================
  Coverage     80.8%   80.8%           
=======================================
  Files          287     287           
  Lines        29696   29696           
=======================================
+ Hits         24007   24008    +1     
  Misses        4121    4121           
+ Partials      1568    1567    -1     

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

@spacemesh-bors
Copy link

Build failed:

@fasmat fasmat force-pushed the pin-runner-images branch from fcfcd37 to 92eed50 Compare May 21, 2024 12:24
@fasmat
Copy link
Member Author

fasmat commented May 21, 2024

bors merge

spacemesh-bors bot pushed a commit that referenced this pull request May 21, 2024
## Motivation

`ubuntu-latest` and `windows-latest` might change which VM we get over time. For ubuntu it is expected that in August 2024 `ubuntu-latest` will not resolve to `ubuntu-22.04` any more but to `ubuntu-24.04`. To avoid surprises we should select the oldest version we want to support and upgrade when we want to.
@spacemesh-bors
Copy link

Pull request successfully merged into develop.

Build succeeded:

@spacemesh-bors spacemesh-bors bot changed the title Pin version of runner images [Merged by Bors] - Pin version of runner images May 21, 2024
@spacemesh-bors spacemesh-bors bot closed this May 21, 2024
@spacemesh-bors spacemesh-bors bot deleted the pin-runner-images branch May 21, 2024 15:09
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