libbpf / ci

BPF CI
Other
11 stars 24 forks source link

Factor out tar-artifacts action #148

Closed theihor closed 1 month ago

theihor commented 1 month ago

Rework tar-artifact.sh script, making it suitable for use as an independent github action.

Use tar -rf (append) to accumulate files of interest before compressing with zstd.

Control groups of artifacts to include (e.g. selftests/bpf, selftests/sched_ext) with environment variables.