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

ci/actuated: re-enable CRIU tests #4252

Merged
merged 2 commits into from
Apr 25, 2024

Commits on Apr 25, 2024

  1. tests/int/checkpoint: add requires criu_feature_xxx

    1. A few tests use "criu check --feature" to check for a specific
       feature. Let's generalize it.
    
    2. Fix "checkpoint --pre-dump and restore" test to require memory
       tracking (which is missing on ARM).
    
    Signed-off-by: Kir Kolyshkin <[email protected]>
    kolyshkin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    f6b7167 View commit details
    Browse the repository at this point in the history
  2. ci/actuated: re-enable CRIU tests

    They were failing earlier but are working now.
    
    This includes a fix to criu repo path assignment so it works for actuated case.
    
    Signed-off-by: Kir Kolyshkin <[email protected]>
    kolyshkin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    baba55e View commit details
    Browse the repository at this point in the history