Skip to content

Commit

Permalink
Skip filesystem.sh test job on Fedora-39
Browse files Browse the repository at this point in the history
looks like there is a kernel bug and the patch is 6+ months old:
#3820 (comment)
  • Loading branch information
atodorov authored and thozza committed Jan 10, 2024
1 parent a93814c commit 22febe2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]/#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

Expand Down

0 comments on commit 22febe2

Please sign in to comment.