File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -325,10 +325,10 @@ jobs:
325325 mkdir -p ${BDIR}/{root,state}
326326 cat > ${BDIR}/config.toml <<EOF
327327 [plugins.cri.containerd.default_runtime]
328- runtime_type = \ "${TEST_RUNTIME}\ "
328+ runtime_type = "${TEST_RUNTIME}"
329329 EOF
330330 ls /etc/cni/net.d
331- sudo PATH=$PATH BDIR=$BDIR /usr/local/bin/containerd -a ${BDIR}/c.sock -root ${BDIR}/root -state ${BDIR}/state -log-level debug &> ${BDIR}/containerd-cri.log &
331+ sudo PATH=$PATH BDIR=$BDIR /usr/local/bin/containerd -a ${BDIR}/c.sock --config ${BDIR}/config.toml -- root ${BDIR}/root -- state ${BDIR}/state - -log-level debug &> ${BDIR}/containerd-cri.log &
332332 sudo PATH=$PATH BDIR=$BDIR /usr/local/bin/ctr -a ${BDIR}/c.sock version
333333 sudo PATH=$PATH BDIR=$BDIR GOPATH=$GOPATH critest --runtime-endpoint=unix:///${BDIR}/c.sock --parallel=8
334334 TEST_RC=$?
You can’t perform that action at this time.
0 commit comments