We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 757be0a + b4ef1e9 commit af4c55fCopy full SHA for af4c55f
1 file changed
.github/workflows/ci.yml
@@ -339,7 +339,7 @@ jobs:
339
[plugins.cri.containerd.default_runtime]
340
runtime_type = "${TEST_RUNTIME}"
341
EOF
342
- ls /etc/cni/net.d
+ sudo ls /etc/cni/net.d
343
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 &
344
sudo PATH=$PATH BDIR=$BDIR /usr/local/bin/ctr -a ${BDIR}/c.sock version
345
sudo PATH=$PATH BDIR=$BDIR GOPATH=$GOPATH critest --runtime-endpoint=unix:///${BDIR}/c.sock --parallel=8
0 commit comments