mirror of
https://github.com/containerd/containerd.git
synced 2026-08-09 01:21:15 +00:00
cri: remove restore in CreateContainer
Remove support for restoring checkpoint data during CreateContainer, which was previously deprecated in v2.3. Assisted-by: Antigravity Signed-off-by: Samuel Karp <samuelkarp@google.com>
This commit is contained in:
17
.github/workflows/ci.yml
vendored
17
.github/workflows/ci.yml
vendored
@@ -555,23 +555,6 @@ jobs:
|
||||
env
|
||||
sudo -E PATH=$PATH ./script/critest.sh "${{github.workspace}}/report"
|
||||
|
||||
- name: Install tools
|
||||
# The GitHub Actions image already has buildah and podman included. Not the
|
||||
# ubuntu-24.04-arm images. buildah and podman is needed to convert the
|
||||
# Kubernetes checkpoint archive to an OCI image.
|
||||
# See contrib/checkpoint/checkpoint-restore-cri-test.sh
|
||||
if: matrix.os == 'ubuntu-24.04-arm'
|
||||
run: sudo apt-get install -y buildah podman
|
||||
|
||||
- if: matrix.os != 'ubuntu-24.04-arm'
|
||||
name: Checkpoint/Restore via CRI
|
||||
env:
|
||||
TEST_RUNTIME: ${{ matrix.runtime }}
|
||||
CGROUP_DRIVER: ${{ matrix.cgroup_driver }}
|
||||
run: |
|
||||
env
|
||||
sudo -E PATH=$PATH ./contrib/checkpoint/checkpoint-restore-cri-test.sh
|
||||
|
||||
- if: matrix.os != 'ubuntu-24.04-arm'
|
||||
name: Checkpoint/Restore Disable via CRI
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user