Merge pull request #5078 from AkihiroSuda/fix-5077
CI: fix "ls: cannot access '/etc/cni/net.d': Permission denied"
This commit is contained in:
commit
af4c55fa4a
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -339,7 +339,7 @@ jobs:
|
||||
[plugins.cri.containerd.default_runtime]
|
||||
runtime_type = "${TEST_RUNTIME}"
|
||||
EOF
|
||||
ls /etc/cni/net.d
|
||||
sudo ls /etc/cni/net.d
|
||||
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 &
|
||||
sudo PATH=$PATH BDIR=$BDIR /usr/local/bin/ctr -a ${BDIR}/c.sock version
|
||||
sudo PATH=$PATH BDIR=$BDIR GOPATH=$GOPATH critest --runtime-endpoint=unix:///${BDIR}/c.sock --parallel=8
|
||||
|
Loading…
Reference in New Issue
Block a user