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:
Andrii Nakryiko
2024-10-07 14:36:39 -07:00
committed by Andrii Nakryiko
parent caa17bdcbf
commit a4161e00f9

View File

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