File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8989 strategy :
9090 matrix :
9191 os : [ubuntu-20.04, ubuntu-22.04]
92- containerd : [v1.6.21 , v1.7.1 ]
92+ containerd : [v1.6.24 , v1.7.6 ]
9393
9494 steps :
9595 - name : Checkout extensions
@@ -132,13 +132,8 @@ jobs:
132132 GOPROXY : direct
133133 TEST_RUNTIME : " io.containerd.runc.v2-rs"
134134 TESTFLAGS_PARALLEL : 1
135- EXTRA_TESTFLAGS : " -no-criu -test.skip='(TestContainerPTY|TestContainerExecLargeOutputWithTTY)'"
135+ EXTRA_TESTFLAGS : " -no-criu -test.skip='(TestContainerPTY|TestContainerExecLargeOutputWithTTY|TestTaskUpdate|TestTaskResize )'"
136136 TESTFLAGS_RACE : " -race"
137137 run : |
138- # https://github.com/containerd/rust-extensions/issues/147#issuecomment-1684553369
139- cd integration/client
140- sudo -E PATH=$PATH go mod edit -dropreplace github.com/AdaLogics/go-fuzz-headers
141- sudo -E PATH=$PATH go get -u github.com/AdaLogics/go-fuzz-headers
142- cd ../..
143138 sudo -E PATH=$PATH make integration
144139 working-directory : src/github.com/containerd/containerd
You can’t perform that action at this time.
0 commit comments