File tree 1 file changed +17
-1
lines changed
1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -160,6 +160,23 @@ jobs:
160
160
with :
161
161
go-version : ' 1.20.12'
162
162
163
+ - name : Install containerd dependencies
164
+ run : |
165
+ sudo apt-get update
166
+ sudo apt-get install -y gperf dmsetup strace xfsprogs
167
+ script/setup/install-seccomp
168
+ script/setup/install-runc
169
+ script/setup/install-cni $(grep containernetworking/plugins go.mod | awk '{print $2}')
170
+ script/setup/install-critools
171
+ script/setup/install-failpoint-binaries
172
+ working-directory : src/github.com/containerd/containerd
173
+
174
+ - name : cri-integration
175
+ env :
176
+ RUNC_FLAVOR : " runc"
177
+ run : |
178
+ sudo -E PATH=$PATH CONTAINERD_RUNTIME=io.containerd.runc.v2-rs make BUILDTAGS="no_btrfs" cri-integration
179
+ working-directory : src/github.com/containerd/containerd
163
180
- name : Integration
164
181
env :
165
182
TEST_RUNTIME : " io.containerd.runc.v2-rs"
@@ -171,7 +188,6 @@ jobs:
171
188
run : |
172
189
sudo -E PATH=$PATH make integration
173
190
working-directory : src/github.com/containerd/containerd
174
-
175
191
windows-integration :
176
192
name : Windows Integration
177
193
runs-on : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments