Merge pull request #4480 from AkihiroSuda/disable-vagrant-crun
CI: disable crun on Vagrant to decrease flakiness
This commit is contained in:
commit
298f43663a
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