diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 08:24:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 08:24:23 +0000 |
commit | 67c27783d7735af6ba22b9f031d97ca4ea56c29c (patch) | |
tree | 17770fad3c90bf420cb2470e6e51255fcbf31bf9 /.github/workflows/pahole.yml | |
parent | Initial commit. (diff) | |
download | libbpf-upstream.tar.xz libbpf-upstream.zip |
Adding upstream version 1.1.0.upstream/1.1.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/workflows/pahole.yml')
-rw-r--r-- | .github/workflows/pahole.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.github/workflows/pahole.yml b/.github/workflows/pahole.yml new file mode 100644 index 0000000..37840ff --- /dev/null +++ b/.github/workflows/pahole.yml @@ -0,0 +1,20 @@ +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@v3 + - uses: ./.github/actions/setup + - uses: ./.github/actions/vmtest + with: + kernel: LATEST + pahole: $STAGING |