Skip to content

Commit

Permalink
ci: run mkosi test only for Fedora and CentOS Stream
Browse files Browse the repository at this point in the history
rhel-only: ci

Related: RHEL-40924
  • Loading branch information
jamacku committed Jul 16, 2024
1 parent 5d244e2 commit aa8ee6a
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions .github/workflows/mkosi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
push:
branches:
- main
- v[0-9]+-stable
- rhel-10.*
paths:
- '**'
- '!README*'
Expand All @@ -26,7 +26,7 @@ on:
pull_request:
branches:
- main
- v[0-9]+-stable
- rhel-10.*
paths:
- '**'
- '!README*'
Expand Down Expand Up @@ -54,21 +54,6 @@ jobs:
fail-fast: false
matrix:
include:
- distro: arch
release: rolling
sanitizers: ""
llvm: 0
cflags: "-O2 -D_FORTIFY_SOURCE=3"
- distro: debian
release: testing
sanitizers: ""
llvm: 0
cflags: "-Og"
- distro: ubuntu
release: noble
sanitizers: ""
llvm: 0
cflags: "-Og"
- distro: fedora
release: "40"
sanitizers: ""
Expand All @@ -79,11 +64,6 @@ jobs:
sanitizers: address,undefined
llvm: 1
cflags: "-Og"
- distro: opensuse
release: tumbleweed
sanitizers: ""
llvm: 0
cflags: "-Og"
- distro: centos
release: "9"
sanitizers: ""
Expand Down

0 comments on commit aa8ee6a

Please sign in to comment.