Merge pull request #5321 from thaJeztah/fix_oom_score_test

fix TestSetOOMScoreBoundaries and replace missing busybox image in CI
This commit is contained in:
Michael Crosby
2021-04-08 14:54:50 -04:00
committed by GitHub
3 changed files with 8 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ const (
)
var (
testImage = "mirror.gcr.io/library/busybox:latest"
testImage = "mirror.gcr.io/library/busybox:1.32.0"
shortCommand = withProcessArgs("true")
longCommand = withProcessArgs("/bin/sh", "-c", "while true; do sleep 1; done")
)