test pahole

This commit is contained in:
Sergei Iudin
2021-06-16 17:02:35 -07:00
committed by Andrii Nakryiko
parent 26497b9a88
commit 42ebbbce7d
3 changed files with 47 additions and 1 deletions

View File

@@ -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