mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-27 11:49:07 +08:00
Migrate libbpf ci to GH actions
changes to docker command require to run it in non-interactive mode
This commit is contained in:
committed by
Andrii Nakryiko
parent
899c45baa2
commit
5d5af3f07e
15
.github/actions/vmtest/action.yml
vendored
Normal file
15
.github/actions/vmtest/action.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
name: 'vmtest'
|
||||
description: 'Build + run vmtest'
|
||||
inputs:
|
||||
kernel:
|
||||
description: 'kernel or LATEST'
|
||||
required: true
|
||||
default: 'LATEST'
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- run: |
|
||||
source /tmp/ci_setup
|
||||
export KERNEL=${{ inputs.kernel }}
|
||||
$CI_ROOT/vmtest/run_vmtest.sh
|
||||
shell: bash
|
||||
Reference in New Issue
Block a user