mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-25 18:59:06 +08:00
ci: add s390x vmtest
Run it on the self-hosted builder with tag "z15". Also add the infrastructure code for the self-hosted builder. Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
This commit is contained in:
committed by
Andrii Nakryiko
parent
1987a34fc9
commit
140b902274
9
.github/workflows/test.yml
vendored
9
.github/workflows/test.yml
vendored
@@ -12,15 +12,20 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
vmtest:
|
||||
runs-on: ubuntu-latest
|
||||
name: Kernel ${{ matrix.kernel }} + selftests
|
||||
runs-on: ${{ matrix.runs_on }}
|
||||
name: Kernel ${{ matrix.kernel }} on ${{ matrix.runs_on }} + selftests
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- kernel: 'LATEST'
|
||||
runs_on: ubuntu-latest
|
||||
- kernel: 'LATEST'
|
||||
runs_on: z15
|
||||
- kernel: '5.5.0'
|
||||
runs_on: ubuntu-latest
|
||||
- kernel: '4.9.0'
|
||||
runs_on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
name: Checkout
|
||||
|
||||
Reference in New Issue
Block a user