mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-11 02:59:07 +08:00
ci: fix test job names
* use the architecture name in job name instead of `runs_on` labels Signed-off-by: Manu Bretelle <chantr4@gmail.com>
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -13,7 +13,7 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
vmtest:
|
vmtest:
|
||||||
runs-on: ${{ matrix.runs_on }}
|
runs-on: ${{ matrix.runs_on }}
|
||||||
name: Kernel ${{ matrix.kernel }} on ${{ matrix.runs_on }} + selftests
|
name: Kernel ${{ matrix.kernel }} on ${{ matrix.arch }} + selftests
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|||||||
Reference in New Issue
Block a user