Skip to content

Commit 62e56b6

Browse files
committed
Fully disable fedora 44
Due to https://bugzilla.redhat.com/show_bug.cgi?id=2429501 This reverts the prior change to make the test non gating because the problem is we'd consistently fail to do a bootc install *for each test* which dramatically slowed down that job. We could fix that but it's easier to just disable the job. Signed-off-by: Colin Walters <walters@verbum.org>
1 parent b76d75d commit 62e56b6

2 files changed

Lines changed: 6 additions & 17 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -152,26 +152,14 @@ jobs:
152152
strategy:
153153
fail-fast: false
154154
matrix:
155-
test_os: [fedora-42, fedora-43, fedora-44, centos-9, centos-10]
155+
# No fedora-44 due to https://bugzilla.redhat.com/show_bug.cgi?id=2429501
156+
test_os: [fedora-42, fedora-43, centos-9, centos-10]
156157
variant: [ostree, composefs-sealeduki-sdboot]
157-
gating: [true]
158158
exclude:
159159
# centos-9 UKI is experimental/broken (https://github.com/bootc-dev/bootc/issues/1812)
160160
- test_os: centos-9
161161
variant: composefs-sealeduki-sdboot
162-
- test_os: fedora-44
163-
gating: true
164-
include:
165-
# fedora-44 non-gating due to grub2 regression
166-
# https://bugzilla.redhat.com/show_bug.cgi?id=2429501
167-
- test_os: fedora-44
168-
gating: false
169-
variant: ostree
170-
- test_os: fedora-44
171-
gating: false
172-
variant: composefs-sealeduki-sdboot
173-
# Non-gating jobs are allowed to fail without blocking the PR
174-
continue-on-error: ${{ !matrix.gating }}
162+
175163
runs-on: ubuntu-24.04
176164

177165
steps:

.packit.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,9 @@ jobs:
7474
- fedora-42-aarch64
7575
- fedora-43-x86_64
7676
- fedora-43-aarch64
77-
- fedora-rawhide-x86_64
78-
- fedora-rawhide-aarch64
77+
# https://bugzilla.redhat.com/show_bug.cgi?id=2429501
78+
# - fedora-rawhide-x86_64
79+
# - fedora-rawhide-aarch64
7980
tmt_plan: /tmt/plans/integration
8081
tf_extra_params:
8182
environments:

0 commit comments

Comments
 (0)