Skip to content

Commit ffa86b2

Browse files
committed
Add new shims for checking binary sizes
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
1 parent 4005979 commit ffa86b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/containerd-stress/size.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ var binaries = []string{
2727
"ctr",
2828
"containerd",
2929
"containerd-shim",
30+
"containerd-shim-runc-v1",
31+
"containerd-shim-runc-v2",
3032
}
3133

3234
// checkBinarySizes checks and reports the binary sizes for the containerd compiled binaries to prometheus

0 commit comments

Comments
 (0)