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

Update ubuntu-latest tag to ubuntu-22.04 #2439

Merged
merged 2 commits into from
Dec 23, 2022
Merged

Update ubuntu-latest tag to ubuntu-22.04 #2439

merged 2 commits into from
Dec 23, 2022

Conversation

piponazo
Copy link
Collaborator

Everytime a CI service such a GitHub actions update the images corresponding to their 'latest' tags, pipelines tend to have some hipcups due to changes in the distribution default packages.

By fixing the images to a specific one, we should be more resilient to changes in the Github actions environment.

Fixes #2438

Everytime a CI service such a GitHub actions update the images
corresponding to their 'latest' tags, pipelines tend to have some
hipcups due to changes in the distribution default packages.

By fixing the images to a specific one, we should be more resilient to
changes in the Github actions environment.
@codecov
Copy link

codecov bot commented Dec 22, 2022

Codecov Report

Merging #2439 (1c3d98b) into main (aa635fd) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #2439   +/-   ##
=======================================
  Coverage   65.43%   65.43%           
=======================================
  Files         118      118           
  Lines       21661    21661           
  Branches    10465    10465           
=======================================
  Hits        14174    14174           
  Misses       5296     5296           
  Partials     2191     2191           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@hassec
Copy link
Member

hassec commented Dec 22, 2022

@piponazo looks like 4 checks still fail.

@piponazo
Copy link
Collaborator Author

Finally passing 😁

@hassec
Copy link
Member

hassec commented Dec 22, 2022

@piponazo is the windows failure expected?
Looks like the previous commit didn’t have it? Or is the win CI still brittle?

@piponazo
Copy link
Collaborator Author

@piponazo is the windows failure expected? Looks like the previous commit didn’t have it? Or is the win CI still brittle?

I think this is the random failure we have from time to time due to testing iotest which depends on some HTTP stuff:

io_test (testcases.TestCases.io_test) ... 127.0.0.1 - - [22/Dec/2022 18:32:10] "GET / HTTP/1.1" 200 -
ERROR

I will retrigger and cross the fingers 🤞

@piponazo
Copy link
Collaborator Author

Now all the checks are green 😁

@piponazo piponazo merged commit 13ecfbc into main Dec 23, 2022
@piponazo piponazo deleted the ci/FixUbuntuBuilds branch December 23, 2022 07:36
@clanmills clanmills mentioned this pull request Dec 27, 2022
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.

Ubuntu CI fails PRs.
2 participants