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
No known key found for this signature in database
GPG Key ID: 49524C6F9F638F1A

View File

@ -430,7 +430,9 @@ jobs:
needs: [project, linters, protos, man] needs: [project, linters, protos, man]
strategy: strategy:
matrix: 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: steps:
- name: Checkout containerd - name: Checkout containerd
uses: actions/checkout@v2 uses: actions/checkout@v2