[PATCH] test/bpf: remove validation tests from CI
Marat Khalili
marat.khalili at huawei.com
Fri Jul 3 10:48:33 CEST 2026
> The new tests for BPF validation are triggering a strange issue
> in GitHub Action: the last tests are killed by signal 7 SIGBUS.
>
> The series fixing a lot of BPF issues was merged
> but the related test has to be removed from the fast tests suite
> which runs in some CI jobs.
>
> Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
I think I know the issue, it's tmpfs exhaustion. After some recent changes each
test consumes 25MB in the --file-prefix directory independently, easily driving
small VMs out of space. My ~30 new tests were the last drop for the CI.
I will try to prepare a fix today, of course please do everything that's
needed for the CI stability meanwhile.
More information about the dev
mailing list