mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-25 02:39:39 +08:00
test pahole
This commit is contained in:
committed by
Andrii Nakryiko
parent
26497b9a88
commit
42ebbbce7d
5
.github/actions/vmtest/action.yml
vendored
5
.github/actions/vmtest/action.yml
vendored
@@ -5,11 +5,16 @@ inputs:
|
||||
description: 'kernel or LATEST'
|
||||
required: true
|
||||
default: 'LATEST'
|
||||
pahole:
|
||||
description: 'pahole branch'
|
||||
required: true
|
||||
default: 'master'
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- run: |
|
||||
source /tmp/ci_setup
|
||||
export KERNEL=${{ inputs.kernel }}
|
||||
export PAHOLE_BRANCH=${{ inputs.pahole }}
|
||||
$CI_ROOT/vmtest/run_vmtest.sh
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user