mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-20 00:09:06 +08:00
Due to the transition from Node 16 to Node 20, the checkout action needs to be updated to v4. More info: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ Signed-off-by: Geyslan Gregório <geyslan@gmail.com>
21 lines
372 B
YAML
21 lines
372 B
YAML
name: pahole-staging
|
|
|
|
on:
|
|
schedule:
|
|
- cron: '0 18 * * *'
|
|
|
|
|
|
jobs:
|
|
vmtest:
|
|
runs-on: ubuntu-20.04
|
|
name: Kernel LATEST + staging pahole
|
|
env:
|
|
STAGING: tmp.master
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- uses: ./.github/actions/setup
|
|
- uses: ./.github/actions/vmtest
|
|
with:
|
|
kernel: LATEST
|
|
pahole: $STAGING
|