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
This commit is contained in:
parent
a93814c1a8
commit
22febe2316
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue