checkpoint-restore / criu

Checkpoint/Restore tool
criu.org
Other
2.76k stars 560 forks source link

ci: try to fix broken docker test #2371

Closed adrianreber closed 3 months ago

adrianreber commented 3 months ago

Upgrade to 22.04 base image and skip pinning docker to a certain version.

codecov-commenter commented 3 months ago

Codecov Report

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

Project coverage is 70.74%. Comparing base (cb39c62) to head (24b8254).

:exclamation: Current head 24b8254 differs from pull request most recent head 83e357e. Consider uploading reports for the commit 83e357e to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## criu-dev #2371 +/- ## ============================================ + Coverage 70.21% 70.74% +0.53% ============================================ Files 132 134 +2 Lines 34372 32950 -1422 ============================================ - Hits 24134 23312 -822 + Misses 10238 9638 -600 ```

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

rst0git commented 3 months ago

@adrianreber Would it make sense to also upgrade the workflow for Podman to 22.04?

adrianreber commented 3 months ago

@adrianreber Would it make sense to also upgrade the workflow for Podman to 22.04?

This PR tries to fix a broken CI test, so I would not do it in this PR. In another PR, sure, why not.