Merge pull request #4480 from AkihiroSuda/disable-vagrant-crun

CI: disable crun on Vagrant to decrease flakiness
This commit is contained in:
Phil Estes 2020-08-15 07:08:27 -04:00 committed by GitHub
commit 298f43663a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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