mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-26 03:09:07 +08:00
ci: get rid of s390x kernel tests
Kernel/libbpf code is very well tested on s390x in BPF CI, so get rid of it here as it often is a source of trouble and noise, without really benefiting us much. Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
This commit is contained in:
committed by
Andrii Nakryiko
parent
caa17bdcbf
commit
a4161e00f9
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -27,9 +27,6 @@ jobs:
|
||||
- kernel: '4.9.0'
|
||||
runs_on: ubuntu-24.04
|
||||
arch: 'x86_64'
|
||||
- kernel: 'LATEST'
|
||||
runs_on: ["s390x", "docker-noble-main"]
|
||||
arch: 's390x'
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
name: Checkout
|
||||
|
||||
Reference in New Issue
Block a user