Skip to content

Commit 65e28b7

Browse files
committed
DNM: Only test c10s
Signed-off-by: Colin Walters <walters@verbum.org>
1 parent fd361c4 commit 65e28b7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@ jobs:
120120
strategy:
121121
fail-fast: false
122122
matrix:
123-
test_os: [fedora-42, fedora-43, fedora-44, centos-9, centos-10]
123+
# test_os: [fedora-42, fedora-43, fedora-44, centos-9, centos-10]
124+
test_os: [centos-10]
125+
124126

125127
runs-on: ubuntu-24.04
126128

@@ -152,7 +154,8 @@ jobs:
152154
strategy:
153155
fail-fast: false
154156
matrix:
155-
test_os: [fedora-42, fedora-43, fedora-44, centos-9, centos-10]
157+
# test_os: [fedora-42, fedora-43, fedora-44, centos-9, centos-10]
158+
test_os: [centos-10]
156159
variant: [ostree, composefs-sealeduki-sdboot]
157160
exclude:
158161
# centos-9 UKI is experimental/broken (https://github.com/bootc-dev/bootc/issues/1812)

0 commit comments

Comments
 (0)