CI: disable crun on Vagrant to decrease flakiness

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda
2020-08-15 14:38:46 +09:00
parent 1267b19de4
commit d469bffcdc

View File

@@ -430,7 +430,9 @@ jobs:
needs: [project, linters, protos, man]
strategy:
matrix:
runc: [runc, crun]
# Currently crun is disabled to decrease CI flakiness.
# We can enable crun again when we get a better CI infra.
runc: [runc]
steps:
- name: Checkout containerd
uses: actions/checkout@v2