elastic / ebpf

Elastic's eBPF
Other
67 stars 11 forks source link

Always run kernel tester on latest kernels #202

Open stanek-michal opened 3 months ago

stanek-michal commented 3 months ago

We ran into an issue where a function prototype was changed in kernel 6.10, but our kernel tester didn't detect it in CI because we never updated the list of kernel versions it should test. Automate this by fetching official list of stable kernel versions and make kernel tester build+test those, along with the static list of tested versions that we had.

Trim the list of versions to test (especially old ones) to ease the load on CI.

stanek-michal commented 2 months ago

currently blocked on infra dependency - we need to figure out either a way to push new images to ebpf imagepack package, or move to another registry for the images, like docker.elastic.co