Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -543,8 +543,8 @@ jobs:
working-directory: src/github.com/containerd/containerd
env:
TEST_IMAGE_LIST: ${{github.workspace}}/repolist.toml
BUSYBOX_TESTING_IMAGE_REF: "k8s.gcr.io/e2e-test-images/busybox:1.29-2"
RESOURCE_CONSUMER_TESTING_IMAGE_REF: "k8s.gcr.io/e2e-test-images/resource-consumer:1.10"
BUSYBOX_TESTING_IMAGE_REF: "registry.k8s.io/e2e-test-images/busybox:1.29-2"
RESOURCE_CONSUMER_TESTING_IMAGE_REF: "registry.k8s.io/e2e-test-images/resource-consumer:1.10"
CGO_ENABLED: 1
run: |
cat > "${{ env.TEST_IMAGE_LIST }}" << EOF
Expand Down
29 changes: 0 additions & 29 deletions internal/vm/remotevm/boot.go

This file was deleted.

111 changes: 0 additions & 111 deletions internal/vm/remotevm/builder.go

This file was deleted.

1 change: 0 additions & 1 deletion internal/vm/remotevm/doc.go

This file was deleted.

38 changes: 0 additions & 38 deletions internal/vm/remotevm/memory.go

This file was deleted.

122 changes: 0 additions & 122 deletions internal/vm/remotevm/network.go

This file was deleted.

17 changes: 0 additions & 17 deletions internal/vm/remotevm/processor.go

This file was deleted.

Loading