File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -346,9 +346,9 @@ jobs:
346346 mkdir -p ${BDIR}/{root,state}
347347 cat > ${BDIR}/config.toml <<EOF
348348 [plugins.cri.containerd.default_runtime]
349- runtime_type = \ "${TEST_RUNTIME}\ "
350- EOF"
351- 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 &
349+ runtime_type = "${TEST_RUNTIME}"
350+ EOF
351+ 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 &
352352 sudo BDIR=$BDIR /usr/local/bin/ctr -a ${BDIR}/c.sock version
353353 sudo PATH=$PATH BDIR=$BDIR GOPATH=$GOPATH critest --runtime-endpoint=unix:///${BDIR}/c.sock --parallel=8
354354 TEST_RC=$?
You can’t perform that action at this time.
0 commit comments