algorand / indexer

searchable history and current state
MIT License
114 stars 92 forks source link

CI: update CircleCI Ubuntu image to 24.04 #1633

Closed onetechnical closed 2 months ago

onetechnical commented 2 months ago

Summary

The previous image was deprecated and no longer works. This updates the image to the latest LTS (24.04) and a supported image.

Just bumping the Ubuntu version will break because the specified version of PyYAML (6.0) uses an incompatible version of cython. To fix this we just bump PyYAML, which fixed this in 6.0.2.

The CODEOWNERS file was also deprecated, so removing that as well.

Test Plan

CI Tests should pass.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 69.39%. Comparing base (249016c) to head (038e16b). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1633 +/- ## ======================================= Coverage 69.39% 69.39% ======================================= Files 37 37 Lines 7375 7375 ======================================= Hits 5118 5118 Misses 1839 1839 Partials 418 418 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.