mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
216175a9ca
Signed-off-by: Rafael Roquetto <rafael.roquetto@grafana.com>
13 lines
260 B
TOML
13 lines
260 B
TOML
kernel="ghcr.io/cilium/ci-kernels:stable"
|
|
smp="cpus=2"
|
|
memory="1G"
|
|
user="root"
|
|
setup=[
|
|
"mount -t cgroup2 -o nosuid,noexec,nodev cgroup2 /sys/fs/cgroup",
|
|
"/bin/sh -c 'modprobe bpf_testmod || true'",
|
|
"dmesg --clear",
|
|
]
|
|
teardown=[
|
|
"dmesg --read-clear",
|
|
]
|