Merge pull request #101888 from kolyshkin/update-runc-rc94

vendor: bump runc to rc94
This commit is contained in:
Kubernetes Prow Robot
2021-05-17 09:43:30 -07:00
committed by GitHub
336 changed files with 17175 additions and 5402 deletions

View File

@@ -124,7 +124,7 @@ var _ = SIGDescribe("Summary API [NodeConformance]", func() {
"WorkingSetBytes": bounded(10*e2evolume.Kb, memoryLimit),
"RSSBytes": bounded(1*e2evolume.Kb, memoryLimit),
"PageFaults": bounded(0, 1000000),
"MajorPageFaults": bounded(0, 10),
"MajorPageFaults": bounded(0, 1000),
})
runtimeContExpectations := sysContExpectations().(*gstruct.FieldsMatcher)
if systemdutil.IsRunningSystemd() && framework.TestContext.ContainerRuntime == "docker" {