contrib: test: run kube tests in CI with same cgroup driver
Our CI tests on RHEL and Fedora and we want to test the systemd cgroup driver. However, kubelet needs to run in tests with systemd cgroup driver as well, or tests fail. This patch fixes broken CI because of not matching cgroup driver between CRI-O and the kubelet. Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
3c468b6f51
commit
09a8d1a751
2 changed files with 2 additions and 2 deletions
|
@ -719,7 +719,7 @@ function teardown() {
|
|||
echo "$output"
|
||||
[ "$status" -eq 0 ]
|
||||
# Wait for container to OOM
|
||||
run sleep 10
|
||||
run sleep 100
|
||||
run crioctl ctr status --id "$ctr_id"
|
||||
echo "$output"
|
||||
[ "$status" -eq 0 ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue