Merge pull request #7069 from fuweid/failpoint-in-runc-shimv2

test: introduce failpoint control to runc-shimv2 and cni
This commit is contained in:
Derek McGowan
2022-07-26 23:12:20 -07:00
committed by GitHub
24 changed files with 1700 additions and 14 deletions

View File

@@ -425,6 +425,10 @@ jobs:
sudo apt-get update
sudo apt-get install -y criu
- name: Install failpoint binaries
run: |
script/setup/install-failpoint-binaries
- name: Install containerd
env:
CGO_ENABLED: 1