libbpf / ci

BPF CI
Other
10 stars 23 forks source link

Plumb through test to run #32

Closed danielocfb closed 2 years ago

danielocfb commented 2 years ago

We would like to have the ability to run selftests in parallel as opposed to fully serial as is currently the case. In order to make that possible, this change adjusts the prepare-rootfs action to accept an optional argument specifying the test to run and passes it to the run_selftests.sh script that we adjusted already to earlier.

Signed-off-by: Daniel Müller deso@posteo.net

danielocfb commented 2 years ago

I had scheduled a test run of libbpf with this change here: https://github.com/libbpf/libbpf/pull/555