libbpf / ci

BPF CI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

run BPF CI on changes to this repository

danielocfb opened this issue · comments

We may want to make sure to run some Linux kernel CI using this repository when a pull request is submitted and/or a change is pushed to master. I'd guess (but have not checked) that we could probably reuse large swaths of libbpf CI hooks to go about that.

I think that ideally, we'd consolidate more of the workflow logic to begin with and then we could potentially just reuse the exact workflow by calling it.

Yep, that was the plan a while back