From 22febe2316d24a2efd9a4ece72b281424802c0dd Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Tue, 9 Jan 2024 09:40:10 +0200 Subject: [PATCH] Skip filesystem.sh test job on Fedora-39 looks like there is a kernel bug and the patch is 6+ months old: https://github.com/osbuild/osbuild-composer/pull/3820#issuecomment-1881726795 --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bc240589c..2bd94fa42 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -486,6 +486,14 @@ vmware.sh_ova: filesystem.sh: extends: .integration + parallel: + matrix: + - RUNNER: + # don't execute on fedora-39 yet until https://lkml.kernel.org/linux-xfs/20230823220225.3591135-1-david@fromorbit.com/#t is in the kernel + # see also https://github.com/osbuild/osbuild-composer/pull/3820#issuecomment-1881587335 for more details + - aws/fedora-38-x86_64 + - *rhel_runners + variables: SCRIPT: filesystem.sh