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:
parent
1267b19de4
commit
d469bffcdc
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user