Skip to content

Commit ab98c3c

Browse files
author
Georgios Ntoutsos
committed
wip
1 parent 89c55d7 commit ab98c3c

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/vm_test.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,6 @@ jobs:
111111
sudo systemctl restart containerd
112112
113113
- name: Setup devmapper
114-
# if: ${{ matrix.arch == 'amd64' }} || ${{matrix.test != 'test_docker' }}
115-
if: always()
116114
run: |
117115
sudo mkdir -p /usr/local/bin/scripts
118116
sudo cp script/dm_create.sh /usr/local/bin/scripts/dm_create.sh
@@ -134,20 +132,6 @@ jobs:
134132
snapshotter = "devmapper"
135133
EOT
136134
sudo systemctl restart containerd
137-
- name: Setup overlayfs
138-
if: ${{ matrix.arch == 'never' }}
139-
run: |
140-
sudo mkdir -p /etc/containerd/
141-
sudo mv /etc/containerd/config.toml /etc/containerd/config.toml.bak || true
142-
sudo tee -a /etc/containerd/config.toml > /dev/null <<EOT
143-
[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.urunc]
144-
runtime_type = "io.containerd.urunc.v2"
145-
container_annotations = ["com.urunc.unikernel.*"]
146-
pod_annotations = ["com.urunc.unikernel.*"]
147-
snapshotter = "devmapper"
148-
EOT
149-
sudo sed -i "s/snapshotter = \"devmapper\"/snapshotter = \"overlayfs\"/g" /etc/containerd/config.toml
150-
sudo systemctl restart containerd
151135
152136
- name: Install CNI plugins
153137
run: |

0 commit comments

Comments
 (0)