From a4161e00f9d13c81ec184d40d68886e81c82e8c6 Mon Sep 17 00:00:00 2001 From: Andrii Nakryiko Date: Mon, 7 Oct 2024 14:36:39 -0700 Subject: [PATCH] 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 --- .github/workflows/test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4ace0e6..fd0e797 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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