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=$?
Original file line number Diff line number Diff line change 2121set -eu -o pipefail
2222
2323go get -u github.com/onsi/ginkgo/ginkgo
24- CRITEST_COMMIT=16911795a3c33833fa0ec83dac1ade3172f6989e
24+ CRITEST_COMMIT=v1.16.1
2525go get -d github.com/kubernetes-sigs/cri-tools/...
2626cd " $GOPATH " /src/github.com/kubernetes-sigs/cri-tools
2727git checkout $CRITEST_COMMIT
You can’t perform that action at this time.
0 commit comments