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 committed Jan 9, 2024
1 parent d761ba3 commit fd07b38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,10 @@ vmware.sh_ova:

filesystem.sh:
extends: .integration
rules:
# don't execute on fedora-39 yet
- if: '$RUNNER =~ /[\S]+fedora-39-[\S]+/'
when: never
variables:
SCRIPT: filesystem.sh

Expand Down

0 comments on commit fd07b38

Please sign in to comment.